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.

Running Regression Suite in multiple environments at the same time.

Options
ShivamRaj123
ShivamRaj123 Posts: 13

I want to run my Regression Test Cases in multiple environments at the same time. Can anyone please tell me asi am seeing only one environment we can set active at a particular moment.?

Comments

  • benken_parasoft
    benken_parasoft Posts: 1,230 ✭✭✭
    Options

    In you want such parallelization then you would need to run multiple instances of soatestcli at the same time. This may mean having SOAtest installed on multiple machines, each with its own license.

  • ShivamRaj123
    ShivamRaj123 Posts: 13
    Options

    Can't we achieve parallelization in single machine?

  • benken_parasoft
    benken_parasoft Posts: 1,230 ✭✭✭
    edited July 2019
    Options

    Can't we achieve parallelization in single machine?

    I expect you can run two instances of soatestcli on the same machine, provided both instances are licensed.

  • benken_parasoft
    benken_parasoft Posts: 1,230 ✭✭✭
    Options

    I normally achieve such automation by having multiple VMs, each with SOAtest installed and licensed. I use a CI system (Jenkins in my case) to orchestrate the deployment of my AUT (application under test) and the triggering of my test jobs on my VMs in parallel.

  • ShivamRaj123
    ShivamRaj123 Posts: 13
    Options

    Thanks. I will try it using Jenkins.