What is diff. between ordinal identifier INDEX and Location?
Answer Posted / 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 |
Post New Answer View All Answers
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
Through array we can execute the testcase how ? give me example
Hi, how can we check or avoid the memory leakage in QTP9.2?
how to evalute defects in QTP script?
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
Write a QTP script to enter a keyword in to Google search engine?
How to find the difference between 2 dates in qtp?
How to write business scripts using object repository with different scenarios
What is ObjectParamater?
How to explain a banking project in interview as a test engineer???
breef description of batch testing ?
what is defenetion of kiran can u tell me plz CVS, SVN
Hi Friends, Can anyone help me out in this one? In QTP, I am using Data Driver and want to parameterise multiple values (say 3 values ) for a field. How can I do it using Data Driver wizard? Plz mention it step-by-step. In the end after doing the needful, on opening the Data Driver window, how can I get number (i.e. 3) in the Parameterised column for that particualr value? Thanks a lot in advance.
What are the types of object repository?