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 |
How can I map test requirement to Test Set (multiple test cases)? Under test lab, I have multiple test cases. I would like to map 1 requirement to all test cases under that test set (in test lab)? Currently, I think QC only allow mapping 1 test requirement to 1 test case. Instead I would like to map 1 test requirement to multiple test cases under one test lab.
4 Answers CarrizalSoft Technologies, DST Global Solutions,
How to start recording using quicktest professional?
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
Analyzing the checpoint results?
Q- what is the advantage of merging tool in QTP 9.2?
Inserting a Call to Action is not Importing all columns in Datatable of globalsheet. Why?
PLS REAL TIMERS WRITE THE ANS FOR THIS? WHICH SCRIPT IS USED IN REAL TIME NOW A DAYS 1)SHARED REPOSITORY BASED SCRIPT 2)DESCRIPTIVE PROGRAMMING BASED SCRIPT?
How to find array size in qtp?
Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..
What are the various automation frameworks available in qtp?
How we can test a Frame in a web page?
How can you give wait up to 10 seconds in qtp?