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


Please Help Members By Posting Answers For Below Questions

Tell me about qtp?

709


How do you create regression test packs?

853


UFT 12.02 which ALM version will support

1203


supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?

1557


How to test results for qtp ?

959


If you are testing a web application then what will you test in that application?

1782


What is the difference between shared and local object repository?

825


How can you identify the browser and its information using QTP script?

775


What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);

3749


How to interact tool & application build in QTP?

1670


what are all the fileds present in object repository?

1774


What is a programmatic description?

818


How to do call a output parameter from one action to another action??/

2084


Hi All, I need code for how to execute qtp scripts from excell sheet

1669


Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?

1695