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 can you select random value for every iteration from a weblist
scalability testing comes under in which tool?
In Webtable New rows getting added, we have select the name as Sandeep ,If name column is sandeep then need to check the checkbox ,we don't know the rows and columns ,Can anyone please tell me the answer.
3 Answers Broadridge, Cigniti Technologies, HCL,
where did you automate in your project?(please tell me example senarios)
How can we test existence of a particular word in scentence using QTP tool. Thanks in Advance!!!!!
Please give me the steps to carry out datadriven in QTP8.2
Could you please any body help me.for example in web table in the first row and first column there are 3 links like l1,l2,l3 having indexes 0,1,2 but second time links will change their order like l2,l3,l1 and indexes also changed how can we handle this situvation with script....
When we try to use test run option "Run from Step", the browser is not launching automatically why?
what is meant by Implicit and explicit requirements?
How the smart identification is used in real time?Please explain with an example
There are two tabs in the application suppose, A and B.On clicking the tab "A" one table grid will open. if u click on tab "B" Another table gride will open. Now can I do some operations on both table grids with a single table grid properties in the object repository? I have added all objects of the first table grid into the object repository Now iam checking enable/disable status of "save button" in the second table grid my code is like this val=javawindow("zseries").javabutton("save").getroproperty ("enabled") when I highlighting the save button in the object repository by keeping open the second tablegrid on the application.It is displaying the popup message"The selected object can not be found in the application" can I use properties of one table grid for both tabs if so how it is possible. Can anyone help me
Is there a function to find the number of occurrences of sub strings within a string?