4. How u will open the build automatically in QTP except
using Systemutil.run command
Answers were Sorted based on User's Feedback
Answer / chinna
Hi,
set a=createobject("Wscript.shell")
a.run "Notepad.exe"
or
InvokeApplication "path of the file"
| Is This Answer Correct ? | 2 Yes | 0 No |
we will open the build automatically they are 3
by using invoke application,
by using second option in record and run settings and
system.util.run
| Is This Answer Correct ? | 1 Yes | 1 No |
What is the use of "Step Generator" in QTP??for what purpose we are using??explain with an example
what is difference betweem class annd object?
Explain the concept of how QTP identifies object.
Hi Guys, My Application in Microsoft Dynamic Navision, is it compitibale with QTP? if yes then let me know...
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
If QTP not recognizing using repository while executing, how can we go forward
. Types of properties that Quick Test learns while recording?
How to send QTP test results to an email...(with out using Quality Center)?
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
i have data in excel sheet.i imported the data in data table.while doing parameterization,how the code knows it is a valid or invalid data?
Hello Everybody, Please tell me can we create Test Plan in QTP? This I am asking irrespective to integrating with Test Director.I mean is there any option to create Test Plan in QTP itself. Thanks, Gaytri
Have you used xml check point in your project? How?