Answer Posted / 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 |
Post New Answer View All Answers
How to interact tool & application build in QTP?
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp
Hi, Hope you viewers are doing fine with good health. What are the steps and connection parameters to connect to Oracle db ? Can you connect with just the Oracle client or Oracle XE ? Cheers!!
What are the factors on which script execution time is dependent?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers
Explain process of smart Identification in QTP?
What are the various automation frameworks available in qtp?
Explain how you can replace string in qtp?
How you can find the absolute value of the number in qtp?
How to export quicktest professional results to an .xls file?
In qtp, how you can exit for loop?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that