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 Port testing. Whhen will you perform?
What is the use of environment variables?
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
One build is delivered. in that build button name is submit. but in the next buit that name of the button changed as login.are u continue with previous recorded script or u make any changes?
How to change the run-time value of a property for an object in QTP?
How to check the value for variables during run time. Pls anybody can give the answer.. Thanks in advance...
What is Virtual Object? Plz Explain me with an example?
how can I read text in browser and export the same into text file?
Syntax for how to call one script from another? and Syntax to call one "Action" in another?
3 differences between QTP & Winrunner?
describe common problems of test automation?
explain how to write vb script in qtp?when will you write own script?