Automate High charts with QTP 10 - 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: Automate High charts with QTP 10 (/Thread-Automate-High-charts-with-QTP-10) |
Automate High charts with QTP 10 - saurabh10 - 12-16-2014 I am using QTP 10 and I want to automate the high charts (pie chart) appearing on Dashboard . My application is Java based web application . On spy from QTP it identifies each slice of pie chart as an Web Element which doesn't serves my purpose beacuse these charts are dynamically generated with new values everytime . Also I am not able to identify the tooltip appearing for every slice on chart. Can anyone suggest how to automate hight charts using QTP10 Thanks In advance. RE: Automate High charts with QTP 10 - supputuri - 12-20-2014 Can you please hit on F12 and highlight the Pie chart in source code - share this screenshot. RE: Automate High charts with QTP 10 - vinod123 - 12-24-2014 Use Xpath based identification for the pie charts get the details of the chart |