Testing the Application with End-to-End Tests

Understand how end-to-end (E2E) testing encompasses the entire application, including third-party services, without using any test doubles.

The final form of testing we will cover is end-to-end (E2E) testing. E2E testing will encompass the entire application, including third-party services, and have nothing replaced with any test doubles. The tests should cover all of the processes in the application, which could result in very large tests that take a long time to complete:

Get hands-on with 1400+ tech skills courses.