|
|
|
|
|
by n144q
522 days ago
|
|
You are not supposed to spend a significant amount of time testing "behavior". Unit tests should be the vast majority of testing. And I can tell you I have first hand experience of an "MVP" product getting delayed, multiple times, because management realizes that nobody wants to purchase our product when they discover how buggy and unusable it is. |
|
It's very possible to write great software without any tests at all too. It's like people forget that coders used to write assembly code without source control, CI, mocking and all that other stuff.