Micro Focus QTP (UFT) Forums
Cutting off bitmap checkpoints - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Cutting off bitmap checkpoints (/Thread-Cutting-off-bitmap-checkpoints)



Cutting off bitmap checkpoints - purailin - 06-26-2008

I am trying to insert bitmap checkpoints into a test. The application goes back to the previous page when a previous button is clicked. I want to put checkpoints in to make sure the data is being saved on each page.

It works for all but two pages. All pages have tables on them, but these particular pages, there are more rows so they are bigger than the tables on the other pages.

What is going on, is that I am getting a "Failed" message when I try to run the test. When I go back to the test results, its showing me that the actual bitmaps are not the same as the expected bitmaps. Its because the actual bitmaps are displaying as a bit further down as the bitmaps on the pages that pass.

Is there a way to fix this? The test is giving a false negative. Which is fine, if you go back and check the test results.


RE: Cutting off bitmap checkpoints - Ankur - 06-26-2008

as you are saying that it is a false negative , you can disable reporting of event using Reporter.filter object for those two pages


RE: Cutting off bitmap checkpoints - purailin - 06-26-2008

How do I do this?