- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-19-2018 12:53 PM
Is there any way to write a script using server side step in ATF to make step case to wait for 10 seconds?
Solved! Go to Solution.
- Labels:
-
Automated Test Framework

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2020 02:01 AM
Hi Jace,
Perhaps you'd like to consider using gs.sleep() instead of do nothing loop.
Performance 🙂
Have a good day!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2020 05:08 AM
Did some research on it and I'm surprised there's no equivalent for scoped:)
Thanks for pointing that out!
It will spare me some time in the future on debugging.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2020 10:46 AM
Jace, your suggestion is exactly what I needed. Thanks! It worked on the first try. 🙂

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2020 01:42 AM
Hi,
Tried this out the code itself doesnt really make the step to wait.
The difference between start and end time in 1 second
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2020 08:34 AM