How does QTP identifies the object in the application
Answer Posted / nanda
the above answers are correct..here some more information..
if u explain this definitely interviewer will ask u
.....what is Ordinal Identifier?
In Ordinal Identifier we have 3 properties..Index, Location
and Creation Time. we can select only one property for one
Object and Creation Time is only for Browser.
Index is Tab Order of a Object in Application.
Location is x,y position of a Object in in Application.
Creation Time is browser opened time.
If any queries...
nanda.dreddy@gmail.com
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
how do i know how to use tools
Where we can use the synchronization?
Where you are storing your script?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
How to find Operating system information using QTP script?
banking project description for software tester
what is supply chain management?
can test automation improve test effectiveness?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
What are the steps involved in recovery scenario wizard?
How is UFT 11.5 version different from UFT 12.0?
who QTP recognizes the object stored in object repository?
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
How to use Environment parameterization? Explain with an example.
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.