What is the Diff between Image check-point and Bit map
Check point?
Answer Posted / sadiya
hi
image check point use to check only the image
bitmap check point use to check all testing environment
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Tell some commonly used Excel VBA functions?
Discuss quicktest professional environment?
after initiating one project for testing, when exacltly QTP tester role starts?
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 smart identification in QTP?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
how can i call function (which has link with excell sheet at a remote location) within another function
How do we analyze the checkpoint results?
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
Explain object spy in qtp.
How you create new action in qtp?
What are test settings and global settings?
What are the types of properties that quick test learns while recording?
What is the diff between image and bitmap check point?