HoW to open QTP in Real time.after getting the qtp window
how to log in .pl answer real time people
Answer Posted / rao' prasad
1.Create a .Vbs file.
2.Double click on .vbs file
Easy way to open QTP using the script.
Dim qtApp
Dim intIndex
Set qtApp = CreateObject("QuickTest.Application")
qtApp.Launch ' Start QuickTest
Set qtApp=Nothing
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
The hybrid framework can be implemented for any application. Is it true?
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
Can you write a script to check if the folder exists or not?
can i compare two databases using QTP ?
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
what you mean by artifact,milestone...
Where can I find and view run-time data table?
images are dynamically changes how to compare two images with out using the bitmap
How you create new action in qtp?
what could go wrong with test automation?
Tell some commonly used Excel VBA functions?
How to capture all the data of a webtable, weblist and combolist using QTP?
In qtp, explain what is crypt object