anyone can explain about "Smart Identification" in QTP
I mean what is the use of "Smart Identification"
Give an example
Answers were Sorted based on User's Feedback
Answer / mns
QTP recognizes its objects by looking at the object
property name and values in the OR.If for some reason,it is
not able to,(too many checkboxes for example), then QTP
falls back on Smart identification mechanism. Here, QTP
uses the base filter and the optional filter properties to
identify an object.
However,this mechanism only gets activated only in web-
applications.
| Is This Answer Correct ? | 0 Yes | 1 No |
Smart identification is nothing but if the QTP does not able
to identify the object we use smart identification by using
Parametrization(replacing the constant values with
variables) techniques.
It is used to identify one object in the object group.
| Is This Answer Correct ? | 2 Yes | 5 No |
1. What is diffrence between Analog Recording And Lomlevel Recording ?
What is operator in VB Script?
How to record application running on the Virtual machine?
How to capture data from images in QTP and produce them in Excel sheet ? please ans...
What is the Command used to start the QTP
In QTP how can we recognize objects Without using Object Repository?
How to manage a drag drop event in the qtp
WHAT IS THE DESCRIPTIVE programming when it is useful? & when to use this ?
what is keyword driven testing
what is the defference between QTP 8.2 and 9.0and 9.2? plz tell me
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
Whenever we use GETROPROPERTY function.