Answer Posted / 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 |
Post New Answer View All Answers
How you can find length of array in qtp?
In qtp, how you can get the last character from a string?
How to use checkpoints in qtp ?
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.
What are the data types in qtp?
Explain quicktest professional (qtp) testing process?
What is the syntax to call one action in another?
How do client side image and server side image work?
how to acess a test in RSA?
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
How to execute a winrunner script in quicktest professional?
what is the diff b/w assistive and mandatary rules of object repository in QTP???
Does quicktest professional (qtp) is unicode compatible?
How to export quicktest professional results to an .xls file?
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.