You can record UI actions with Parasoft Recorder and use them to create new Selenium test projects in the IDE.

  1. If you have not already done so, use Parasoft Recorder to capture and save UI actions to a file. Refer to the Parasoft Recorder for instructions.
  2. If you have not already done so, open the Selenic perspective (see Working with the IDE Plug-in UI).
  3. Choose Selenic Java Project from Recording from the new items button.
  4. Specify the following information:
    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.  
  5. Click Finish.

A Java JUnit project with all associated dependencies will be created in your workspace. Selenic will also create a Selenium test from the recorded actions and add the test to the project.  

You can run the test as-is or create a run configuration to execute the test with Selenic. See Analyzing Test Executions and Generating Recommendations.



  • No labels