what is objectidentification?
Answers were Sorted based on User's Feedback
Answer / prakash roy
test engineer use this concept if windowof an appllication
consist of same objects like two OK action buttons are
there ... so when we recorded a test and while that test
the QTP will not identify which button its...so for these
case we go for object identification...
for every object have physical properties like text, native
class.. so we need to add one more properties to show the
difference between two objects....that we add property
nav: tools - objectidentification-select object-add
Assistive properties - click ok...
this is exact ans...pervius answer is wrong .. vpls check
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / md sadiq
This is used to identify the object which was captured
earlier or to capture the new feature from the updated
screen.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
How to add synchronisation points in qtp?
describe common problems of test automation?
What is the difference between two actions?
How to invoke Mozilla from QTP thru VB Script
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
Diff between WEB APPLICATION AND CLIENT-SERVER APPLICATION?
What is the difference between a Function and Action in QTP?
hi everybody this questions is only for qtp real time users. anyone please clearly explain the approach u r following for qtp testing in ur company or qtp framework u r following in ur company pelase give me clear explanation then u did great favour to inexeprienced qtp users
In smart identification, explain about 1. Base filter properties 2. optional filter properties with examples?
Hi, I am new to QTP testing and was exploring the frameworks used for automation. I wanted help in writing various scripts and files for keyword driven automation like 1. Control File 2. Test Case File 3. Startup Script 4. Driver Script 5. Utility Script . etc It would be great if someone can give help in this context ... Thanks
How to use checkpoints in qtp ?