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
Explain the types of object repositorys 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
hi i have completed my b.tech in cse stream. now i am working in an organisation in testing department. i want do sap course but i dnt know which module will boost my career can anyone suggest me which is good for my career
What is the meaning Work bench?
Can anybody post some real time scenario in qtp? please its very urgent.
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
How can you pass value one action to another action?
How do I get the QTP scripts result in xml format by using vb script function?
I have developed and executed a script successfully, and saved the same to QC. When I tried to execute the script from QC, the script is not executing. What are the possible reasons?”
What is the file extension of the code file in qtp?
In qtp, explain what is qrs file?
What are the views available in quicktest professional (qtp)?
What are the different types of recording modes in qtp? Which will be used when?
How to break the object spy ?
How to customize checkpoints with parameters?