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 |
tell me types of environment variables? what r they? explain details? pls give anwer any one?
What is checkpoint in qtp?
Hi, Plz give best Definition of Software Testing? Why we need Software Testing? and plz send 2+yrs experience Interview qutions (Manual,Qtp).
If a script has a local repository and also uses a shared repository, which repository will QTP use first when searching for an object during playback?
What are the Latest Feature are added In QTP 9.2?
how many types of actions r there? what r they? explain? pls give any one answer?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
Explain the concept of object repository & how qtp recognizes objects?
can i login a page by giving username and password and click on ok button through database parameterization.and if its yes then please write the code of that
Describe the process for writing text check point for a web application?
what testplan contents and what test strategy contents,what is the diff b/w them