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 |
what is run-time object property in Object spy in QTP9?
How do u write a regular expression for date (dd/mm/yyyy) field ?
What is a recovery scenario?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
How to save your test using quicktest professional?
how you update scripts in qtp?
How to retrieve the data from database?
Got job with 3 years fake Experience
How to load the object repository at run time?
hi all i have qtp 9.0, Active screen is not working means after recording script snap shots not displayed in Active screen window. i have all ready check all setting means Tool...>option...>Active screen...>Default Level button is disabled. Is there other setting is remain to set Pls help i m new for qtp
How to display the first 3 letters in these "ABCDEFGH" using qtp script?