How u will open the build automatically in QTP except using
Systemutil.run command
Answers were Sorted based on User's Feedback
Answer / chinna
We will open the build automatically in QTP using
Syntax : Invokeapplication ("Path of the application")
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / nalini
You can open the build automatically by specifying the
build path in Record and Runtime Settings.
Or
use InvokeApplication function.
InvokeApplication "buildpath"
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / sandeep
Please refer to the VBScript below.
I used this script to start one application.
You may need to do the same.
In oSheel.Run row enter the variosu command statement which
you take DOS Prompt to required path where exe exists.
Once in that folder just enter name of exe which need to
start application.
Dim oShell
Set oShell = WScript.CreateObject ("WSCript.shell")
oShell.run "cmd /K C: & CD C:\Program Files\COADE\CAESAR II
5.20& C2.EXE"
Set oShell = Nothing
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / vidyasagar
Dim oShell
Set oShell = CreateObject ("WSCript.shell")
oShell.run "Pathof the file"
Set oShell = Nothing
| Is This Answer Correct ? | 0 Yes | 1 No |
During test run,How will you copy/paste from/to clipboard?
where do you define the objects as regular expression when u are using regular expressions.
What is difference between QTP 8.2 Obect Repository and QTP 9.2 object Repository?
Whenever we r keeping mouse pointer under the image we r getting image name. In qtp how can we do this thing.weather that name is coming or not?
can u Give Procedure to Handle Pop Window & write Code for that
How will you test a keyboard?
How to Analyze the Checpoint results by Text/Text Area Checkpoint?
What is load testing?
How do you test the text displayed in the header portion of times of india epaper. Hot news(banner) are scrolling in the top of the page, how do you test using QTP?
I dont know how to configure non standard objects to standard objects in QTP9.2 can i have someone explain me in breify?
can anyone please send me qtp framework material please its urgent
Tell me the situations where we will use Data Driven?