Quality Gate for Mobile App with Mock server
-
40 min
Ever grabbed a fresh build for testing only to be greeted by a crash? Or run UI automation before release, only to find all the locators silently changed? Maybe you need to test a tricky case, but your core system colleagues say the test data will be ready… in a couple of weeks?
The reasons behind these issues vary, but one solution stands out—a mock server. Not just any mock server, but one that’s properly implemented!
In this talk, I’ll share how we introduced a mock server for mobile app testing. How we adapted our development and testing processes, and how we set up a Quality Gate to catch many of these frustrating problems before they ever reached us.