What is the Diff between Image check-point and Bit map
Check point?
Answers were Sorted based on User's Feedback
Answer / prashanth
Bitmap check points are used to compare bitmap images
eg: logo of a company, digital signatures
Image check points are used to verify the properties of the
image, like its innertext, href, etc
Prashanth
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ravichandranath
image check poin we can use this in web testing to find the
source and etc
bitmap checkpoint to use this we can find the images
diffrence and speciffic screen area diffrences
bye
ravichandranath
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / ycy
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 byselecting 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 | 1 No |
Answer / ram.polavarapu
image checkpoint->by using image checkpoint to compare the
actual image properties with expected image properties
bitmap checkpoint->by using bitmap checkpoint to compare the
actual exact image with expected exact image
| Is This Answer Correct ? | 0 Yes | 1 No |
How you can find the absolute value of the number in qtp?
In our application (Web based application)we will get a pdf file and we have check a particular text in that pdf. Can any one tell how to check text in a pdf file. In the same pdf file it generating some links and I have to click that links. QTP unable recognizing that links, even id did record and playback qtp does not generating any script. Can any one help me….?
What are the Mandatory Properties of WebTable Object and Link Object in Web testing using QTP
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
How function returns a value?
How do you test the text displayed in the header portion of times of india epaper. Hot news(banner) are scrolling in the top of the page, how do you test using QTP?
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
can i able to connect any version of qtp to any version qc
How to change the run-time value of a property for an object?
I have a list box which contains duplicate values e.g. A,A,A,B,B,B,C,C,C.Now write a code in qtp to test the list box . Scenario #1 : I have to check whether any values are there? Scenario #2 : If duplicate values are there,then how many time it is getting duplicated? Svenario #3 : how can I test presence of items in list box ommiting duplicate values?
what is object?
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.