1 Comment

I agree, QA is a spectrum! And we probably need some proportion of all of the testing types on the spectrum. In my experience, the more end-to-end the test is, the more complex it becomes to implement, so you’ll want to apply it more sparingly (to the most important parts of your app). Unit tests are easy and should probably be employed whenever possible (when useful).

Expand full comment