We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

while running the ATF the test step is failing becaue of client errors

hasthipooji
Tera Contributor
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

Sardash
Tera Guru

@hasthipooji -

You can add known, expected client errors to 'Allowed Client Errors' list so that your tests continue running smoothly even when these error occurs.

  1. Navigate to Automated Test Framework > Run > Allowed Client Error
  2. Click on New
  3. Paste the exact text in the Error Message field, define the Report Level, and save

Note -

  1. 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
  2. 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."