# Kotlin Multiplatform In-Memory SQLDelight Database for Integration and UI Testing on iOS and Android

DevFeed: [Kotlin Multiplatform In-Memory SQLDelight Database for Integration and UI Testing on iOS and Android](<https://devfeed.tech/articles/kotlin-multiplatform-in-memory-sqldelight-database-for-integration-and-ui-testing-on-ios-and-android-24826.md>)

Original publisher: [Read original article](<https://akjaw.com/kotlin-multiplatform-testing-sqldelight-integration-ios-android/>)

Author: Aleksander Jaworski

Published: 2022-06-11T22:33:09Z

Content type: article

Language: en

Sources: [AKJAW](<https://devfeed.tech/sources/akjaw.md>)

Topics: [Kotlin Multiplatform](<https://devfeed.tech/topics/kotlin-multiplatform.md>), [Database](<https://devfeed.tech/topics/database.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [ui](<https://devfeed.tech/topics/ui.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [database](<https://devfeed.tech/tags/database.md>), [integration](<https://devfeed.tech/tags/integration.md>), [ios](<https://devfeed.tech/tags/ios.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [kotlin-multiplatform](<https://devfeed.tech/tags/kotlin-multiplatform.md>), [multiplatform](<https://devfeed.tech/tags/multiplatform.md>), [testing](<https://devfeed.tech/tags/testing.md>), [ui-testing](<https://devfeed.tech/tags/ui-testing.md>)

## AI overview

The article concerns using an in-memory SQLDelight database in Kotlin Multiplatform applications for integration and UI testing on iOS and Android. It emphasizes that database features in mobile applications should be properly tested.

## Source excerpt

Databases are an integral part of mobile application development, so it's important that these features are properly tested.