0

My server is set up correctly, as far as I can tell. When I select "Run" for a test case in MTM the test reaches out to the controller and executes the associated automation (test method) on the server. So...I updated my Test Method in my Coded UI solution, but when I run the Test Case from Microsoft Test Manager it runs the test method code prior to my updates.

Here's what I've tried:

  1. I checked in the changes to my test method into source control.
  2. I've unassociated the test method from the test case. Saved. Then once again associated the test case and test method. Still ran the old code when executed from MTM.
  3. Restarted the Agent and Controller services
  4. Restarted the Server the test is executing on.

What is the deal? Why aren't my checked in updates to my associated test methods not being picked up???

4

1 回答 1

2

您需要更新与测试计划相关的构建,以便它获取对测试代码的最新更改。

http://msdn.microsoft.com/en-us/library/dd490760(v=vs.100).aspx

于 2014-10-17T19:36:05.643 回答