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 Subtests
  • subtests_passed: Number of Subtests Passed
  • subtests_failed: Number of Subtests Failed
  • subtests_others: Number of Subtests that failed for other reasons
  • agent_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 Subtest
  • note: Note (description) of the Subtest
  • test_uuid: Test ID of the Subtest
  • test_run_uuid: Test Run ID of the Subtest
  • test_run_url: Test Run URL for the Subtest
  • started_at: Start Time of the Subtest
  • finished_at: End Time of the Subtest
  • result: 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 - The run_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.