Explanation of Data
Definition of Passed:
- With Assertions: The test is considered passed if all assertions in the interface succeed; if any assertion fails, the test is not considered passed.
- Without Assertions: The test is considered passed if the returned status code is 200. If the status code is not 200, the test is not considered passed.
Assertion Passed: All assertions in the interface pass successfully."
API Test: The number of unique interfaces added in the current test case.
API Failure: The number of unique interfaces that failed in this test.
Assertion APIs: The number of unique interfaces with assertions in this test.
Assertion Failure: The number of unique interfaces with failed assertions in this test.
API Failure Rate: API Failure / API Test
Assertion Failure Rate: Assertion Failure / Assertion APIs
Number of Requests: The total number of interface requests in this test (counted without duplication, excluding untested).
Failed Requests: The total number of failed interface requests in this test.
Assertion Run: The total number of requests for interfaces with assertions in this test (counted without duplication).
Failed Assertion: The total number of failed assertion requests for interfaces with assertions in this test (counted without duplication).
Start at: The moment when the test execution starts.
End at: The moment when the test ends.
Duration: The time taken for the test.
Total Resp. Time: The sum of the response times of all requested interfaces.
Avg Resp. Time: Total Response Time / Number of Requested Interfaces
Total Resp. Size: The sum of the response sizes of all requested interfaces.
Iterations: The number of rounds executed in this test.