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 |
What do you to script when objects are removed from application?
What are the properties you would use for identifying a browser and page when using descriptive programming?
How do you test the different ads displayed in the Inbox home page of Yahoo. Once u login Yahoo mail, in inbox page there will a banner, where different ads are scrolling, how do you test that using qtp?
How can we add regular expression for date field (dd/mon/yyyy)?
Is it possible to test Flat file using QTP? I have two file- first file is Input file and second file is output file. Input file has Format like first 2 field is record type, next 10 field is Description. Output file also has format. I want to check this file format using QTP. Is it possible?? please reply with example.
Which statement will use for close an action in QTP?
How to use conditional loops in qtp ?
I am using environment variable xml to give credenatials for login into unix. Is there any way we cam mask the password in the xml?
In an application you have a web table. You are provided with an external Excel sheet with the same structure as that of the web table. How will you retrieve all data from the web table and compare it with corresponding data available in the excel sheet, using QTP? How will you report the results in QTP?
1. Can anyone help me with recovery scenarios, each type with examples and also what is on error resume next?
I am using environment variable xml to give credenatials for login into unix. Is there any way we cam mask the password in the xml?
How QTP integrate with application?