Forum Discussion

LAB's avatar
LAB
Contributor
6 years ago
Solved

Running test suites via distributed testing

Is there any way to remotely run large test suites with test execute? i.e. I can add any number of test items under my project and run them all at once.   I'm using distributed testing, but each ...
  • tristaanogre's avatar
    6 years ago

    What is your reason for using distributed testing?  Is it simply to spread the test run across multiple machines?  If so, then you've found the only solution for that.

     

    However, if it's simply a matter of sending a full test run to a machine, we use Task Scheduler to do that... we simply have a VM that is set into console mode on our VMWare server that has a task set in Task Scheduler to execute a test run which includes the whole project.  You can have multiple test items per project and, when you indicate to run the project, all test items are run.