Skip to content

mreichelt/kotlin-testing-tricks

Repository files navigation

Testing Tricks with Kotlin

A talk for Droidcon Berlin 2024, on July 3rd at 4:20 PM in room 'Things'.

Marc Reichelt: Testing Tricks with Kotlin

Level up your testing skills! A strong type safety is a great first defence against bugs. Beyond that, unit tests allow us to catch bugs early in development, and ensure our project will be maintainable in the long run. Also, tests are fun!

In this live-coding session, we'll have a look at lots of tricks across the board: How to use Kotlin for our testing advantage, how to keep tests blazingly fast, which great reasons are there to avoid use of mocks, how to find very tricky issues like memory leaks and multiple TestScopes when testing Coroutines, how to test Android APIs, screenshot testing, and much more!

Recording

This talk will be recorded, and the link will be posted here.

Social & Contact

Ping me on Mastodon or Twitter, or find me at the conference!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages