PWPowell

Members
  • Content count

    2
  • Joined

  • Last visited

About PWPowell

  • Rank
    Forum Newbie
  1. QTP (Flex) testing.

    QTP supports VBScript Descriptive Programming. Is there a way to get a hold of the Chart object in memory and use some of its methods?
  2. QuickTest Pro and VBScript

    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