Explain about invoking of application?
Answers were Sorted based on User's Feedback
Answer / jayarama
1. systemutil.Run("C:\WINDOWS\NOTEPAD.exe")
2. Invokeapplication "Path of your exe file"
3. Set shell = CreateObject("WScript.Shell")
Shell.run "Path of your Exe File"
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / shyam.meghansh
systemutil.Run("C:\WINDOWS\NOTEPAD.exe")
'..........Any more question mail me
testingwithshyam@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
QTP is identifying all windows application objects(i.e. winbutton,winconbobox,etc) as winobjects.How to handle this? Is there any way to add our own properties to identify objects?
Can we create a qtp test from qc?
If 2 gmail browsers are opened in our system, how to enter the mail id and password into second browser by using discriptive program?
Tell me few important difference Between QTP and WinRunner?
What is Parameterizing Tests?
How to set the function parameters as optional. Pls anybody can give the answer.. Thanks in advance...
what is TOM in qtp?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
explain all the check point in QTP?
how to click on object? (with out knowing the object details) for ex: in a webpage one link is available.i want to click that link by using one menthod through qtp?
How can we redirect QTP results in to a excel sheet after the execution
What is the difference between "Call to copy of action", "Call to existing action" & "Call to winrunner action"?