How to invoke Mozilla from QTP thru VB Script
Answers were Sorted based on User's Feedback
Answer / hemakumar.m
InvokeApplication "executable file path of mozilla"
Or
SystemUtil.Run "executable file path of mozilla"
mention the executable file path of mozilla in double
qutoes.
The main difference between InvokeApplication and
SystemUtil.Run is we can open what ever file u want like
the files with extension .txt,.xl,.doc,.doc.. using
SystemUtil.Run ,but using InvokeApplication we can open the
files with a extension .exe
Is This Answer Correct ? | 13 Yes | 1 No |
Step 3&4 are repeated until an the object in recognised uniquely.
Explain roles and responsibilites of 2yrs Automation qtp engineer.
How do i relate the checkbox properties with webelement when checkbox properties are changing on every login to the application
Explain the concept of how quicktest professional identifies object?
How to check the value for variables during run time. Pls anybody can give the answer.. Thanks in advance...
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..
what happen in object repository(shared)if we call an existing action from an external action ? and what happen in object repository(peraction)if we call an existing action from an external action ?
Explain actions in qtp ?
am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)
Explain the checkpoint in qtp?
Is it possible to run QTP scripts created in IE 6.0 in IE 7.0?