Test management - Activity
End-to-end testing
(E2E)
Testing a complete real-world journey through the whole system from start to finish
What's it for?
Checks that a complete real-world journey works from beginning to end, not just each part separately.
For example…
An automated end-to-end test signs up a user, buys a product, and confirms the order email arrives — touching web, API, payment, and mail
An E2E test creates a new customer, places an order, takes a test payment and confirms the order appears in fulfilment.
Think of it like…
Dress rehearsal with the full cast on stage, not just one actor practising lines in a studio