How do I start unit testing?

后端 未结 8 1035
盖世英雄少女心
盖世英雄少女心 2020-12-15 12:48

I know that unit testing is desirable, and I am interested in doing unit testing. The only problem is I have no idea how, or even where to start really. So my question is:

8条回答
  •  爱一瞬间的悲伤
    2020-12-15 13:40

    A good start is to buy a good book where you can read about unit-testing.

    I have a tips on a book called "Software testing with visual studio team system 2008" and it takes you trough the basics stuff and background to more higher levels of unit-testing and practises.

提交回复
热议问题