Answer Posted / sri
Active Screen Should be Enabled Before Recording Session
starts (Insert ->Active screen.
Active Screen Captures the Screen shots of AUT(Application
Under Test )During Recording session. These screen shots can
be seen After recording stopped on the Active screen.
Adding CheckPoints Using Active Screen:
1> Select the Step From Expert View or Keyboard View,
Object On which Action is performed is highlighted.
2> Right click on The Highlighted Object in Active screen.
3> Then Select Checkpoint Type You want to add(Standard CP,
BitMap CP, Text CP).
4>Object Selection Dialog Popsup, Click on Ok.
5>Object Properties Dialog Popsup, Select the required
Properties, Select radio button(Either "Before Current Step"
Or "After Current Step")then Click on Ok.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
How to find Operating system information using QTP script?
What are the Test design techniques you uses in ur project?
Explain features of the latest version of qtp/ uft 12.1?
What is the difference between byref and byval in qtp?
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
what is output value in QTP and how it can be used in automation testing
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
How to test results for qtp ?
Explain how Does Run time data (Parameterization) is handled in QTP?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
How to handle dynamic objects in quicktest professional (qtp)?
How qtp identifies objects?
What is a recovery scenario?
Is it possible to call from one action to another action in qtp?