Forum Discussion

jsreesoap's avatar
jsreesoap
Contributor
8 years ago

execute testsuite in parallel

Hi

I need to execute a few TestSuites in parallel from command line. Each testsuite has 2 test cases an they should run in parallel. I do know how to run them in parallel from GUI part.

 

Could any one share knowledge pls?

Thx

J

3 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    Similar to test cases, you can also select run mode for test suites by navigating to project and test suites tab.
    • jsreesoap's avatar
      jsreesoap
      Contributor

      I need to run testsuite in parallel from command line not from gui.

      thx for the reply


      nmrao wrote:
      Similar to test cases, you can also select run mode for test suites by navigating to project and test suites tab.

       

      • nmrao's avatar
        nmrao
        Champion Level 3
        Set runtype as Parallell from UI and save it. When the project is run from command line, it will run in parallell mode.