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 |
Explain the check points in QTP?
22 Answers Gray Matrix, IBM, Microsoft, Prapan Solutions, Zensar,
Without using gui map editor we can recognize the application in winrunner ?
Will down time for server and content maintenance/upgrades be allowed? how much?
what is check point?
Can we directly automate testscripts accrdoing to requirements? WHY ?
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
What are the different properties of an web object
how to create flat file datasubmission in qtp
How to open a new test using QTP?
unable to get item from the combobox using descriptive programing. can any one give me the peice of code to schedule the booking from one place to another using DESCRIPTIVE PROGRAMING.
Will QTP Support Visual Foxpro Applications? If yes please tell me whether I need to install any additional addins for that?
Which function is used to accesses the Properties from Repository Pls anybody can give the answer.. Thanks in advance...