Episode Details
Back to Episodes
How We Detect iOS App Launch Regressions Before Release Using XCUITests
Description
This story was originally published on HackerNoon at: https://hackernoon.com/how-we-detect-ios-app-launch-regressions-before-release-using-xcuitests.
How inDrive built iOS launch performance tests with XCUITests, CI, Slack alerts, and slow-network simulation to catch regressions before release.
Check more stories related to programming at: https://hackernoon.com/c/programming.
You can also check exclusive content about #ios-app-development, #ios-development, #mobile-app-performance, #mobile-app-testing, #ios-app-performance, #software-testing-automation, #xcuitest-driver, #good-company, and more.
This story was written by: @indrivetech. Learn more about this writer by checking @indrivetech's about page,
and for more stories, please visit hackernoon.com.
After a production launch regression made startup time reach almost eight seconds for some users, inDrive’s iOS platform team built automated launch performance tests with XCUITests. The system runs nightly on CI, uses real test accounts and production-like flows, sends metrics to internal storage, and alerts engineers in Slack when startup time crosses the threshold. Later, the team added slow-network simulation to catch cache-related regressions that only appear under unstable connections. As a result, launch performance issues are now detected in develop before they reach users