while running the ATF the test step is failing becaue of client errors
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11 hours ago
While running ATF, some test steps are failing due to client-side errors. Could you please investigate the root cause of these errors and advise on the most efficient solution to address them? Additionally, we would like to understand the impact of these client errors. If they are ignored, will the ATF tests continue to run correctly, or could they affect the execution accuracy and reliability of the test results?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10 hours ago - last edited 10 hours ago
You can add known, expected client errors to 'Allowed Client Errors' list so that your tests continue running smoothly even when these error occurs.
- Navigate to Automated Test Framework > Run > Allowed Client Error
- Click on New
- Paste the exact text in the Error Message field, define the Report Level, and save
Note -
- Warning Report level - It will still pass the test but with a "Success with Warning" status. The error appears in the test results and logs
- Ignored - The test will pass with a normal "Success" status. The error is recorded in the test log with an ignored status
or
You can refer to this link also
https://www.servicenow.com/community/developer-forum/atf-allowed-client-errors/m-p/2798901
---------------------------------------------------------------------------------------------------------------------------------------------------
If my response helped, please mark it by selecting "Accept as Solution" and " Helpful."