What is smart identification?
Answers were Sorted based on User's Feedback
Answer / vijay
Smart identification:The object identifier identify(object
spy) the objects by default if QTP fails to identify the
objects then we will go for smart identification.we
configure the samrt identification setting from the setting
options.if you fail to identify objects with
smartidentifier finally u go for ordinal identifier, there
u can have object index,created date and location.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sreeprasad
Smart identification comes into picture when Quick Test
fails to recognize an object uniquely using the recorded
properties. It follows the following process to identify
the object:
1). QuickTest ?forgets? the recorded test object
description and creates a new object candidate list
containing the objects (within the object?s parent object)
that match all of the properties defined in the base filter
property list.
2). From that list of objects, QuickTest filters out any
object that does not match the first property listed in the
Optional Filter Properties list. The remaining objects
become the new object candidate list.
3). If the new object candidate list contains more than one
object, then step 2 is repeated with the second property
listed in Optional Filter Properties list.
| Is This Answer Correct ? | 0 Yes | 1 No |
what is use of optionexplicit in variable declaration
what is the difference between an Action and a function in real time
can we enable smart identification for test object
Hi PLZ explain User Defined Functions in QTP with eample?
What is the limitation to XML Checkpoints?
Write a code check the checkbox in the web table which is in the 4th row and fifth column (Use child item concept)
Pls explain me the difference between ........ Description.Create and CreateObject
What is the difference between Image Checkpoint and Bitmap Checkpoint?
What are the types of object repositories? Which one is you are using?
how to open Excel sheet & write in it & save it?
Syntact for how to call one script from another? and Syntax to call one "Action" in another?
With what extension you can save the list of tests in a file to run in test batch runner?