what is smart identification?

Answers were Sorted based on User's Feedback



what is smart identification?..

Answer / jyotheeswar

It is alternative solution to recognize Non-Standard objects

Is This Answer Correct ?    2 Yes 0 No

what is smart identification?..

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

what is smart identification?..

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

what is smart identification?..

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

what is smart identification?..

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

what is smart identification?..

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

what is smart identification?..

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

Post New Answer

More QTP Interview Questions

How do I lauch my test website using code from qtp in different environmet, uat and PPTE?

0 Answers  


How to use custom checkpoints in QuickTest Professional?

1 Answers   TCS,


what is the frame work your using in automation ?

4 Answers  


In ordinal identifier there r 3 options available. Which one will be enabled first when ordinal identifier is invoked.

3 Answers   Cap Gemini,


Hi,All How to change background color of a cell in excel using qtp and that too with out using Excel Object.(I am importing the excel sheet by using ImportSheet method)

1 Answers  






How exactly you start scripting in QTP? In the interview he was not satisfied with my answer.Please post what is correct answer.

2 Answers  


How will you load few objects in Active Screen?

1 Answers  


Hi. GetRoProperty and OUTPUT Value Both are same purpose or not? plz explain in deatil with example?

5 Answers  


What is the virtual object?

0 Answers  


My company has recently started using Ajax for building UI and QTP is nor recognizing the drop down list for selection.It recognises it as a general Web Element or Web Table. I have added individual selections from the drop down as web Table. It works as long as the page is not refreshed. I need some help and inputs as to how to make QTP recognise a drop down list for selection. Any help will be appreciated.

1 Answers  


Is it possible to convert QTP scripts to Silk scripts?

2 Answers   Sierra Atlantica,


How to do the Mouse Operations in QTP. How to aacess an Image in a web application to save it on my desktop. To my Knwoledge that can be done by mouse right click on the Image and selecting 'Save the Image'option. Or Is there any alternate way to do this..

1 Answers  


Categories