Mutation Testing in Rust
I've been a big fan of Mutation Testing since I discovered PIT. As I dive deeper into Rust, I wanted to check the state of mutation testing …

I've been a big fan of Mutation Testing since I discovered PIT. As I dive deeper into Rust, I wanted to check the state of mutation testing …

In this post, we'll lay the ground for a simple app's unit- and integration-testing, leveraging Testcontainers in the local environment.

In this article, we'll achieved several milestones toward the end-to-end testing goal.

The takeaways of moving to a data-driven and test portability approach are more than a quality improvement.

TestContainers helps improves true-to-production testing, see how you could make use of it for your MicroProfile and Jakarta EE apps.

About a testing framework that stands out for its ability to run browserless testing, offering several advantages over traditional …
My experience testing compilers, focusing on the Kotlin/Native compiler and how I got into compiler testing, the tasks involved, the tools I …

Garbage Collectors, Intelligence Cloud, Test Containers and Flaky Tests, ToxiProxy, Structured Concurrency, and Virtual Threads!

Software testing functions as a critical debugging tool, significantly enhancing code reliability and streamlining the development process.

As developers, we read code more than we write it. When reading code inside the IDE, IntelliJ IDEA helps us to read and understand code by …