Couldn't run my test using Microsoft Test Manager

谁都会走 提交于 2019-12-18 09:37:32

问题


When I'm running the test in Microsoft Test Manager I get an error: The build directory of the test run either does not exist or access permission is required.

What does it mean? Where can I check build directory?


回答1:


I suppose you are running automated tests.

If you are running automated test in Microsoft Test Manageg (MTM) you have Test Case(s) automated by your test implementation.
So MTM need to know where is the drop location of the build building your tests.

That means you have to:

  1. Create a Build definition that build the code implementing your tests.
  2. Configure MTM to use the drop location of this build definition.

You can check which build MTM is currently using here:

(I suppose you will have "undefined" standing there.)

You can configure which build is to use here:

Just check here how to configure your Test Plan which build to use when running tests: Creating and Defining a Test Plan

Additionally I would highly recommend you this free e-book: Testing for Continuous Delivery with Visual Studio 2012



来源:https://stackoverflow.com/questions/20033217/couldnt-run-my-test-using-microsoft-test-manager

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!