Results
Retrieve details for API Tests and results in a given bucket or for bucket-level tests.
The APIs include the following details:
In the summary section:
subtests_count
: Total number of Subtestssubtests_passed
: Number of Subtests Passedsubtests_failed
: Number of Subtests Failedsubtests_others
: Number of Subtests that failed for other reasonsagent_expired
: If BlazeMeter is unable to communicate with your agent regularly, test results that attempt to use that agent will be marked as 'agent expired'. For more information, see Remote Agent Expired.
For each subtest in a test (subtest details):
name
: Name of the Subtestnote
: Note (description) of the Subtesttest_uuid
: Test ID of the Subtesttest_run_uuid
: Test Run ID of the Subtesttest_run_url
: Test Run URL for the Subteststarted_at
: Start Time of the Subtestfinished_at
: End Time of the Subtestresult
: Result of the Subtest
When using a Test with Subtests as a Test Suite, you can get details about the Parent Test (the Test Suite) and also details about each Subtests (the individual Tests in a Test Suite).
For tests on bucket-level:
-
uuid
- Therun_id
of the bucket -
status
- Running, Passed, or Failed -
started_at
- Start time -
finished_at
- End time -
total_test_runs
- number of tests scheduled in this run -
test_runs_passed
- Number of tests that passed -
result
- -
test_runs_completed
- Number of tests that finished -
total_requests
- number of API requests executed across all test runs -
total_scripts
- number of scripts executed -
failure_details
- insight into failure causes of failed tests, requests, or scripts. -
total_duration_in_sec
- time taken for execution in seconds -
bucket_key
- The key of the bucket where the tests were executed -
bucket_name
-
When a test fails with a Remote Agent Expired error, the result indicates the reason for the failure accordingly.