Qyrus User Documentaion
  • 👨‍💻API Testing
    • What is API?
    • Getting Started
    • Functional testing
    • Functional Assertions
    • Functional Reports
    • API to DB Assertion
    • API Process
    • Advanced Features
    • Emailing & Downloading Report
    • Execute JavaScript
    • Advanced Reports
    • Advanced Features
    • Build Test script
    • Parameterization
    • GraphQL
    • REST vs SOAP vs GraphQL
    • FAQs
    • Representational State Transfer API( REST API)
  • 📱Device Farm
    • Introduction
    • Getting Started
    • Project Creation & Setup
    • Manual Testing
    • Automation
    • Test Reports and Analysis
    • Element Explorer Feature for Appium Automation Testing
    • Integrations with Collaboration Tools
    • Interrupts
    • Supported Devices and Browsers List
    • Biometric Bypass Feature for Real Devices
    • File Upload Feature for Remote Real Devices
    • Frequently Asked Questions (FAQ)
Powered by GitBook
On this page
  • Summary Report
  • Response Latencies Over Time Graph:
  • Active threads Over Time
  • Hits Per Second Graph
  • Transactions per second
  1. API Testing

Advanced Reports

Summary Report

Metrics in the summary report for API performance testing:

  1. Label (Test Script Name): Name of the tested scenario.

  2. Samples: Total requests made.

  3. Avg. Response Time (ms): Average time for responses.

  4. Min Response Time (ms): Fastest response time.

  5. Max Response Time (ms): Slowest response time.

  6. Std. Deviation (ms): Variability in response times.

  7. Error %: Percentage of failed requests.

  8. Throughput (per sec): Requests per second.

  9. Received KB/sec: Data received per sec.

  10. Sent KB/sec: Data sent per sec.

  11. Avg. Bytes: Average response size in bytes.


Response Latencies Over Time Graph:

This graph illustrates the relationship between response latencies (in milliseconds) and the elapsed time (in milliseconds) during the API performance test. It provides insights into how the system's response times vary over the course of the test.


Active threads Over Time

This graph visualizes the correlation between the number of active threads (simulated users) and the elapsed time (in milliseconds) during the API performance test. It provides insights into how the system's concurrency affects performance over time.


Hits Per Second Graph

This graph displays the relationship between the number of hits (requests) per second and the elapsed time (in seconds) during the API performance test. It offers insights into the rate at which the system handles incoming requests over time.


Transactions per second

This graph visualizes the correlation between the number of transactions (completed interactions) per second and the elapsed time (in seconds) during the API performance test. It provides insights into the rate at which successful interactions are processed over time.


Summary of the Advanced Reports

PreviousExecute JavaScriptNextAdvanced Features
👨‍💻