Skip to main content


developerWorks  >  Rational  >

Demystifying the automation of custom controls: Part 2. A step-by-step example of using IBM Rational Functional Tester to automate custom controls

developerWorks

Level: Intermediate

Daniel Gouveia (dgouveia@us.ibm.com), Field Technical Sales Specialist, IBM 

22 Jan 2008

Register now or sign in using your IBM ID and password.

This tutorial applies the concepts that were covered in the first part of this two-part series to a real-world example.

In this tutorial

In the first part of this two-part article, you worked through three steps to learn the basics of how to use IBM® Rational® Functional Tester with custom controls. The conceptual content of those steps provides the means to deal with almost any custom controls -- unless the controls do not expose the information (properties and methods, for instance) that automation tools need.

This tutorial applies those concepts to a real-world example of using these four methods:

  • getProperty(String arg0)

  • setProperty(String arg0, Object arg1)

  • invoke(String arg0)

  • invoke(String arg0, String arg1, Object[] arg2)

Prerequisites

None


System requirements

None


To view the demos included in this tutorial, JavaScript must be enabled in your browser and Macromedia Flash Player 6 or higher must be installed. You can download the latest Flash Player at http://www.macromedia.com/go/getflashplayer/.


Formats

html, pdf


Share this....

digg Digg this story del.icio.us del.icio.us Slashdot Slashdot it!


Back to top


Document options

Document options requiring JavaScript are not displayed


More in this series:
Demystifying the automation of custom controls