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 can you write the scripts that operate on different objects depending on run-time information?
What is checkpoints for quicktest professional (qtp)?
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.
Why qtp the best testing tool?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
What are advantages of test automation?
UFT 12.02 which ALM version will support
What is ObjectParamater?
What are the different types of action?
Hi,All How to create a link in excel sheet using qtp
if numbers are always changing write a script for that
Explain features of the latest version of qtp/ uft 12.1?
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?
Hi Friends, Can anyone help me out in this one? In QTP, I am using Data Driver and want to parameterise multiple values (say 3 values ) for a field. How can I do it using Data Driver wizard? Plz mention it step-by-step. In the end after doing the needful, on opening the Data Driver window, how can I get number (i.e. 3) in the Parameterised column for that particualr value? Thanks a lot in advance.
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?