End-to-end Tests
Get introduced to end-to-end tests.
We'll cover the following...
End-to-end tests vs. integration tests
End-to-end tests are tests that sit one level higher than integration tests.
| End-to-end Tests | Integration Tests |
|---|---|
| Exercises the whole system from end to end as the final user might |
Ask