Posts: 5
Threads: 3
Joined: Jul 2009
Reputation:
0
07-13-2009, 02:18 AM
1) Can someone state the difference between an Image checkpoint and a bitmap checkpoint?
2) In a scenario where the screen resolution is changed after recording the script, which of the two is likely to fail?
Posts: 1,003
Threads: 1
Joined: Jul 2009
Reputation:
5
07-13-2009, 11:29 AM
Bitmap will fail because it is completely dependent upon the pixels on the screen.
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Posts: 16
Threads: 7
Joined: Jun 2009
Reputation:
0
07-13-2009, 01:34 PM
Image checkpoint is available only for web apps.
image checkpoint comes under standard checkpoint.
Bitmap checkpoint is all apps.
Posts: 516
Threads: 17
Joined: Jul 2009
Reputation:
3
07-13-2009, 02:19 PM
HI Vinay,
Ans:1)
Image check point is used to check the property value of an specified image cosidering the Image is an object. But bitmap check point is not going to retrive any property value of the Image rather it verifies the defined area of a webpage or application as a bitmap and it won't be used to
verify the property values like image check point.
Ans:2)
I will be with Vinay regarding this. Def Bitmap checkpoint will fail bcz of diff in pixels.
Thanks,
QTPKing