How to pause the execution in QTP and Loadrunner (like wait statement in winrunner)

Showing Answers 1 - 12 of 12 Answers

Ravikumar

  • Jun 29th, 2006
 

Through Break Points.

  Was this answer useful?  Yes

Seethalakshmi

  • Oct 9th, 2006
 

In the same way Waitproperty and Wait(required time) methods are used in QTP and Rendezvous point is used in Load Runner.

  Was this answer useful?  Yes

KodumuruRamesh

  • Oct 25th, 2006
 

hi,

    We can the pause the execution in QTP by using Wait function & Breakpoints

Syntax:

                Wait(time);

kodumururamesh@yahoo.co.in

  Was this answer useful?  Yes

udaybhaskar

  • Mar 23rd, 2007
 

messagebox is one solution for waiting

  Was this answer useful?  Yes

GV

  • Jan 21st, 2014
 

wait(10) wait for 10milli seconds

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions