Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is unit testing always automated?

Tags:

unit-testing

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.

like image 306
Shawn Avatar asked Mar 12 '26 03:03

Shawn


2 Answers

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. :(

like image 71
Mark Byers Avatar answered Mar 15 '26 15:03

Mark Byers


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.

like image 24
Andrew Avatar answered Mar 15 '26 15:03

Andrew



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!