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
explain structured testing? plz guys with exp. do answer
Can you brief the hurdles you faced during Automation testing?
what is the structure for the data driven framework
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?
What test you perform mostly? Regression or retesting in your testing process?
Explain types of descriptive programming?
what is the frame work in J-meter?
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
Explain different type of event trigger option.
What is business process testing(bpt) in qtp?
How you know that a test case is a regression test case
How you create new action in qtp?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
Explain the difference between data driven testing and parameterization ?
how can i call function (which has link with excell sheet at a remote location) within another function