Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Integrate a basic selenium (java )script using extension tool

swapna0707
swapna0707 Posts: 41

Hi Team,

Can any one help me how to integrate a basic selenium (java )script using extension tool using Parasoft Soatest.

Thanks,
Swapna

Comments

  • jakubiak
    jakubiak Posts: 795 admin

    You should use the Selenium Executor custom tool from the Parasoft Marketplace. Go to http://marketplace.parasoft.com and search for "Selenium Executor". This tool will make it easy to run an externally defined Selenium test that was written as a JUnit test.

  • swapna0707
    swapna0707 Posts: 41

    Hi @jakubiak,
    i am new to parasoft,can you please provide me the steps,how to add the selenium executor plugin in my soatest?

    Thanks,
    Swapna

  • Ireneusz Szmigiel
    Ireneusz Szmigiel Posts: 227 ✭✭✭
    edited January 2018

    Hi swapna0707

    as @jakubiak mentioned, you have to download "Selenium Executor" from http://marketplace.parasoft.com.
    Then you have to install it in SOAtest:
    The tool can be installed from the UI or command line.

    UI Installation
    1. Choose Parasoft > Preferences.
    2. In the System Properties preferences page, click Add JARs.
    3. In the file chooser that opens, select seleniumexecutor.jar.
    4. Restart SOAtest

    Command Line Installation
    Add the seleniumexecutor.jar file to the system.properties.classpath property in your localsettings properties
    file. For example:
    system.properties.classpath=/seleniumexecutor.jar

    After restart of SOAtest you should see Selenium Executor tool in list of the available tools.
    For more information how to use it see section "Usage" from pdf delivered in seleniumexecutor.zip.

    Ireneusz Szmigiel

  • tapan1986
    tapan1986 Posts: 27

    How can i login to http://marketplace.parasoft.com.
    Not able to login.

  • jakubiak
    jakubiak Posts: 795 admin

    Please contact your Parasoft account representative to get login access.