c# - Microsoft Test Manager Test Case not using latest associated test method code -


My server is set up correctly, as far as I can tell. When I select "run" for a test case in MTM then the test reaches the controller and executes the associated automation (testing method) on the server. So ... I have updated my test method in my coded UI solution, but when I run Test Case with Microsoft Test Manager, it runs Test Method Code before my update.

Here's what I have tried:

  1. I checked the changes in the source control in my test method.
  2. I have dislodged the testing method from the test case I saved. Then the test case and test method were added again.
  3. Restart Agent and Controller Services
  4. Restart the server The test is running.

What kind of deal? Why are not my exams selected in my associated test methods ???

You need to update that test to select the latest changes in your test code, which The test is linked to the scheme.


Comments

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

c# - WPF Expander overlay used in ItemsControl -

android - how to get distance of 2 beacons and make a condtion base on that distance -