Hi,
How to invoke QTP or any application through Command Prompt
without using Vb script and batch file....
Reply me
Srinivas
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / navjyot
create vbscript file as:
set app=createobject("quicktest.application")
app.launch
app.visible=true
Then run this file in cmd prompt by its name
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / surya
Hi
The above given Answers are absolutely currect But
according to the Question the answer should be without
using Vb Script
It is possible to invoke QTP or any Application without
using VBscript by simply Run it's complete path
Ex:
Start -> Run ->
"C:\Program Files\Mercury Interactive\QuickTest
Professional\bin\QTPro.exe"
Thank you
| Is This Answer Correct ? | 3 Yes | 0 No |
can any one tell me How exactly data drivent testing is done in.explain with any example and the exact steps to fallow?
What is fragmentation and paging?
What are SetToProperty, SetRoProperty, GetToProperty scripting?
can u explain relative path architecture framework in qtp?
What is the use of sendkeys.In which cases we Use this sendkey.Pls explain with example.
What are software testing metrics
How can I deploye a 'QTP Runtime environment only'
I have one bitmap image in my webpage. The bit map image is moving like 1 place to 2nd place and 2nd place to 3rd place Etc… in my webpage. I wanted to write script for dynamical objects like above example. Could you please send me the answer for above query.
How to find Total no of Text Fields in the Page..Anybody please answer me..Thanks in Advance
How to use the object spy in quicktest professional 8.0 version?
What is output value? How many types of output values are there in qtp?
Please explain me frameworks & how to generate the scripts in framework