Testing Interactions Between Mobile Applications: A Bumpy Ride
· 4 min read
For the past couple weeks, we've been working on the creation of automated integration tests for our new mobile application. This application is built with react-native and uses edge technologies like native WebRTC, native UI with ConnectionService or CallKit (see our library callkeep) and wake up push notifications.
Avoiding regressions on such a large application is a huge challenge. We are making big steps in the automation process to fulfill this goal.