Is unit testing always automated?

2020-07-23 06:02发布

Can anyone provide an source that says that unit testing is not always done in an automated or programmatic way? I always assumed it meant testing code through code. I have a bet on this, so I need solid sources.

2条回答
够拽才男人
2楼-- · 2020-07-23 06:35

You are going to lose the money / beer / doughnuts, unit testing can be automated thru various test frameworks (such as nunit) or purely be done manually.

查看更多
戒情不戒烟
3楼-- · 2020-07-23 06:42

From Wikipedia:

[A unit test's] implementation can vary from being very manual (pencil and paper) to being formalized as part of build automation.

I don't think you will win your bet. :(

查看更多
登录 后发表回答