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 |
What is the difference between Client/Server application and Web application ?
Explain in brief about the QTP Automation Object Model.
How to retrieve particular cell data in excel sheet ?without importing method.
What is the difference between Accessibility Checkpoint and Bitmap Checkpoint in QTP? Note: I have read it in QTP help but i dont want answer from that.......
hai, i am doing QTP by own. So, i am confident in checkpts,synchronization, data driven test, recovery scenarioe manager etc. but actually i don't know how all these we wil implement while we r writting code manually. when we r doing practice, while recording code is automatically generated but in real time i heard that we have to write the script.But i don't know how it is? How to write descriptive prog.? plz. tel me what r the basic things we have to know? explain how to write descriptive prog.? explain me with an example pls.......
When we parameterise some field ex. Textbox is there any way that we can generate a specefic number of random values (For alphabetical values if possible) instead of manually entering values in the data table
While testing .net applications with QTP 9.1 in normal recording mode, QTP records my unintentional mouse clicks and window dragging which I don't want. But I can't stop QTP recording those mouse clicks and window dragging. Can somebody let me know how I can get rid of it, please ! Thanks.
Explain the concept of object repository and how quicktest professional recognises objects?
Anybody wants to learn QTP with realtime implementations and complete framework desiging plz contact to this mail id ciraaj@gmail.com
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?
How do you do batch testing in QTP, if so explain?
where is the bitmap checkpoint be saved