Can you pause an ATF(Automated Test Framework)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2019 03:31 PM
Hello Guys,
I was wondering if anyone knows how to pause an ATF between 2 steps.
I don't know if there is an OOB functionality that allows that or needs to be customized through a Server Side Validation Script.
Any idea would help.
Thanks!
- Labels:
-
Automated Test Framework

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2019 05:07 PM
Sounds like that might be the solution.
I've seen that timeout field on UI field population steps, didn't realise you could expose it and use for this purpose.
ServiceNow Nerd
ServiceNow Developer MVP 2020-2022
ServiceNow Community MVP 2019-2022

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2019 10:21 PM
Yes it can be used to make a particular step wait for specified period of time.
Please let me know if this helps.
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2020 12:58 AM
changing the timeout does NOT affect the pause of ATF as of in Orlando.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2021 02:15 AM
The field TIMEOUT is present on list layout, but it allows only one or two digit number, whereas for some test steps I can see TIMEOUT field on form layout and it allows us to modify it to any specified amount of time. Any solution for list layout restriction?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2023 12:49 AM
Understand that TIMEOUT solution is effective. But this is applicable before execution of that specific step alone. We do not have an option of waiting until the Status of the record changes, which takes 1-2 mins. In those cases, we may need to use Sleep or Loop.