TFS 2012 to support Test Controller 2010

We had problems running automated tests after upgrading TFS 2010 to TFS 2012. We use MTM 2010/2012 to run the tests. (Both have the same problem)

The critical error we encountered is: "TFS detected that the following test controller is disabled: TestControllerServerAddress"

The test controller server is connected and configured correctly. Testing service also works.

I searched for solutions, but did not find anything useful. I know that we can update TFS with a second update to support BUILD Controller 2010 , but nothing was said about TEST Controller 2010 .

Thanks for the help.

Mark.

EDIT:

I just updated the test controller until 2012. Solved a problem..

+5
source share
1 answer

To use TFS2012, you need to upgrade Test Controller to 2012 so that it can capture your test files. Before upgrading TFS2010 to TFS2012, there are many problems (many of which I personally encountered) without updating the surrounding technologies. Another problem you may encounter is any test case with formatting formatted text (made in MTM11 or MTM10 with a patch) that will be shown with HTML tags in any MTM10 installations, this is a fix, but further indicates that you Do not rely on corrections.

0
source

All Articles