Answer Posted / sreeprasad
QTP has a unique feature called Smart Object
Identification/recognition. QTP generally identifies an
object by matching its test object and run time object
properties. QTP may fail to recognise the dynamic objects
whose properties change during run time. Hence it has an
option of enabling Smart Identification, wherein it can
identify the objects even if their properties changes
during run time.
Check this out-
If QuickTest is unable to find any object that matches the
recorded object description, or if it finds more than one
object that fits the description, then QuickTest ignores
the recorded description, and uses the Smart Identification
mechanism to try to identify the object.
While the Smart Identification mechanism is more complex,
it is more flexible, and thus, if configured logically, a
Smart Identification definition can probably help QuickTest
identify an object, if it is present, even when the
recorded description fails.
The Smart Identification mechanism uses two types of
properties:
Base filter properties?The most fundamental properties of a
particular test object class; those whose values cannot be
changed without changing the essence of the original
object. For example, if a Web link's tag was changed from
to any other value, you could no longer call it the same
object. Optional filter properties?Other properties that
can help identify objects of a particular class as they are
unlikely to change on a regular basis, but which can be
ignored if they are no longer applicable.
| Is This Answer Correct ? | 14 Yes | 6 No |
Post New Answer View All Answers
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
any body can you help me what is the script to automate an comand promt
In qtp, how you can get the last character from a string?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
How will you find the current time of the remote machine using QTP script?
How to start recording using quicktest professional (qtp)?
How can you pass value one action to another action?
How can I check if a environment variable exist or not?
Name the properties you would use for identifying a browser and page when using descriptive programming?
How many types of actions are there in quicktest professional (qtp)?
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
Is it possible to use two instances of UFT on the same machine? If not why?
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?