开发者

Can you have MsTests and Windows-forms functional tests live in the same project file?

开发者 https://www.devze.com 2023-01-12 23:23 出处:网络
I\'ve been asked to investigate the possibility of using a single .csproj file to run both interactive and unit tests. I\'ve been able to get 开发者_如何转开发the windows forms project changed over to

I've been asked to investigate the possibility of using a single .csproj file to run both interactive and unit tests. I've been able to get 开发者_如何转开发the windows forms project changed over to run msTests but now I'm not finding a way to run the windows forms/interactive side. Is there a way to do this?


There are only 2 methods I've found for what my team was looking for. nUnit instead of MsTests, or manually executing the /debug built win-forms executable and then attaching the debugger to it. So nice clean integration using MsTests/VS2010 is out the window.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号