Articles tagged "automated tests"
Caution: Loops in automated tests

Be wary of loops in automated (JUnit) tests. I have written automated tests that didn’t actually verify anything because the body of the loop was never executed.

Read More ยป