How to invoke QTP through VBscript?Send me full code along
with description of the code.Thanks in Advance
Answer / udham singh
set qtp = createobject("quicktest.application")
qtp.visible = true
qtp.launch
| Is This Answer Correct ? | 5 Yes | 0 No |
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
How can we do Data driven testing Using For loop in QTP?
How to add a runtime parameter to a data sheet?
How to Analyze the Checpoint results with Standard Checpoint ?
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
Hi, i have a string like "INDIA". I need to display this string vertically in Msgbox?
what is defination of intergration testing?
What is the quicktest professional testing process?
What is a Run Time Data table?
waht is puirpose of accesbility Check point? waht is the use of Page and XML check points?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
How can we test an XML using QTP? I have been to an interview, where they have given me an XML which had 15 values and they have given those values on a separate page. They asked me to write a QTP script to check the XML is having those particular 15 values.