what is smart identification?
Answers were Sorted based on User's Feedback
Answer / jyotheeswar
It is alternative solution to recognize Non-Standard objects
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vijay
Smart identification is a mechanism provided by qtp,which is
used for identifying the objects even though some properties
are dynamically changed.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / raju
QTP uses smart identification to recognize the objects
those are not recognized with mandotary properties of the
object.
Smart Identification is nothing but an algorithm used by
QTP when it is not able to recognize one of the object. A
very generic example as per the
QTP manual would be, A photograph of a 8 year old girl and
boy and QTP records identification properties of that girl
when she was 8, now when
both are 10 years old then QTP would not be able to
recognize the girl. But there is something that is still
the same, that is there is only one girl in
the photograph. So it kind of PI (Programmed intelligence)
not AI.
When should i use SMART Identification?
Something that people don't think about too much. But the
thing is that you should disable SI while creating your
test cases. So that you
are able to recognize the objects that are dynamic or
inconsistent in their properties. When the script has been
created, the SI should be enabled,
so that the script does not fail in case of small changes.
But the developer of the script should always check for the
test results to verify if the SI
feature was used to identify a object or not. Sometimes SI
needs to be disabled for particular objects in the OR, this
is advisable when you use
SetTOProperty to change any of the TO properties of an
object and especially ordinal identifiers like index,
location and creationtime.
For more information go thru this link
http://mercuryquicktestprofessional.blogspot.com/2006/11/how
-qtp-identifies-objects-complete.html
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / satyanarayana
Smart identification is a mechanism used by the qtp in order
to identify the objects while normal method fails to
identify the objects.Normal method fails due to the presence
of more no of objects of same type and also presence of
dynamically changed object(propeties are changed dynamically)
Here qtp will uses properties like base filter properties
and optional filter properties.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / anupama
"SI" is used when the object properties like
Mandatary,Assistive and Ordinal Identifier are not
sufficient to recognise a particular object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / venkat reddy
Smartidentification is a special mechanism provided in qtp
to recognize the non standared objects or the objects which
are not identified by Mandatory as well as assistive
properties.
when Si is used?
when the QTP is not identified the objects while executing
the script we will use SI
it will add more properties from Base fileter and Optional
filter properties and try to identidy if at all not
identified yet,
it will mix the basefilter and mandatory as well as
optional and Assistive then ony one of the property is
surely identified at last
Thanking You,
please correct me if i am wrong...,
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mahesh.k
simply smart identification is nothing but identifying the objects by using base filter and option filter properties. it uses qtp when it fails to identify object with respect to mandatory and assistive properties.
| Is This Answer Correct ? | 0 Yes | 0 No |
Hey friends i m facing a problem when i m running my script in qtp it waits for about 5-10 secs before starting execution why it is so can any one solve my problem .Previously it was running fine
How to access values from Unix OS and how to write..
Whenever we r keeping mouse pointer under the image we r getting image name. In qtp how can we do this thing.weather that name is coming or not?
difference between multiple parameterization and data driven wizard in QTP?
How to work with multiple browsers when opened in the window, write the script for it
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
0 Answers Tavant Technologies,
Give answer with example what is orthogonal array testing technique?
can any body pls mail me latest FAQ's in QTP to my mailid btrintra@gmail.com....Thanks in advance
What is the difference between two actions?
How we test the logo or images in the web page using QTP? For example take google page, they change their logo for new year,christmas etc..How we test that? Plz answer this question... Thanks in advance..
What is the quicktest professional (qtp) testing process?
How to add a runtime parameter to a datasheet?