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 |
Hi any body can tell me the in detaled information about Description.Create() thanks in advance
How many ways we can parameterize data in QTP?
waht is the difference between QTP 8.2 and 9.0 version
15 Answers AppLabs, CTS, Polaris,
what will be the stmt if record any edit box in the Web application ?
How to handle the exceptions using recovery scenario manager In QTP?
What is quicktest professional (qtp window?
what is keyword driven framework in qtp.
HI! I have completed my testing course in 2008. but now am working in banking sector as a data analyst and i want to move to an IT based company but am unable to understand whether i have to complete the testing course again and try for a job .
How you perform smoke and sanity testing using qtp?
what to do if application have 3 "ok" button with same logical name and same properties, how qtp can identify them.
using descriptive programming how to close all opend browsers?
What is action required by QTP if a popup message is coming in exsisting script and now it is not coming. The script is having code to deal with popup message now when we run the script now the popup i snot coming according to new build, instead of changing the code what we can do?