VS 2010 Test Runner error “The agent process was stopped while the test was running.”

前端 未结 19 1533
醉话见心
醉话见心 2020-12-22 21:13

In Visual Studio 2010, I have a number of unit tests. When I run multiple tests at one time using test lists, I sometimes reveive the following error for one or more of the

19条回答
  •  粉色の甜心
    2020-12-22 21:25

    For finding out where the exception was thrown click on the hyperlink "Test Run Error" next to the exclamation icon in the Test Results window. A window with the stack trace is opened.

    This helps a lot to track down the error!

提交回复
热议问题