Blog
-
Triggering Events while UI Testing
Two techniques to trigger events in your application while UI testing in XCTest.
Read More -
Testing analytics on iOS with XCTest
Two techniques to test and ensure your analytics code is wired up correctly.
Read More -
UI Testing with NSUserDefaults
A few tips on how to leverage `NSUserDefaults` to improve your UI tests.
Read More -
Swift Keyed Callbacks
A walk through a utility class I wrote to safely manage callbacks in Swift.
Read More -
xcodebuild's new exportOptionsPlist flag
Here's the magic xcodebuild flag that will generate an ipa file with all the right contents from the command line. Especially for apps that are written in swift or for those that bundle a Watch app.
Read More