Reports
Was this helpful?
Was this helpful?
The reports include graphical representations that visually depict the distribution of successful and unsuccessful test cases. Here the reports present the run frequency of each test script, indicating how many times each script has been executed.
Reports are essential documents that provide comprehensive information about the testing process. Report provides the details of execution of Tests, their status (Pass, Fail), and any defects or issues encountered during testing.
Navigate to reports module, and click on reports dashboard.
To get a comprehensive overview and performance of all APIs present.
In this section, you'll find graphs that display:
1. Pass-Fail ratio.
The Pass/Fail Ratio Graph show you how many of your tests have passed versus how many have failed.
2. Run frequency.
The Run Frequency Graph tells you how many times you've run each test script.
Not executed.
The not executed stats shows how many times the API tests are still pending to be executed.
Total performance test.
The Total performance test shows the total number of times performance run has been made.
Total process flow runs.
The Total performance test shows the total number of times process run has been made.
Total testing time
In the total testing time section, you can view data for the time periods of total testing time.
When we click on the window icon next to a specific Test report entry, we get an detailed overview of the report.
Access a full summary of all the test cases you've run, where you can closely look at both the responses and requests made. This includes a detailed view of the request body and headers, giving you a clear picture of how your API is performing and interacting. This straightforward overview helps you understand what's happening behind the scenes, making it easier to spot any issues or areas for improvement.
Click on the highlighted icon below to get a breakdown performance of each API
Access a comprehensive reports dashboard featuring dynamic, graphical representations designed to monitor and analyze API performance. These advanced metrics that provide a deeper understanding of your API's behavior and efficiency. Key metrics include:
Response Time of Threads: Visualize how quickly your API responds to requests, offering insights into the efficiency of thread handling under various load conditions.
Advanced Metrics tab-
Response Latencies Over Time: Track the delay between request initiation and response across different time intervals, helping identify trends and potential bottlenecks.
Change the metrics by clicking on the green drop down icon, under the advanced metrics tab. And get:
Active Threads Over Time: Observe the number of concurrently running threads, which can indicate the scalability and stability of your API under load.
Hits per Second: Measure the rate at which your API receives requests, providing a clear picture of demand and usage patterns.
Transactions per Second: Evaluate the number of successfully completed API transactions within a second, highlighting the API's throughput and capacity to handle concurrent operations.