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 |
how to retrieve the column headers in database using vbscript statement in QTP
what is descriptive programming in QTP? How can be done?
3 differences between QTP & Winrunner?
Explain about Table and DB Checkpoints?
what are the difference between qtp8.2 to 9.0 surya
How to Analyze the Checpoint results by Table and DB Checkpoints?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
Difference between test object and run time object?
I have given u a application.To automate it what are the things will u consider?
how to test power point using QTP 8.2 ? What are different methods to retrieve value from Application during runtime ?
1. Can anyone help me with recovery scenarios, each type with examples and also what is on error resume next?
Kindly help me with the following queries.. -- How to recognize webtable using QTP and how to use it? -- How would one conclude that it is a web table -- For Example, if there is a web table and I am clicking on say Cell A1, how would i know that i've clicked on cell A1 -- Kindly suggest me to use the web table better