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 |
What is the TSL function in WinRunner to connect to test director?
1 Answers Infosys, Kanbay, Scope International,
can anybody please send me important scripts in qtp
plz give me code or steps for pop up exception. or can u tell me how to pause test run for defining handler function?
How many Record Methods are there in Winrunner?
6 Answers Accenture, Indicus Software,
what is mean block box and white box testing. pls give exact example in the question
How to set a value in to a data table from the script in winrunner?
Hi, Currently i am using winrunner for my project.Its a java project. When i am running the script its failing in cliking an image link("My Profile"). The image object is eventhough exists in GUI map editor script is failing to recongize the object. I am getting the error of "Web_image_click:"My Profile" Error:Object is not found". I recorded the script and executed it is not running it shows the same error. The following physical description displaying in GUI map editor : { class: object, MSW_class: html_rect, html_name: "My Profile" } The thing was running successfully, I could not able to identify something happen to the script its showing error. Please give solution for this problem. Let me know if need more information. Regards, Sankar shankarmg@gmail.com
how u can crate a database checkpoint in ur script?
Which function in TSL invokes AUT
what are Recoring modea available in winrunner?
3 Answers Second Foundation, TCS,
When do you use break points?
How does WinRunner evaluate test results?