4. How u will open the build automatically in QTP except
using Systemutil.run command
Answer Posted / 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 |
Post New Answer View All Answers
what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent
Can we record an application running on a remote machine using qtp?
How does QTP identify an object?
How to record a qtp script ?
What is the difference between local and shared object repository in qtp?
How to use debug tools?
How qtp recognizes the object?
How many add-ins comes by default with quicktest professional?
What is the difference between qtp and selenium?
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
How to associate function library at a run time?
How to run a test using quicktest professional?
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.