What is the difference between Mandatory and BaseFilter
Properies..Anybody please answer me..Thanks in Advance
Answers were Sorted based on User's Feedback
Answer / babu
Hi,
For every object which can be recognized by QTP tool are
having set of mandatory and assistive properties for unique
identification forn object.
Mandatory properties are the properties which can be used
to identify the object at the runtime. If the object is not
able to find using mandatory properties, then the tool will
check with assistive properties.
If the tool is not able to find the object,application will
try to find the object using ordinal identifier
(index,location).
Still if not been able to find the object, then the
application will use smart identification mechanism to find
the object where in which we have basefiter and optional
filter properties.
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / shamsher singh
Mandatory properties are those property which use by QTp to
recognize object od application.
Base Filter property used by Smart Identification mechanism
to recognize run time object properties which change at run time
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / rahul
I think both mandatory and base filter properties are same.
Mandatory properties,these are default properties to an object.
Base filter properties,the most fundamental properties of a particular test object class,whose values cannot be changed.
| Is This Answer Correct ? | 1 Yes | 7 No |
How to do excception handling ( error handling ) in QTP
6 Answers Institute for Medical Education,
Explain the types of object repositorys in qtp?
i ve an excel in a QC folder. Thru my QTP script i want to open that excel in runtime. I am running this script from QC itself
How to use Environment parameterization? Explain with an example.
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
Diff between WEB APPLICATION AND CLIENT-SERVER APPLICATION?
How to record a qtp script ?
how to merge object repositories in qtp for n different applications
How u perform exception handling in QTp,what is other name for ths
If requirments changed then how we can teach the QTP this is the new requirment
1. How to capture data from images in QTP and produce them in Excel sheet
How QTP recognize the object??how to add objcts into object repository??