How to create an instance in QTP?



How to create an instance in QTP?..

Answer / harsha

we can create instance of QTP by using vbscript like

Set ObjQTP=CreateObject("QuickTest.Application")
ObjQTP.Launch()
ObjQTP.visible="true"

Is This Answer Correct ?    31 Yes 1 No

Post New Answer

More QTP Interview Questions

In Remote acess server how u run a test?

0 Answers  


How many types of recording modes are there?

0 Answers  


What is the advantage of associating a procedure with a test object?

1 Answers  


how we can do web browser using parametarisation in QTP ?

2 Answers   Efextra, Kanbay,


What is the maximum size of Object Repository in QTP 8.2?

4 Answers   Mphasis,






Is it possible to change the property value at runtime? How it is possible?

0 Answers  


How to track the execution time?

2 Answers  


Why do we use breakpoints in QTP?

0 Answers  


what is the Descriptive Progarmming? how it is help to testers in QTP?

4 Answers   TCS,


How to capture the text from the application using QTP?

3 Answers  


Is there any vbscript in QTP for Data Driven Test instead of using the option provided by QTP?

2 Answers  


How to record object in runtime. I am testing one Image website in which every time image change on home page.so if i records the image list but during running image get change, and QTP gives error

1 Answers  


Categories