# Kotlin Multiplatform Parameterized Tests and Grouping Using The Standard Kotlin Testing Framework

DevFeed: [Kotlin Multiplatform Parameterized Tests and Grouping Using The Standard Kotlin Testing Framework](<https://devfeed.tech/articles/kotlin-multiplatform-parameterized-tests-and-grouping-using-the-standard-kotlin-testing-framework-24825.md>)

Original publisher: [Read original article](<https://akjaw.com/kotlin-multiplatform-parameterized-tests-and-grouping/>)

Author: Aleksander Jaworski

Published: 2022-07-11T08:00:52Z

Content type: tutorial

Language: en

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

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

Tags: [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

This article discusses keeping Kotlin Multiplatform tests clean by using parameterized tests and grouping with the standard kotlin.test framework.

## Source excerpt

Keeping Kotlin Multiplatform tests clean while using the standard kotlin.test framework