asp.net mvc - When I try to debug the project all the test auto run. How I stop this -
when debug project viewing , fixing design issue see test running well. how stop tests don't run while working on ui project?
if have testing project (or project matter) in solution , don't want start up, right-click on solution in solution explorer , choose properties. click on
common properties->startup project. you'll see "multiple startup projects" selected. if choose "none" in drop-down in action column test project(s), should stop them starting when debug solution.
this vs2008 2005 , 2010 should similar.
Comments
Post a Comment