Create a Project

Let us begin with creating a New Twist Project:

  1. In the main menu bar, click on File > New to open the New Twist Project wizard as shown below.

    create new project
  2. Enter the new project name to create a Twist project.
  3. Click on Advanced to display the available drivers that may be required to test your application as applicable. Twist has in-built drivers to test web applications (Selenium) and Swing Applications (Frankenstein).

    Select a driver

    Select one of the available drivers.

    create new project

    Select Selenium as we will be testing a web based application. Retain the default values in the wizard.

    create new project

  4. Click Next to proceed further. The option to create a new scenario is presented. Add a name for the new Scenario.

    create new project
  5. Click Finish. You now have your first Twist project with a scenario displayed in the Scenario View.

Let us now proceed to Create a simple Scenario