How can i use Ordinal identifiers and Smart identification
methods
suppose i want to know the index no of check box
Answer Posted / siddu
Using smart identification QTP compares the object
properties at the recording or creating time to the current
test object properties (the properties of objects in the
object repository) using base filter and optional filter
properties. If any one property is matched then it
identifies the object uniquely.
Using ordinal identifies QTP identifies the object by giving
the values 0,1,2 ........ using INDEX, LOCATION, CREATION TIME
INDEX: The object which comes first when we are using tab
has value 0, the second one 1, and third one 2
LOCATION: The object which is nearer to x-axis have value 0,
the second one 1, and third one 2
CREATION TIME: For browser we are using this one. The first
created browers has value 0, the second one 1, the third one 3.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How many number of actions possible in qtp?
Explain about the quicktest professional (qtp) automation object model?
How to suppress warnings from the test results page?
What is test object model in quicktest professional?
Can we record using all the modes in a single script? Explanation with example is appreciated
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent
What is a data driven test in qtp?
what QTP Options do you know?
What are the common defects found in your project? (in qtp interview)
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
Explain object spy in qtp.
Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance
Explain actions in qtp ?
What is the difference between the design-time and run-time data tables?