Looking into your functional tests, more than 50% of your code is test preparation and setup. This means that more than 50% of writing test code and test execution time is attributed to test preparation and setup. In addition, this test setup is the cause of more than 50% of your test failures, making it the number one cause of flaky tests.
In this webinar, Joyce Lin of Postman and Guy Arieli of Digital.ai will demonstrate a mobile app scenario, using Postman and Appium. They will show how to eliminate this setup overhead by leveraging service APIs to keep functional tests short, atomic, and focused.