What is diff. between ordinal identifier INDEX and Location?
Answers were Sorted based on User's Feedback
Answer / swetha
when ordinal identifier is selected as location then qtp
will be generating numbers like 1,2,3... depending on the
sequence of the object present in the application where as
when index is selected it will be generating numbers
depending on the index of the program related to objects
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / vinay
in index u wil get the no based on the location of the
object in the source code or memory. mainly used for web
based app. in ordinal identifier the no is generated based
on the location of the object with respect to the left top
end of the screen. mainly for web based application.
| Is This Answer Correct ? | 2 Yes | 1 No |
what are the design objects in qtp
Explain QTP Testing process ?
i have a window , initial its name is "NEW CUSTOMER" i have to enter the details of customer in the test object fields and after saving the window name is automatically changing with the customer name . so how to identify that window after saving. (i am using descriptive programming.)
Can anybody give the script to addsheet, add column,add values under that column in the rows?
I have two actions in my QTP test and two iterations in my DataSheet. I want to execute the Action 1 for the two iterations only after which i want to exceute the next Action2. How is this possible?
How to save your test using quicktest professional?
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
hou can we use vb script in qtp could u tell me breafly
What is the difference between Recover Scenario(screen) and on Error Resume Next(code)
Is the qtp course will help to create a virtual object?
How to modify object property in qtp ?
Object repositories types, which and when to use?