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 |
What is difference between WR and QTP?
How to handle Dynamically changing Objects in QTP?
Give answer with example what is orthogonal array testing technique?
What is optional step in qtp? How you can add optional step in qtp?
Could anyone please tell me one situation where you have used recovery scenarion in real time with an example?
how to automate standalone infopath forms using QTP? (it is not a dotnet or a web form)
How to "Turn Off" QTP results after running a Script?
Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?
Differences between QTP & Winrunner?
What is the use of "Registeruserfunc" when should we use it? Note:Please do not copy paste the date from QTP help. I tryed it.But I don't Understand where should we use exactly.
What are the advantages of QTP over WinRunner?
Using Regular expression method some particular value is not present in given value. HOow do use regular expression? Forexample password all number,character ,special character are accepted but (_',)underscore,comma are not used. How do write regular expression.