I used to write integration tests for only 20% of the code. Sure, I write a lot of unit tests but integration tests are a different ball game altogether. The amount of time and energy that you have to put through to design integration tests IMHO is not worth it.
I rely on the combination of unit test + manual checks, maybe I can run away with it because I have never worked on such a scale project!
Bill Schrockwitz
JS is the knife that I carry!
I used to write integration tests for only 20% of the code. Sure, I write a lot of unit tests but integration tests are a different ball game altogether. The amount of time and energy that you have to put through to design integration tests IMHO is not worth it.
I rely on the combination of unit test + manual checks, maybe I can run away with it because I have never worked on such a scale project!