Testsigma: Building integrated, E2E user journey tests for multi-device applications
Simplifying how we test multi-device E2E user journeys.
In modern apps, user journeys span several devices. For eg: a user ‘books a flight’ on a travel site and then later cancels it on the mobile app. How do you test cross-platform E2E scenarios, but not individually?
We’ll be demonstrating a simple method that combines multi-device test flows into one single user journey. Here’s what we’ll cover:
- Problems with the current testing approach for E2E scenarios
- Combining tests for multi-device applications into one scenario
- Running that scenario and debugging the results
- How to implement a real-world cross-platform test case (Like online booking)