how do you invoke the application through QTP?
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 |
DIFFERENT RUN MODE IN QTP..1-VERIFY MODE 2-UPDATE MODE 3- dEBUG MODE. My question is in whic sitution we use these modes Explain me with example
what is option explicit?
What is the real use of different actions in QTP
What will be the test script in QTP to test a ComboBox where a user has to select more than two items????
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
vb script for calling one function to the another function
can we call runaction in the funcion
how do u plan test automation?
Hi,will U Please Provide me details certification for QTP &QC and also please provide me the Material also. Send to mail:jjaanu2mail@gmail.com
Can we put more than one action in a single script???? yes or no.....
Explain hybrid framework with advantages and disadvantages?
any one can send me the concepts of qtp