...
Table of Contents | ||
---|---|---|
|
Prerequisites
If you have not already done so, perform the following actions:
- Use Parasoft Recorder to capture and save UI actions to a file. Refer to the Parasoft Recorder SOAtest Smart API Test Generator for instructions.
- Configure the test creation framework (see Configuring Test Creation Settings).
- Eclipse only: Open the Selenic perspective (see Working with the IDE Plug-in UI).
Eclipse
Scroll Ignore | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
|
- Choose Selenium Java Project from Recording from the new items button.
- Configure the following settings:
- Specify a name for the project.
- Browse for the JSON file containing the recorded UI actions.
- Specify the Java package to create for your test classes.
- Specify the class name for the test you are using to create the project.
- Specify a name for the test.
- 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
- Choose File> File > New... > Project from the IntelliJ menu.
- Choose Selenium Java Project from Recording and configure the following settings:
- Browse for the JSON file containing the recorded UI actions.
- Specify the Java package to create for your test classes.
- Specify the class name for the test you are using to create the project.
- Specify a name for the test.
- Click Next and specify a name and workspace for your project.
- Click Finish.
...