Hi,
How to invoke QTP or any application through Command Prompt
without using Vb script and batch file....
Reply me
Srinivas
Answer Posted / supriya
************openqtp.vbs************
Save this in a vbscript:-
Set App = CreateObject("QuickTest.Application")
App.Launch
App.Visible=True
**************
and in command prompt
Run this
csript openqtp.vbs
****************
I am not sure if you are looking for the same
because to invoke qtp application wehave to use the above
script
and for running a vb script in vbs , we use csript/wscript
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Sql questions to find second max salary and how to use joins
how could i download qtp in which i get add-in support for 'oracle' is there any way to get it? i finding but not getting pls help me out :)
How to check which add-ins are associated with a test in qtp?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
How can I check if a environment variable exist or not?
How the smart identification is used in real time?Please explain with an example
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
how will load the object during runtime?
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek
What is an object repository?
What is data driver in qtp? Where we use it?
How you can replace string in qtp?
How to record a qtp script ?
Is it possible to use two instances of UFT on the same machine? If not why?