Example 03 - Multi-Step Transaction Monitoring
Number of APIs: 5
The collection is an example of testing across API transactions.
Using multiple requests, you can test transactions for an e-commerce website, including adding a product, updating the price of the product, checking if the price has been updated, retrieving multiple products, and deleting a product.
Use a Qodex monitor to continuously test the transaction scenarios that you define.
-
1 Add a Product POST {{baseUrl}}/products
-
2 Update a Product PUT {{baseUrl}}/products/:productId
-
3 Get an Updated Product GET {{baseUrl}}/products/:productId
-
4 Get Products GET {{baseUrl}}/products?query={{Product_ID}}
-
5 Delete a Product DELETE {{baseUrl}}/products/:productId