Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to quit running process of QTP?
#1
Not Solved
Hi,
Please let me know about how to stop the execution of qtp and exit from application.
I have used Browser("EaZy REcruitment_2").Stop and Browser("EaZy REcruitment_2").close properties. Those properties close the application and again continue from the first step.

If anyone know about this please provide to me.
Reply
#2
Not Solved
Hi,

You can try the following piece of code at the point where you want the QTP Test run to be stopped.

Code:
Set qtpApp = CreateObject("QuickTest.Application")
qtpApp.Test.Stop


Let me know if it helps!!!
Reply
#3
Not Solved
Hi,

You can close the application using the
Browser("EaZy REcruitment_2").close
and in order to stop the execution of QTP you can use
Code:
ExitTest
Thanks,
SUpputuri
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Exclamation I wanted to automate the process of reading new emails amit198026 2 2,845 09-07-2010, 09:45 AM
Last Post: Arun Prakash
  QTP not running live to learn 1 2,039 11-18-2009, 10:41 AM
Last Post: Saket
  Automation on Process images & installation? bfakruddin 1 1,991 12-22-2008, 11:29 PM
Last Post: Ankur

Forum Jump:


Users browsing this thread: 1 Guest(s)