How can we terminate the application when we encounter a problem or defect in our application while we running the application in Load Runner,Win Runner and QTP.

Showing Answers 1 - 5 of 5 Answers

rupesh

  • Apr 4th, 2006
 

there are many ways of handling this.IN QTP we write the following snippet

what is your target application?

is it a web application or client server application

for a web application

1) if you want to close the web application on any defect , write a code snippet some thing like this

browser("B1").close in side the else condition (if you are using an if else condition)

2) if you want to exit the testing Tool for any further

use Exit global iteration in the sniipet.

madhu

  • May 18th, 2006
 

Press cntrl+F3

or for wrun we can kill the process by press the task mgr, click on th process, select the process wrun.exe and terminate it.

  Was this answer useful?  Yes

ban

  • Apr 21st, 2007
 

If we know the error type we use Recovery Scenario to close the apllication.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions