A common approach to keep your tests readable and maintainable when writing UITests is to make use of the Page Object Pattern. Now another common approach when onboarding users in apps is to show some introduction screens or have them accept some terms. Now essentially every test should or can be run in any order […]