Hi,
How to invoke QTP or any application through Command Prompt
without using Vb script and batch file....
Reply me
Srinivas
Answer Posted / 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 |
Post New Answer View All Answers
what is the diff b/w assistive and mandatary rules of object repository in QTP???
Explain in brief about the quicktest professional (qtp) automation object model?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
What is the quicktest professional testing process?
Explain how you can replace string in qtp?
What are the different properties of an web object
What are the challenges you faced during you entire life automation ?
Explain about Test Fusion Report of QTP?
How do client side image and server side image work?
banking project description for software tester
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
How to use actions in qtp ?
How many scripts did you have?
Where we can use the analog mode and where we can use the low – level mode?
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.