Running a script from Functional Tester

When you run a script from Functional Tester, it plays back all of your recorded actions, such as starting an application, the actions you take in the application, verification points, and stopping the application.

Procedure

  1. Configure your application for testing by setting the appropriate Java™ environment or web browser to run the application.
  2. Run the script in any of the following ways:
    • In the Functional Tester Projects view, click a script and click Run Functional Tester Script Run Functional Tester Script button in the Functional Tester toolbar.
    • In the Functional Tester Projects view, right-click a script and click Run.
    • In the Functional Tester Projects view, click a script and then click Script > Run.

    The Script Launch Wizard appears.

  3. Optional: To prevent the Script Launch Wizard from opening when you run a test script, do the following:
    1. Click Windows > Preferences.
    2. Click Functional Tester > Playback > Logging.
    3. On the Logging options page, select Don't show script launch wizard.
  4. On the Select Log page, keep the default log name or select a log name.
  5. Optional: You can enter run arguments or set a datapool iteration count:
    1. Click Next to display the Specify Playback Options page.
    2. In the Run arguments field, enter or select command-line arguments to pass to the script if required.
    3. In the Datapool Iteration Count field, select a number or Iterate Until Done to specify how many times a test script runs when you run the script.
  6. If the unexpected window handling feature has been enabled for all scripts in the Preferences dialog box, the Enable handling of unexpected windows check box is selected on the Select Log page. Clear the check box if you do not want to enable the feature for the script you are running.

    If the unexpected window handling feature has not been enabled for all scripts in the Preferences dialog box, the Enable handling of unexpected windows check box is not selected. Select the check box if you want to enable the feature for the script you are running. Actions that have been configured for specific controls on unexpected windows in the Configure Handling of Unexpected Windows dialog box are performed.

  7. If the dynamic find feature has been enabled for all scripts in the Preferences dialog box, the Enable script find if scoring find fails check box is selected on the Select Log page. Clear the check box if you do not want to enable the feature for the script you are running. The dynamic find feature enables Rational Functional Tester to locate test objects in the application-under-test whose hierarchical position may have been altered from the position in the test object map, ensuring that playback does not fail.

    If the dynamic feature has not been enabled for all scripts in the Preferences dialog box, the Enable script find if scoring find fails check box is not selected. Select the check box if you want to enable the feature for the script you are running.

  8. Click Finish to begin running a test script.

Results

The Playback Monitor starts and provides information as the script plays back. If the Playback Monitor does not start, check the settings in the Playback Monitor Preferences Page.

After the script runs, a log file opens. If a log does not open, in Functional Tester, check the settings in the Logging Preferences Page.

Notes:
  • When running test scripts through command-line or through IBM® UrbanCode™ Deploy, you should ensure that at any given time, only a single playback process is running on the machine hosting Rational® Functional Tester.
  • For information about providing more granular control of mouse and keyboard actions, see Playing Back Low Level Mouse and Keyboard Actions.
  • For information about pausing or stopping script playback, see Pausing or stopping script playback.

Feedback