Running UI Tests on iOS With Ludicrous Speed

Peter Steinberger: We rely on busy waiting via creating a custom runloop – the condition is checked every x milliseconds and only once it returns true, the control flow continues. This might seem crude, but it’s a much, much better solution than adding random timeouts and allows us to run tests at an insane speed … Continue reading Running UI Tests on iOS With Ludicrous Speed