# Testing on Kotlin Multiplatform and a Strategy to Speed Up Development Time (2023 Update)

DevFeed: [Testing on Kotlin Multiplatform and a Strategy to Speed Up Development Time (2023 Update)](<https://devfeed.tech/articles/testing-on-kotlin-multiplatform-and-a-strategy-to-speed-up-development-time-2023-update-24830.md>)

Original publisher: [Read original article](<https://akjaw.com/testing-on-kotlin-multiplatform-and-strategy-to-speed-up-development/>)

Author: Aleksander Jaworski

Published: 2023-04-15T06:00:00Z

Content type: article

Language: en

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

Topics: [Testing](<https://devfeed.tech/topics/testing.md>), [Kotlin Multiplatform](<https://devfeed.tech/topics/kotlin-multiplatform.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [automated](<https://devfeed.tech/tags/automated.md>), [bugs](<https://devfeed.tech/tags/bugs.md>), [development](<https://devfeed.tech/tags/development.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>), [tests](<https://devfeed.tech/tags/tests.md>)

## AI overview

The article discusses automated testing in Kotlin Multiplatform development, emphasizing that tests can catch bugs before release and reduce manual testing effort.

## Source excerpt

Automated tests are an integral part of developing software, they help catch bugs before they reach the users and save developers time by cutting down manual testing.