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.

Parallel Test Execution

rahul157
rahul157 Posts: 30

Hi Team,

Is there a way to run parallel tests in SOAtest to reduce test execution time.

Comments

  • Hello,
    In every test suite under Execution Options -> Test Execution you can select Execution Mode - sequentially or concurrently.

  • OmarR
    OmarR Posts: 233 admin

    More information on Test Execution options may be found here.

  • jakubiak
    jakubiak Posts: 795 admin

    I would like to note that the "Tests run concurrently" feature is not intended for parallel execution. The feature is intended to test use cases where a number of requests are sent all at the same time to test for concurrency issues. It will not scale nicely when running many different test scenarios for different use cases. To support parallel execution, you need to split your .tst files into different batches and run different automated test jobs at the same time.