Why Is E2E Testing Not Enough?
Let's learn why E2E testing is not enough.
We'll cover the following...
Why write low-level tests?
E2E tests and UI integration tests give us high confidence about the whole application, so why should we write low-level tests?
Reasons
There are a couple of reasons:
-
UI ...