NUnit vs Visual Studio 2010's MSTest?

后端 未结 8 537
生来不讨喜
生来不讨喜 2020-12-28 12:32

I realise that there are many older questions addressing the general question of NUnit v MSTest for versions of Visual Studio up to 2008 (such as this one).

M

8条回答
  •  梦毁少年i
    2020-12-28 12:59

    To correct some old information on the thread;

    1. It IS possible to run 64 bit tests in 2010
    2. From VS2008 forward it is not neccesary to have MSTEST create directories anc opy the binaries in, just disable deployment, in 2010 thats the default but you have to set it in 2008
    3. 2010 MSTEST is faster but as its a generalised test framework that also runs load/web/UI tests there are compromises in the design that will lead to it being slower. Jamie Cansdale appears to have managed to get perf increases with the lastest releases of TestDriven.net's support for MSTEST

提交回复
热议问题