Lesson 1: Set up HCL OneTest UI

HCL OneTest UI 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 HCL OneTest UI. For now you do not need to do anything to use the preconfigured JRE to continue.

Start HCL OneTest UI and then perform the following tasks before you record your first test script.

Setting logging options

HCL OneTest UI provides several logging options. We will use the HTML log.

  1. To verify that this is the logging option you have set, click Tools > Options.
  2. In the left pane of the Options dialog box, expand Functional Test, then Playback, and click Logging.
  3. Select html as theLog type
  4. 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.

  1. In the product menu, click File > New > Functional Test Project.
  2. Under Name, type FTtutorial (no spaces).
  3. Under Location, type C:\FTproject. HCL OneTest UI creates this directory.
  4. If the source control option is available, do not select Add the project to Source Control.
  5. If the associate project option is available, do not select Associate the Functional Test Project with current Project.
  6. Click OK.

The FTtutorial project is now visible in the Solution Explorer, which is the right pane in the HCL OneTest UI window.

Advance to Lesson 2: Record a script.