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 |
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
Explain QTP testing process?
There are some links on the page,count and click those links and check the text on the page displayed on clicking the link.write script for this scenario.
How can i get QTP 9.2 software or any webside where i can download ? can anyone help me out , i want to be expert in QTP ,but i don't have the software
what is bultin funtaion in QTP &tell me five examples?
How can we perfom Action and Component parameter.?
take one example and write vbscript on one web application in qtp? explian descriptive programe with one example?
What are the different types of Database checkpoints in QTP? when they are used?
Write a code check the checkbox in the web table which is in the 4th row and fifth column (Use child item concept)
In Descriptive programing if i use this below code will it work for login window or flight Res Window. Shud i add the properties like attached text=login and text=Agent Name in the object repository and define a new object first. Pls tell me the procedure in clear inorder to execute this script. Dialog("title:=Login").WinEdit("attached text:=Agent Name:").set"agent123" Dialog("title:=Login").WinEdit("attached text:=Password:").set"mercury" Dialog("attached text:=Login").winbutton("text:=OK").click
How many types of actions are there in quicktest professional?