ATF - Form wait time

Community Alums
Not applicable

Is there any way to make sure ATF should wait for around 10 seconds on any form which we are opening from ATF?

Steps to reproduce:
Create new ATF and add below steps

1) Order Catalog item

2) Choose any catalog item

3) Run the ATF and ATF will get finish in couple of seconds.

 

But I want to do ATF should wait around 10 seconds in catalog item view.

5 REPLIES 5

Steven Herrmann
Giga Guru

Hey there Ganesh,

I think this community post might have the info you're looking for!

https://community.servicenow.com/community?id=community_question&sys_id=eb18be76dbfdef00b1b102d5ca96...

If my reply helps you at all, I’d really appreciate it if you click the Helpful button and if my reply is the answer you were looking for, it would be awesome if you could click the Accepted Solution button!

I hope this helps, have a great day!

Steve

Community Alums
Not applicable

Hello,

 

Thanks for the reply!

 

The link which you have given is for making to wait ATF to run from script but here my requirement is like ATF should wait at catalog view form.

Hope this will provide clarification. Please let me know if you have any inputs for this.

Community Alums
Not applicable

Hi Ganesh,

I have a similar requirement where I want the ATF to wait at a particular step for sometime.

Were you able to get the requirement done? Please assist if you were able to.

Thanks

Community Alums
Not applicable

use gs.sleep('duration in milliseconds') under server side script. wait time will work.