Answer Posted / kotike
As per my knowledge we can invoke application in four ways
through qtp
1. Systemutil.Run "Notepad.exe" (i.e path of the
application)
2. Invokeapplication "Notepad.exe"
'this invokeapplication is used for backward compatability
3.set oShell=CreateObject("Wscript.Shell")
oShell.Run "Notedpad.exe"
set oShell=Nothing
4. In qtp go to-->Automation-->Record and Run setting-->
select web or window and check the checkbox of application
opened by qtp. Below specify the path of the application
and click on ok. When where you click on record button qtp
will launch application automatically.
Regards,
mahi.kotike@gmail.com.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
I am trying to install QTP 9.5 but i am getting error message saying that ("Path is \QuickTest Professional\bin\vb_init.exe") vb_init.exe file is not find. can anybody give me the advise what to do ?
How to open a new test using quicktest professional?
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
What are the major/ important methods, functions in QTP we use realtime testing
What is quicktest professional window?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
how can we compare descriptive programing with a regular expression
How to use reporter.report event in qtp ?
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
How many ways we can parameterize data in quicktest professional (qtp)?
When using descriptive programming?
Which features or drawbacks of QTP lead to the upgrade for a newer version?
How does you pass optional arguments in qtp?
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.