What is the dis advantage of check points in QTP, if any?
Answer Posted / akshar jain
i think the screen resolution is important if u r using
checkpoints like bit map chkpoint,in one system it may run
smoothly & in the other system the same test may fail
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What is the difference between local and shared object repository in qtp?
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
What is file database?
How to find operating system information using the qtp script?
Output values? i want a practical example
Can U Explain about QTP tool from older version to latest version also its differences?
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
What is the descriptive programming?
Explain in brief about the qtp automation object model (aom).
Have you done batch testing in qtp? If yes how you are doing?
write the vb script for call to new action in qtp?
explain abt dyanamic changing object with example?
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
What is the short cut keys for the following?
Explain advantages and disadvantages of ddf?