I am using QTP to automate data validation in our html implementation of FusionCharts. I want to use the name or chart id to instantiate a chart object so I can use the getXML() method to retrieve the graph data to validate against our backend values. I can code in QTP in VBScript. What do I need as far an an include statement and how to I create the object?
Thanks