+

Search Tips   |   Advanced Search


Export the Selenium scripts

After customizing the Selenium test scripts, you need to export the Java project to a runnable JAR file so that it can be launched by NeoLoad.

Follow the steps below if you are working in the Eclipse IDE:

  1. Right-click on your Eclipse project and select Export to a Runnable JAR file.
    Export Jar File Selenium
  2. Enter a project name, specify the directory where to save the JAR file:

    • in the /custom-resources folder of your NeoLoad project
    • in the /extlib directory of your NeoLoad installation for multi-project usage

    Click Finish.

    The file will be automatically sent to Load Generators when a test is run.


Home