How do I do continuous testing in .NET?

前端 未结 4 629
-上瘾入骨i
-上瘾入骨i 2021-02-14 07:56

I\'m using Infinitest for continuous testing when I do java development and i really miss the instant feedback when I develop in .nET

How do I do continuous testing in C

4条回答
  •  长发绾君心
    2021-02-14 08:23

    If you're using Visual Studio 2008 or 2010, you should take a look at the extension Continuous Testing for Visual Studio.

    Note that it does not run the tests when you save, but rather on each build.

提交回复
热议问题