Articles & blogposts
Let’s code: graphs in java
Step-by-step TDD implementation of graphs in plain Java.
5 Reasons Why You Should Never, Ever Write Tests
Clickbait? Maybe a little. Author gives us few thoughts about importance of testing,
Towards Continuous Performance Regression Testing
Article explains usage of JfrUnit in conjunction with JDK Flight Recorder – it may help identify performance regressions in Java application within test scope.
Handling Flaky Unit Tests in Java
Uber approach of reducing flaky tests – interesting story and few takeaway points.
How to make Jetpack Compose navigation easier and testable
While Jetpack Compose is fairly new tool, it’s good to know how to write testable compose code from the beginning.
Traits for testing in Kotlin
Effective way of using traits pattern in testing, in Kotlin.
An introduction to snapshot testing on Android in 2021
In addition to UI tests on Android, it’s worth considering adding screenshot testing. Author discussed this technique.