How to create the vsmdi/testrunconfig file when importing a Visual Studio test project?

后端 未结 2 1907
孤独总比滥情好
孤独总比滥情好 2021-02-13 16:13

When I add an existing test project, my solution lacks the vsdmi and the testrunconfig files. How to create it?

相关标签:
2条回答
  • 2021-02-13 16:31

    In Visual Studio 2010 just go to TestCreate New Test List...

    It will automatically add the vsdmi file and put it into the correct location, no need to add a solution item manually.

    0 讨论(0)
  • 2021-02-13 16:32

    The solution to this is a little tricky. You have to add a "New Item" to your solution, not your test project. In the "Add New Item" dialog, you can pick the "Test Run Configuration" category and then create the configuration file manually. This will also generate a vsdmi file.

    Hope this helps.

    0 讨论(0)
提交回复
热议问题