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 winrunner connects to SQL database and what option is use?
How do you view the contents of the GUI map?
How to recogonise dynamically changing objects in an application(ie Web or Standalone)
The title of the window consists of date and time.What is the regular expression to recognize the window as unique?
How to Know through script which add-ins are loaded with winrunner?
what is test bed
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...!
Dear all i am new to testing my company using vb.net and we are developing web based application. How i can test those application with winrunner if any one have some good tutorial or link kindly provide thanks u.
What are the advantages of Global gui over gui map per test mode?
one text box is there .It will takeing some number, How will u know how many no's it will takeing by useing qtp
what is automation life cycle?
what is the tsl statement for selecting the position of item in list box in winrunner?