100% CODE COVERAGE ISN’T THE GOAL
Having 100% coverage doesn't guarantee the lack of defects—it only guarantees that all of
your code was executed, regardless of whether your application behaves like it
should.
So rather than obsessing about code coverage, focus your attention
on making sure that the tests you do write are meaningful.
your code was executed, regardless of whether your application behaves like it
should.
So rather than obsessing about code coverage, focus your attention
on making sure that the tests you do write are meaningful.
Comments
Post a Comment