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.

Web Scenario Testing - How to set browser executable path on Linux/Tomcat .war install

Options
jefftucker
jefftucker Posts: 21

I have some web scenario tests created and deployed to a Linux instance of SOAtest (on Tomcat). Tests fail because the browser executable path is not set. I am familiar with setting this value on the Parasoft client, however not so much on a server installation.

Can you provide details or a link to the doc? Thanks,

JT

Comments

  • jefftucker
    jefftucker Posts: 21

    Found it!

    browsertesting.chrome_executable_path
    browsertesting.firefox_executable_path

    JT

  • benken_parasoft
    benken_parasoft Posts: 1,363 ✭✭✭
    edited July 17

    For reference, they are listed here:
    Additional Options for SOAtest and Virtualize

    I should also mention that you typically do not need to set the location explicitly. By default, SOAtest will look for browsers in common locations. On Linux, it will check the PATH using "which" command. On macOS, SOAtest will check under /Applications. On Windows, SOAtest will query registry keys to locate the browser.