|
|
|
|
|
by aidenn0
5233 days ago
|
|
The vast majority of companies do minimal or no unit tests. My estimate would be less than 1% do significant unit tests. If a company doesn't do some sort of automated integration tests, that would probably be a much bigger red flag, as for any sufficiently complex software, what works is approximately equal to what is tested, and automated tests let you test a lot more than non-automated tests. |
|