The Misuse of End To End Tests - Testing Techniques 2 | Javalobby
Captain Debug's Blog: Testing Techniques - Part 1 - Not Writing Tests
Captain Debug's Blog: Testing Techniques - Part 1 - Not Writing Tests
- Today’s blog covers another practise which I also feel is sub-optimal. In this scenario, the developers use JUnit to write tests, but write them after they have completed writing the code and without any class isolation. This is really an ‘End to End’ (aka Integration) test posing as a Unit Test.
No comments:
Post a Comment