API Testing
Documentation Home
  • Overview
  • Getting-Started
    • Intro-to-API
    • Table of Contents
  • Project-Setup
    • Certificates
    • Database Configuration
    • Global-&-Environment
    • Integration
    • Pre-requisite-API
    • Project Set Up
  • Functional-Testing
    • API to DB Assertion
    • Advanced Features
    • Build-Test-Script
    • Functional Assertions
    • Functional-Testing
    • 🎀Parameterization
    • Functional Reports
  • API-Process-Testing
    • Advanced Features
    • API Process
    • Getting Started
    • Performance-Testing
      • Performance Testing
  • Advanced-Features
    • Emailing & Downloading Report
    • Execute JavaScript
    • Nova AI Assertions
    • Advanced Reports
    • Xray Integration
  • FAQ
    • FAQs
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. Advanced-Features

Advanced Reports

PreviousNova AI AssertionsNextXray Integration

Last updated 1 year ago

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

image
image
image
image
image
gif