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 |
When ‘option explicit’ keyword is used in qtp?
Give me an example where you have used a COM interface in your QTP project?
Where we save all scripts in the QTP
5 Answers Ordain Solutions, Sathya Technologies,
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
Hi, My problem is as follows. I recorded a script that created Object repository of each action i recorded. But later I added one more step (which was to enter data in a textfield) into the script through expert view. But as no repository for this newly added step exists in the test, my script fails. So please help me to sort this problem that how can I create object repository of a new step in an existing test. Thanks everyone
Without QTP (or any Testing tool) can we able to test the GUI part of the Applications. for Example generating the Scripts in Notepad and Executing them Using VB. Is it Possible to do so..
Explain about the quicktest professional (qtp) automation object model?
Hi Frriends... I have one Query please give the apropriate ans. when we r working with web based application , the user loggedin page name is changed respect to the username ( Take a exp. Yahoomail.com) .When we use Datadriven test to this scenario ,each time the loggedin page name is changed ...then the script is fail.. at that time wat can do... please give the apropriate ans. Thanx in advance..
If we are record a same web page for 2 times.1st time it is showing 6 objects in the Object Repository and for the 2nd time it is showing like 7 Objects in the Object Repository why it is happening
How to change the Default synchronization method time and where?
If some requirements r changed during the testing process ,then how can u handle this in frame work?
whaht is the difference between CLASS & OBJECT?