One of the most exiting capability of Lab Environment is the ability to 1) Record a Coded Ui Test 2) Assign it to a test 3) Run the test in an lab management virtual environment. It is possible that running the test will return an error, and in the log you find an error like [...]
Today I configured an environment in lab management, when it finishes the deploy phase I see that the machine has testing capabilities “Error†and the details of the error is The real error is the TF267055 he machine is not ready to run tests because of the following error: Unable to connect to the controller [...]
Continue reading about Lab management TF267042 and dns configuration
In last post I explain how to run code coverage during a Tfs Build and I mentioned the fact that to run code coverage you need to have Visual Studio premium or ultimate in the build machine. But what happens when you have multiple configured test agent, and only some of them have VS installed? [...]
Continue reading about Managing Multiple TFS Build Agents with tag
To have Code Coverage collection for test execution during a build, you first need to create a .testsettings file in the solution with code coverage enabled. To enable code coverage simply open the testsetting file, go to “Data And Diagnostics†and check the “Code coverage†option. This is not enough, because when you check the [...]
Continue reading about Running Code Coverage in Tfs2010 Builds
Even if you are in workgroup environment, without a domain, you can distribute your build agent in different machines. The key to achieve this is shadow accounts. I’ve installed as an example a build controller in the tfs machine, then I created an agent, and everything runs as BuildAgent account, created in the Tfs Server [...]
Continue reading about Configuring multiple build agent for TFS 2010 in workgroup environment
