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.
Keeping Kotlin Multiplatform tests clean while using the standard kotlin.test framework
Databases are an integral part of mobile application development, so it's important that these features are properly tested.