How to invoke QTP through VBscript?Send me full code along
with description of the code.Thanks in Advance
Answer Posted / udham singh
set qtp = createobject("quicktest.application")
qtp.visible = true
qtp.launch
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How can I import environment from a file on disk?
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
Where is the Bitmap checkpoint information stored?
What are main panes available in qtp test browser?
Diff b/w test scenario's and test Procedures?
What is the difference between local and shared object repository in qtp?
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.
Tell me one scenario, the complex functionality you have automated in your project?
how to find that tools work well with your existing system?
write script for bitmap image?
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?
What is the difference between Keyword Driven test and Data Driven test?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
What does mean by Scope of Automation?n How we defined it?
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach