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 |
what is the hierarchy to use properties in descriptive programming
How to check the value for variables during run time. Pls anybody can give the answer.. Thanks in advance...
How to Compare the 2 xl-sheets in QTP? ple write the vb Script for the comparison?
How the objecs properties are identified?Tell me in Hierarchical order?
who is the best faculty in Hyderabad for QTP?
How will you find the current time of the remote machine using QTP script?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
I install .Net Add-Ins in my system. It installed properly. But all the objects are recognizing as window objects only. But it has to recognize as swf objects. In Record and Run setting i selected 'Record and run test on any open browser' and Record and run test on any open Windows-based application' Can any one tell what setting i have to do to recognize objects correctly as swf...? Please give some suggestions..?
What does VBS file contain..? what is VBS file.?
Hi All Below is my script which i made for lgin into Flight.exe. SystemUtil.Run "C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\flight4a.exe","","C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\","open" Dialog("Login").WinEdit("Agent Name:").Set DataTable ("p_Text", dtGlobalSheet) Dialog("Login").WinEdit("Agent Name:").Type micTab Dialog("Login").WinEdit("Password:").SetSecure DataTable ("p_Text1", dtGlobalSheet) Dialog("Login").WinButton("OK").Click If Dialog("Login").Dialog("Flight Reservations").WinButton ("OK").exist Then Dialog("Login").Dialog("Flight Reservations").WinButton ("OK").Click datatable.Value(3)= "Incorrect password. Please try again" Dialog("Login").WinButton("CANCEL").Click elseif Dialog("Login").Dialog("Flight Reservations").WinButton("OK").exist Then Dialog("Login").Dialog("Flight Reservations").WinButton("OK").Click datatable.Value(3)="Please enter agent name" Dialog ("Login").WinButton("CANCEL").Click elseif Dialog("Login").Dialog("Flight Reservations").WinButton("OK").exist then Dialog("Login").Dialog("Flight Reservations").WinButton("OK").Click datatable.Value(3)= "Please enter password" Dialog("Login").WinButton ("CANCEL").Click else Window("Flight Reservation").Move 309,146 datatable.ExportSheet "C:\Raj\Result.xls" ,1 Window("Flight Reservation").Close End If I want to capture the Message string from Dialog("Login").Dialog("Flight Reservations" Also pls let me know if this is the right way to do the script for login. Pls provide some script for login Flight.exe Thanks in advance Raj Dhiman
i did B.Tech cse and i secured 76%. instead of siting at home ... i would like to do some course. can u suggest me in this.
What is keyword driven framework?