Allow client errors from the test logs
- UpdatedAug 1, 2024
- 2 minutes to read
- Xanadu
- Automated Test Framework
Allow client errors as you review test logs.
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 test log from the Test Log related list - In the Test Log related list, right-click the test log client error you want to allow.
- From the context menu, select one of the following options:
- Add client error to ignored list: Allow the client error with a report level of Ignored.
- Add client error to warning list: Allow the client error with a report level of Warning.
Multiple test logs from the Test Log related list - In the Test Log related list, select the check box in the first column for each test log client error you want to allow.
- From the Actions on selected rows list,
select one of the following options:
- Add client error to ignored list: Allow the client error with a report level of Ignored.
- Add client error to warning list: Allow the client error with a report level of Warning.
Specific test log from Test Result Item record - In the Test Log related list, select the test log (Test Result Item 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.