Menu

Testing

The SkipUnit module contains Skip’s implementation of the iOS XCTest API for Android. Read its documentation to learn how to run parity tests across both iOS and Android to ensure that your logic is behaving identically on both platforms.

This chapter describes testing Skip’s traditional Swift-to-Kotlin transpiled offerings. For information on incorporating native, compiled Swift into your cross-platform projects, see our Native Swift Tech Preview.

Testing Diagram

Performance Testing

There is often a significant difference between Debug and Release build performance on Android devices. Always run on a device using a Release build when testing real-world performance.