which TSl statement is used in winrunner to stop the Run
Answers were Sorted based on User's Feedback
Answer / naganath.patil
1.Sleep()
2.wait()
3.Web_sync()
4.stop()
Is This Answer Correct ? | 0 Yes | 0 No |
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 |
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 |
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 |
Explain the difference between gui map and gui map files?
What is the purpose of gui spy?
can any one provide some testing material?
What is Syncronisation in Winrunner?
What is the purpose of the temp GUI map file?
what is the difference between synchronization pt and wait statement. what are the advanatages and disadv..of context sensitive and analog recording
Data Driven test functions in WinRunner are Context sensitive functions or Analog functions?
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.
what happens when the script is executed in verify mode
How to check property of specific icon is highlighted or not?
What is the purpose of regexp_label property?
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...!