For an application we automated QTP scripts. At the same
time new requirement comes for a new module for the same
application and its already developed. So how we automated
now
this new module with the old application(using old QTP
script).
Answers were Sorted based on User's Feedback
Answer / tanuj
Please experience person answer it . who r working in qtp in
the software company.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / nitin sharma
First u have to clear the question.As per my understanding
if a new module is added in the application then do Basic
Recording -> then parameterisation -> check points -> Dry
run -> script handover.
| Is This Answer Correct ? | 1 Yes | 4 No |
In this bellow script QTP is not able to getting no. of Links from my Browser. Set desc=description.create desc("micclass").value="Link" Set obj=Browser("creationtime:=0").page("title:=.*").childobjects(desc) msgbox obj.count I am getting "General Run Error".Why QTP is not supporting my Browser,but its running fine in other system.Please help me to overcome this problem.
how to capture data from images in QTP and produce them in excel sheet?
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
Explain more about the Test Fusion Report of QTP?
What is the difference Between LowLevel and Normal Recording Modes?
What is a Run-Time Data Table? Where can I find and view this table?
Describe synchronization point.
Whether it is possible to test the adobe's controls like zoom, resize, save etc using QTP...If yes, how u can do the same?
It is given in the help of QTP 9.2 that we cant debug the scripts. Is there any other way to VIEW, PAUSE and make modifications in the scripts during execution???
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
How Does Run time data (Parameterization) is handled in QTP?