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 |
how do you rate your self in winrunner
How to remove the data driven wizard from the script?
Some of the importent functions in data driven test(ddt)?
How you used WinRunner in your project?
How can integration testing be done through winrunner??
What is the add-in used to test the web application in winrunner?
1 Answers Hanu Software, Second Foundation,
soft key for virtual object wizard ?
How many recording modes are provided by WR?
what is cookies testing and what are the possible test case.
What is Diff. between Pause() ,report_msg() statements?
For What are the browsers that WinRunner can Compatible? (I want Versions Like IE5.0 etc;)
what is the advantage of INOUT parameter over OUT parameter?