Performance Testing (PTS) allows you to debug a single API operation. This way, you can quickly check whether your stress testing scenario meets your business requirements from the dimension of a single API operation after you configure the scenario.
Prerequisites
Before you begin, make sure that you have:
A stress testing scenario created in the PTS console. For more information, see Create a PTS scenario
Debug an API operation
Log on to the and choose Performance Test > Scenarios.
Find your stress testing scenario and click Edit in the Actions column.
On the Edit Scenario page, click the Scenario Settings tab.
Find the API operation that you want to debug and click Debug API to the right of the API operation name. Alternatively, click the drop-down arrow to the right of the API operation name to expand the details section, and then click Debug API.
Review the debugging result:
Field Description What to check Response body The content returned by the API operation. Verify that the response matches your expected output. For example, confirm that the returned data structure and values are correct. Response status code The HTTP status code. A 200status code indicates success. If you receive4xxor5xxcodes, check your request parameters and endpoint configuration.Output parameters The output parameters of the API operation. Verify that each parameter value is correctly parsed.
Limitations
Performance Testing (PTS) does not support debugging a single API operation in a virtual private cloud (VPC). To test API operations that are accessible only from within a VPC, click Debug in the lower part of the Edit Scenario page to debug the entire stress testing scenario. For more information, see Debug a stress testing scenario.
What to do next
After you confirm that individual API operations return the expected results:
Debug the full scenario. Click Debug in the lower part of the Edit Scenario page to validate the end-to-end flow, including dependencies between API operations. For more information, see Debug a stress testing scenario.
Start a stress test. Run the stress test to evaluate performance under load.