Gray Box Testing Using the OAT Technique

Gray Box testing is a statistical technique that allows us to test a lot of edge cases without testing every single possible permutation of input. We look at how it works and how to implement it with parameterized tests in JUnit.

Intro to JaCoCo

A quick intro to using the JaCoCo maven plugin to generating test coverage reports.

Trunk-Based Development

Learn about the trunk-based development approach and understand how it differs from the feature branch development model.

Java Weekly, Issue 410

Finalizer deprecation, string improvements in Java 17, Kotlin support in protocol buffers, cache libraries on JVM, and software engineering principles.

Java Weekly, Issue 407

Faster Maven builds (always good), how SREs scale in an org, and a cool Datadog feature. A solid week overall.