testing-concept-test-scaling

blog-post-design-for-testability#unit-tests-scale-linearly

More importantly, unit tests scale: In a codebase with mostly unit tests, test speed should scale linearly with application size. With more functional end-to-end tests, you risk scaling closer to quadratically, as each component requires tests that in turn incidentally exercise nearly every other component.

 

Referring Pages

testing-concept-stages-of-testing