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 |
how to select particular value from the combobox in the current page which is entred in the previous page editbox after parameterization?
How to change the run-time value of a property for an object?
how to invoke the web application through script in qtp
What is .Ini file in QTP?
Can anybody help me for vb script in qtp? give me examples for practice plz.
Discuss quicktest professional (qtp) environment?
How to integrate the qualitycenter with qtp
On what document base Descriptive programming is written if build is not yet ready ?
How to access values from Unix OS and how to write..
what is the difference between testing and debugging?
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
what is the advantages and disadvantages of using functions instead of re usable actions