which TSl statement is used in winrunner to stop the Run

Answers were Sorted based on User's Feedback



which TSl statement is used in winrunner to stop the Run..

Answer / naganath.patil

1.Sleep()
2.wait()
3.Web_sync()
4.stop()

Is This Answer Correct ?    0 Yes 0 No

which TSl statement is used in winrunner to stop the Run..

Answer / ratna rao

Wait(5)-5 sec WinRunner will wait for execution.

Is This Answer Correct ?    0 Yes 0 No

which TSl statement is used in winrunner to stop the Run..

Answer / allin

pause()-function also used to stop execution until then if
u selected continue, next step will execute.If u select
Pause the control will stop in a particular step it self.

Is This Answer Correct ?    0 Yes 0 No

which TSl statement is used in winrunner to stop the Run..

Answer / sanjeev prabhudesai

texit([expression]) is used to stop the run of current test.
where expression provides return values to the called
test.

Is This Answer Correct ?    0 Yes 0 No

which TSl statement is used in winrunner to stop the Run..

Answer / sravanti

texit stops execution of the test. If testing is performed
in batchmode, control is returned to the calling batch test

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WinRunner Interview Questions

Explain the difference between gui map and gui map files?

0 Answers  


What is the purpose of gui spy?

0 Answers  


can any one provide some testing material?

2 Answers  


What is Syncronisation in Winrunner?

5 Answers  


What is the purpose of the temp GUI map file?

0 Answers  






what is the difference between synchronization pt and wait statement. what are the advanatages and disadv..of context sensitive and analog recording

4 Answers   FCG,


Data Driven test functions in WinRunner are Context sensitive functions or Analog functions?

3 Answers   FCG,


hi,i am sudha.i am married.i had done my BE in 2005.i learnt testing tools.i dont no how to tell about my self.please send me good answer about that infomation i gave.

8 Answers  


what happens when the script is executed in verify mode

3 Answers  


How to check property of specific icon is highlighted or not?

0 Answers  


What is the purpose of regexp_label property?

0 Answers  


Can we use the user defined functions (which inclues script with GUI functions) in Compile module? Example: public function MyGuiFun() { set_window(?Browser main window?); button_press(?OK?); } If yes. pls give some example, how to handle...!

1 Answers  


Categories