what is the smart identification techniqu?what r the
different mechanisums used in it?
Answers were Sorted based on User's Feedback
Answer / seenai
Smart Identification is the process of identifying the
object property uniquely, If not found with Mandatory and
Assistive Properties
we use 2 types of mechanisms in it
1. Base filter properties
2. Optional filter properties
| Is This Answer Correct ? | 8 Yes | 0 No |
whenever the qtp fails to identify the object by using the
properties present in the object repository then the special
mechanism provided by the qtp to identify the object with
filtration process is known as smart identification.
explanation:
first of all it will use the complete information present in
the object repository both mandatory properties and
assistive properties.(not ordinal identifier)
if at all it fails to identify the object then it will use
all the base filter properties and will try to identify the
object.
if at all more than one objects are matched with that
properties, then it will consider those objects and filter
the remaining objects.
then it will take the first optional filter property and
will try to match those considered objects.
if more than one objects are matched consider those objects
and filter the remaining objects.
then it will take the 2nd optional filter property and
continuous the same process till it finds exactly one match.
| Is This Answer Correct ? | 6 Yes | 0 No |
How to track the execution time?
What is the differnce between action & script
What is clean sweep?
What are the various automation frameworks available in qtp?
How can we open an Excel sheet through the script
What is Object Spy?
7 Answers JKH, Ordain Solutions,
If a script has a local repository and also uses a shared repository, which repository will QTP use first when searching for an object during playback?
Suggest and Define a solution for an application whose objects are not recognized by UFT?
write a script for get the following result: username password frm the string1="A=username" string2="B=password"
How we can merge the object repositories?say if we have 2 or 3 object repositories then how we can merge them?Is there any option in QTP to merge the object repositories?
Explain the benefits of quick test pro(qtp)?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?