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 difference between a Test and a Business Component? Is it necessary to use Business Component while testing an application in the real time?
If aclient comes to tester ask to bye a tool Keep aside about the cost,In what way we can choose the tool.
What is action required by QTP if a popup message is coming in exsisting script and now it is not coming. The script is having code to deal with popup message now when we run the script now the popup i snot coming according to new build, instead of changing the code what we can do?
how do you find the number of occurences of string QTP from the expression , " QTP+QTP=2QTP"
How can I change object description or check point values in qtp?
Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?
write a qtp script to verify that the business price is twice the economy price in flight reservation window
Hi iam shankar here, right now iam working on manual testing. i want to switch over automation tool qtp, right now iam taking training class outside on qtp, please let me know the cost of QTP tool for full version, wether it's an annual subscription or monthly subscription.
one ok button and one text box is there.when i click on ok button in that text box one no. will display from 1 to 100 randomley.if that is not 100 when we click on ok button again ,again another text box ll created with another no. we will continue this till the text box created and displays 100.and when its 100 ok button should disabled. remember thet no will display not seriely ,it displays randomley,and each time new text box will created.
Pls anyone, tell me the script in QTP to find the number of links, and images in a webpage. Verry very urgent. I shall really be very thankful
When to Insert transactions in QTP?
hi, i am trying to capture "web element" names in a web page, and i written the code like this,, with Browser("title:=") with .page("") .webelement("htmltag:=...").getroproperty("innertext") end with end with //////////////////////////////////////////////////////////////////////////////////// QTP RETURN ERROR like this: " object's description matches more than one of the objects currently displayed in your application. Add additional properties to the object description in order to uniquely identify the object" ok fine , i need to search another property other than "index" i use all the properties like class,text,innerhtml,innertext,visible=true,x , y,abs x ,abs y...but qtp returns error ..... in this webpage index is difficult to find? how to solve