How can i use Ordinal identifiers and Smart identification
methods
suppose i want to know the index no of check box
Answer / 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 |
What are the different types of recording modes?
Where you are storing your script?
i am trying to capture the URL from the open browser and store it. pls give me solution how we can do this in QTP. thanks
How do we call Library Files(.vbs) in the Test Script Thanks in Advance...
what kind of erros can be handled with the using QTP?
How can we display the names of the buttons in the toolbar of a webpage
what is diff b/w function and action?
Hi, Any one have the crack for QTP 10.0,if so could you please send it to phanijuly10@gmail.com
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
ACTUALLY I AM WORKING IN THE DISTRIBUTION DOMAIN.MY COMPANY IS PROVIDING DISTRIBUTION SOFTWARE FOR PHARMA AND FMCG DISTRIBUTORS.HERE I AM USING QTP 9.2.HERE IN MY APPLICATION WHILE RECORDING ONE WINDOW APPEARS.IN THAT I CAN SELECT THE ITEM OR NO NEED TO SELECT.BUT WHILE RUNNING THE SAME SCRIPT THE WINDOW MAY NOT APPEAR OR APPEAR.HOW TO WRITE SCRIPT FOR THIS
How can we do Data driven testing Using For loop in QTP?
when we open flight reservation.at that time where we found synchronization point() and wait function().i m confused .i want this answer.