QAPI
  • Introduction to Qyrus
  • User Onboarding
  • API Onboarding
  • Build and Test Management
  • Environments and Certificates
  • Test Execution
    • Performance run
    • Schedule Runs
    • Functional run
    • Reports
  • Guides
    • 🚩CORS, CSP and Preview API
    • Introduction to API Testing
    • Getting Started with API Testing
    • Key Screens
    • Guide to JSON in API Testing
Powered by GitBook
On this page
  • REPORTS
  • Functional Reports
  • Performance Reports

Was this helpful?

  1. Test Execution

Reports

PreviousFunctional runNextCORS, CSP and Preview API

Was this helpful?

REPORTS

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.

  1. Not executed.

The not executed stats shows how many times the API tests are still pending to be executed.

  1. Total performance test.

The Total performance test shows the total number of times performance run has been made.

  1. Total process flow runs.

The Total performance test shows the total number of times process run has been made.

  1. Total testing time

In the total testing time section, you can view data for the time periods of total testing time.

Functional Reports

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.

Performance Reports

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.

A screenshot of a computer Description automatically generated
A screenshot of a computer Description automatically generated
A screenshot of a computer Description automatically generated
A close up of a screen Description automatically generated
A screenshot of a graph Description automatically generated
A graph with green line Description automatically generated