Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
maxLevel12

Prerequisites

If you have not already done so, perform the following actions:

Eclipse

Scroll Ignore
scroll-pdftrue
scroll-officetrue
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-epubtrue
scroll-htmltrue

Vimeowidget
Heightwidth450
Width800
600
urlURLhttps://playerwww.vimeoyoutube.com/video/453395991watch?v=2r1CacNEgNg
height400

  1. Choose Selenium Java Project from Recording from the new items button.
  2. Configure the following settings:
    1. Specify a name for the project.
    2. Browse for the JSON file containing the recorded UI actions.
    3. Specify the Java package to create for your test classes.
    4. Specify the class name for the test you are using to create the project.
    5. Specify a name for the test.  
  3. Click Finish.

...

The test will be created with the default run configuration settings. See Selenic Run Configurations for information about modifying the run configuration settings.

IntelliJ

  1. Choose File> File > New... > Project from the IntelliJ menu.
  2. Choose Selenium Java Project from Recording and configure the following settings:
    1. Browse for the JSON file containing the recorded UI actions.
    2. Specify the Java package to create for your test classes.
    3. Specify the class name for the test you are using to create the project.
    4. Specify a name for the test.  
  3. Click Next and specify a name and workspace for your project.
  4. Click Finish.

...