verify data on Java chart - 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 Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others) +--- Thread: verify data on Java chart (/Thread-verify-data-on-Java-chart) |
verify data on Java chart - dina.elmaamoun - 02-04-2013 Hi, I need to verify a Chart of class: org.jfree.chart.ChartPanel The chart consists of a pie chart image and some descriptive text, and is identified on QTP as a JavaObject. I can't verify any of the data in this object. Any ideas? Thanks Dina RE: verify data on Java chart - basanth27 - 02-13-2013 If its a image, no matter what it identifies as, you have very less option to validate it. You could use the bitmap checkpoint with a tolerance, but i am not sure if the data validation would look good and moreover, it is not the right way to do it. Audio, video , pics, print, scan are few which cannot be automated and are best done manual. |