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 |
Explain more about the Test Fusion Report of QTP?
How many add-ins comes by default with qtp?
Error handling
how can u put synchronization point in qtp,wat is exactly synchroniztion why we use it wat is benifit in qtp
13 Answers College School Exams Tests, Mind Tree,
wt is playback facilityin qtp?
What is difference between WR and QTP?
Explain advantages and disadvantages kdf?
Hi, I have a login page. To login in that page I need to have a valid username and password, which is stored in database. I imported that table to my DataTable in QTP (Global sheet). Now I need to write a code in qtp so that I can login only with valid username and data. my condition is : I want to get username and password from inputbox(which i did) and click on login button- which should verify the datatable for username and password and if value is present only then lofin else stop the testing. DataTable contains columns : LoginName and Password Code: Rowcount= DataTable.GetSheet("Global").GetRowCount msgbox "RowCount= " &RowCount,1 CurrentRow= DataTable.SetCurrentRow(1) Do Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$UserName$ctl").Set DataTable("LoginName",1) Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$Password$ctl").Set DataTable("Password",1) Browser("").Page("").Frame("Frame").Link("Login").Cli ck CurrentRow=CurrentRow+1 Loop Until CurrentRow>Rowcount Can anyone help? Thanks, Priya
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
Hi Friends, Im planning to do certifcation in mercury Automation Tool QTP.But I Didnt get any clear details regarding course syllabus, fees, where to approach, and which certification would be useful for the experienced testers? can any one send me the details?
wt is automation framework? give explonation?
What issues come up in test automation, and how do you manage them?