Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 976
Jader Dias Avatar asked Jul 20 '09 20:07

Jader Dias


2 Answers

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.

like image 118
alexsome Avatar answered Nov 09 '22 05:11

alexsome


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.

like image 7
Nikita R. Avatar answered Nov 09 '22 05:11

Nikita R.