Cross Platform End To End Testing (E2E) Feature by Testsigma
In modern apps, user journeys span several devices. For e.g., the 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 demonstrate a simple method combining multi-device test flows into one user journey. We cover:
- 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)