How do I do continuous testing in .NET?

前端 未结 4 622
-上瘾入骨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:02

    Although it does do more, CruiseControl.NET can do continous testing when it's integrated with NUnit.

    I also find the continous feedback of testing and building to be really useful.

提交回复
热议问题