21 Testing Mistakes - Part 2
The second part of my Testing Mistakes series which is only available to Members / Subscribers
The second part of my Testing Mistakes series which is only available to Members / Subscribers
Having a good test suite helps with catching regressions / bugs a lot faster, and gives developers more confidence when merging / releasing their product. In this series, I'll share my recommendations for improving your tests.
Data Builders provide an easy way for creating GraphQL response classes. In this post I'll show how they can be used to improve your tests.
A short list of my most used Git commands and IDE functionalities like Changelist, Interactive Rebase, Navigating to the previous branch
Keeping Kotlin Multiplatform tests clean while using the standard kotlin.test framework