Replacing system tests with unit tests
It’s amusing and affirming to me that system testing (in Rails) has been declared a failure. I could’ve told you that years ago! I’ve spent much of the past ten years working with test suites that are slow, brittle, and ultimately uninformative—almost always because they’re overly reliant on testing end-to-end.
Is your testing strategy too top-heavy, too? Here are some techniques to spread coverage down the testing pyramid.
Post a comment