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 task is associated with 1 test case, (and it won't allow multiple tasks under the same job with same host), so it seems like I'm stuck creating 40 jobs to run 40 test cases. (or pasting everything in to one case which is not ideal)
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.