Allow client errors from step results
- UpdatedJan 30, 2025
- 2 minutes to read
- Yokohama
- Automated Test Framework
Allow client errors as you review step results.
Before you begin
About this task
You can allow multiple or individual client errors. For each client error, you must decide how to report future instances of the client error. Report level options include:
- Warning: Test steps containing the allowed client error report a status of Success with warning(s). The error message appears in the test result output, and is recorded in the test logs with the status Warning.
- Ignored: Test steps containing the allowed client error report a status of Success. The error is recorded in the test logs with an Ignored status.
Procedure
- Navigate to All > Automated Test Framework > Test Results.
-
Select the test result for a specific test.
The system displays the Test Result record.
-
Select the client errors to be allowed.
Option Description Specific step result from Step Results related list - In the Step Results related list, right-click the step result containing client errors you want to allow.
- From the context menu, select one of the following options:
- Add all client errors to warning list: Allow all client errors in this step with a report level of Warning.
- Add all client errors to ignored list: Allow all client errors in this step with a report level of Ignored.
Multiple step results from Step Results related list - In the Step Results related list, select the check box in the first column for each step result containing client errors you want to allow.
- From the Actions on selected rows list,
select one of the following options.
- Add all client errors to warning list: Allow all client errors in this step with a report level of Warning.
- Add all client errors to ignored list: Allow all client errors in this step with a report level of Ignored.
Specific step result from Step Result record - In the Step Results related list, select the Step Result record containing a client error you want to allow.
- From the Related links, select one of the following options:
- Add all client errors to warning list: Allow all client errors in this step with a report level of Warning.
- Add all client errors to ignored list: Allow all client errors in this step with a report level of Ignored.
The Automated Test Framework allows the selected client errors and displays a status message at the top of the form.
Related Content
- 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.