Answer Posted / umasankar
When QuickTest uses the learned description to identify an
object, it searches for an object that matches all of the
property values in the description. In most cases, this
description is the simplest way to identify the object,
and, unless the main properties of the object change, this
method will work.
If QuickTest is unable to find any object that matches the
learned object description, or if it finds more than one
object that fits the description, then QuickTest ignores
the learned description, and uses the Smart Identification
mechanism to try to identify the object.
While the Smart Identification mechanism is more complex,
it is more flexible. Therefore, if configured logically, a
Smart Identification definition can probably help QuickTest
identify an object, if it is present, even when the learned
description fails.
The Smart Identification mechanism uses two types of
properties:
Base Filter Properties: The most fundamental properties of
a particular test object class; those whose values cannot
be changed without changing the essence of the original
object. For example, if a Web link's tag was changed from
<A> to any other value, you could no longer call it the
same object.
Optional Filter Properties: Other properties that can help
identify objects of a particular class. These properties
are unlikely to change on a regular basis, but can be
ignored if they are no longer applicable.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
What are the two types of repositories available, explain them?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
What is parameter in qtp?
How can you handle exceptions in qtp?
when u script reveiwing in which area u more concentrates?
Is the qtp course will help to create a virtual object?
How to find the difference between 2 dates in qtp?
what is the structure for the data driven framework
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
ACTUALLY I AM WORKING IN THE DISTRIBUTION DOMAIN.MY COMPANY IS PROVIDING DISTRIBUTION SOFTWARE FOR PHARMA AND FMCG DISTRIBUTORS.HERE I AM USING QTP 9.2.HERE IN MY APPLICATION WHILE RECORDING ONE WINDOW APPEARS.IN THAT I CAN SELECT THE ITEM OR NO NEED TO SELECT.BUT WHILE RUNNING THE SAME SCRIPT THE WINDOW MAY NOT APPEAR OR APPEAR.HOW TO WRITE SCRIPT FOR THIS
How can you identify the browser and its information using the qtp script?
how to explain a claims and insurance project?
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!
Explain how to use QTP to check broken links on a page?
How to use checkpoints in qtp ?