what is the Command used to start the QTp from Run.
Answers were Sorted based on User's Feedback
Answer / santhosh
From start->Run type the below path
C:\Program Files\Mercury Interactive
\QuickTest Professional\bin\QTPro.exe
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / sreeprasad
(start-> Run)
systemutil.run"path of the file"
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / sreekanth
santhosh answer ....is also suitable answer....
but try "QTPro.exe" in run
| Is This Answer Correct ? | 4 Yes | 5 No |
Answer / chaitu
The following Command is used
SystemUtil.Run"Path of the Server","","path of
the .exe".Open
| Is This Answer Correct ? | 0 Yes | 4 No |
The following command is used
InvokeApplication("Path")
systemUtil.Run"Path"
| Is This Answer Correct ? | 0 Yes | 4 No |
I have written some script in QTP and i added those objects in Object Repository. All written script has been executed successfully. After few days when i tried to execute the same script i got error message "objects not found in Object Repositiry". How can we solve this issue?
what is the use of VIRTUAL OBJECTS? explain ?
10 Answers ABC Infotech, IBM, TCS,
I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)
what is the use of automation objective model?where is used? plz tell me
hi all need one help . i want scroll down and up but thing the holl page is taking webtable. i need to scroll down and up using scroll tab any bodu knows plz help its urjent regards balaji
I have given u a application.To automate it what are the things will u consider?
Anybody wants to learn QTP with realtime implementations and complete framework desiging plz contact to this mail id ciraaj@gmail.com
How to face prjoect manager round what type of questions they will Ask ? (Chandana)
1 Answers Call Centre, Convergys, IBM,
What is the main differece between QTP 9.0 and 9.2
How to Analyze the Checpoint results with Standard Checpoint ?
Explain more about the Test Fusion Report of QTP?
What is chaild object method? When we will go for chaild object method? How to use chaild object method?