What is the difference between Image Checkpoint and Bitmap
Checkpoint?
Answers were Sorted based on User's Feedback
Answer / sushma
Bitmap checkpoint compare the image ie pixel to pixel
comparison is done but whereas in Image checkpoint the
properties of the image is also verified along with the
image, like alt tag of the image and anyother property of
the image and the Image checkpoint is inerted only for the
webapplication ie..when u insert the standard checkpoint
for the webbased application for the image then you get
this checkpoint
| Is This Answer Correct ? | 18 Yes | 2 No |
Answer / raghu
Image check point is used to check the GUI properties of an
image.
Bitmap Check point is used to check complete or part of
BITMAP i.e picture to picture.
| Is This Answer Correct ? | 5 Yes | 1 No |
Image checkpoints enable you to check the properties of a Web image. You can check an area of a Web page or application as a bitmap. While creating a test or component, you specify the area you want to check by selecting an object. You can check an entire object or any area within an object. Quick Test captures the specified object as a bitmap, and inserts a checkpoint in the test or component. You can also choose to save only the selected area of the object with your test or component in order to save disk Space.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / punkhuri singh
Image checkpoints enable you to check the properties of a Web image. You can check an area of a Web page or application as a bitmap. While creating a test or component, you specify the area you want to check by selecting an object. You can check an entire object or any area within an object. QuickTest captures the specified object as a bitmap, and inserts a checkpoint in the test or component. You can also choose to save only the selected area of the object with your test or component in order to save disk Space For example, suppose you have a Web site that can display a map of a city the user specifies. The map has control keys for zooming. You can record the new map that is displayed after one click on the control key that zooms in the map. Using the bitmap checkpoint, you can check that the map zooms in correctly.
You can create bitmap checkpoints for all supported testing environments (as long as the appropriate add-ins are loaded).
Note: The results of bitmap checkpoints may be affected by factors such as operating system, screen resolution, and color settings.
| Is This Answer Correct ? | 0 Yes | 0 No |
bitmap check point is checking a particular area or part of an image..whereas image check point point is checking the entire window of the image...
For Bit map Chkpoint we need not have any image, It goes by the screen area.
But for image chk point we need to have an image
| Is This Answer Correct ? | 0 Yes | 1 No |
For Bit map Chkpoint we need not have any image, It goes by
the screen area.
But for image chk point we need to have an image.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / remo
image checkpoint is used to capture the desire location
bitmap checkpoint will capture whole picture
| Is This Answer Correct ? | 2 Yes | 6 No |
When using descriptive programming?
In qtp, how you can get the last character from a string?
Can anybody give the script to addsheet, add column,add values under that column in the rows?
Hi all. Could anyone tell me the difference between an Action and a Function in QTP. Thanks in advance and Merry Christmas.
what is difference between wait and synchronization point.
we have 10 more actions in our test and we are using exit action command to come out from the action if any error s occured.In action 1 if any error occurs control is moving to second action but if we get error in second action exitaction is throwing general run error. Please give a idea to overcome .
After coming to know that QTP could not identify non-standard objects, we set those non-standard objects as virtual objects using Virtual object wizard. But how can we identify that qtp could not identify non-standard objects?
How many ways we can parameterize data in QTP?
we have 5 default properties we want add more Default property in Object Repository how to add the property
how to disable the pop ups through QTP using a script
what QTP Options do you know?
Hi Friends, I have an application that is having some options to choose. While doing business transaction I need to select one option among from available options. But here the thing is, we won't get one option which we've chosen already and the available options will get automatically from the system with time basis, moreover each and every option having with various label names respective to that option. So obviously if I run my recorded script will automatically gets fail, even though it got pass at first time. Could anyone please give me appropriate solution for this. I would be greatly obliged with you if you give the solution as soon as possible.