Test results record
-
- UpdatedJan 30, 2025
- 4 minutes to read
- Yokohama
- Automated Test Framework
A Test Results record contains detailed results information about one test execution. Client Error Details and Failure Details sections appear when a test fails due to error conditions, and include detailed error information you can use for troubleshooting purposes.
Client Error Details
This section only displays when a test fails due to a client error.
Failure Details
This section only displays when a test fails due to a cause other than a client error.
Field | Description |
---|---|
Failing step | Reference to the first step result that failed during this test. Click ![]() |
Summary | Output of the step that failed. |
Failing screenshot | Screenshot of the step that failed. |
Additional information
This section is visible for all test results.
Field | Description |
---|---|
Output | Output generated for the test step.
|
Browsers involved | User agent strings returned by browsers that ran the test. |
Related Content
- View test results and automated test results
View test results from completed test and test suite runs. Carefully consider the results of automated test runs and perform any corrective actions required to resolve any revealed issues.
- Test logs record
The Test Results Item (test log) record contains console logging and test execution information.
- Step results record
The Step Results record contains information about one step in a test result. You access specific step results from the Step Results related list in the Test Results record.
- Allowed client errors
Add known client errors to the allowed client errors list to allow tests and steps to continue running when a specific error occurs. Set the report level to specify what the Automated Test Framework does when the error occurs in future tests.
- Allow client errors from step results
Allow client errors as you review step results.
- Allow client errors from the test logs
Allow client errors as you review test logs.