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 use it. In simple words, it tests the system from the perspective of a user. | Tests the integration between system components or between the system and external dependencies. |
Get hands-on with 1200+ tech skills courses.