Bitmap Checkpoint - Unknown Error? - 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: Bitmap Checkpoint - Unknown Error? (/Thread-Bitmap-Checkpoint-Unknown-Error) |
Bitmap Checkpoint - Unknown Error? - QADBA - 08-05-2008 Hello @all, today i tried to insert a bitmap checkpoint, but everytime i got an unknown error. What did i do wrong? Can someone help me, please? RE: Bitmap Checkpoint - Unknown Error? - somisays - 08-05-2008 Hi, In What type of application you are trying to create bitmap check point.How you are inserting the bitmap check point ? What type of error you are getting. RE: Bitmap Checkpoint - Unknown Error? - QADBA - 08-06-2008 I tried to insert a bitmap checkpoint by selecting the menu item Insert-> Bitmap Checkpoint. The type of application is a browser. First i select insert Bitmap Checkpoint. After the selection of the image i got following error-message: Logical name: Google Class: Image Cannot create Bitmap Checkpoint. Unknown error RE: Bitmap Checkpoint - Unknown Error? - anemuday - 08-07-2008 Hi, It looks something strange. Even QTP generates a WinObject statement if proper add-ins are not installed. Here is the script that QTP generates for not installed add-ins: Code: Window("McAfee SecurityCenter").WinObject("Internet Explorer_Server").Check CheckPoint("Internet Explorer_Server") Where as if it identifies the objects, then QTP generates a script like: Code: Browser("Browser").Page("Google").WebElement("India").Check CheckPoint("India") I think there could be some problem with the application(or recognigation). Please let us know the exact URL, where you are getting this problem. So that we can also work around on this. Regards, Uday. RE: Bitmap Checkpoint - Unknown Error? - QADBA - 08-07-2008 For test purposes i tried www.google.com. |