Distributing test execution on a Lab Machine Group
Earlier in this chapter, you learned how to create a Machine Group and deploy the test agent on selected machines in the Machine Group. The TFBuild framework ships a task to distribute the test execution across multiple test agents. In this recipe, you'll learn how to trigger a distributed test run across a farm of test runners deployed in a Machine Group.
Getting ready
Scenario: The FabrikamTFVC Team has over 2,000 automated coded UI tests that need to be executed as part of the functional testing workflow. FabrikamTFVC Team would like the ability to parallelize the test execution. In order to do this, the Team wants to deploy the Visual Studio test agent to all machines in the Fabrikam-QA Machine Group and then parallelize by distributing the test execution at the test assembly level:
In this recipe, you'll be using the Fabrikam-QA Machine Group. If you don't already have Machine Group set up, follow the instructions in the Creating and setting...