Lesson 1: Set up Rational® Functional Tester
Rational® Functional Tester provides a Java™ Runtime Environment (JRE) that is installed and enabled for testing Java™ applications. You use that JRE for the tutorial. When you want to test your own Java™ or HTML applications, you must run the enabler and configure your environments and applications. For more information on these set-up tasks, see Getting Started with Rational® Functional Tester. For now you do not need to do anything to use the preconfigured JRE to continue.
Start Rational® Functional Tester and then perform the following tasks before you record your first test script.
Setting logging options
Rational® Functional Tester provides several logging options. We will use the HTML log.
- To verify that this is the logging option you have set, click Tools > Options.
- In the left pane of the Options dialog box, expand Functional Test, then Playback, and click Logging.
- Select html as theLog type
- Click OK.
This setting opens the HTML log automatically after you play back a script.
Create a Functional Test project
Before you start recording, you must create a Functional Test project.
- In the product menu, click .
- Under Name, type FTtutorial (no spaces).
- Under Location, type C:\FTproject. Rational® Functional Tester creates this directory.
- If the source control option is available, do not select Add the project to Source Control.
- If the associate project option is available, do not select Associate the Functional Test Project with current Project.
- Click OK.
The FTtutorial project is now visible in the Solution Explorer, which is the right pane in the Rational® Functional Tester window.
Advance to Lesson 2: Record a script.