vote up 0 vote down star

is there a way? do I have to wait for building every time I start the test? I want to build from visual studio not from test

thanks

flag

I'm not sure what you are asking. Visual Studio always has to compile your code prior to running your unit tests because your tests are really just .NET IL like your application code. – Jeremy Wiebe Apr 7 at 0:25
and what if I compile my code and then run test 1,2,3,4 times...every time MSTEST builds my code again..I do not want that, I want for my tests to be speed as they can..somewhere on stack I red that nUnint can do this... – Marko Apr 8 at 8:35

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.