PIT
-
Core Java
Enhancing Java Testing with PIT: A Guide to Mutation Testing
In software development, ensuring code quality is a critical component of creating robust, maintainable applications. Traditional testing approaches like unit…
Read More » -
Enterprise Java
Introduction to mutation testing with PIT and TestNG
Mutation testing is a technique which allows to discover which parts of our code are not covered by tests. It…
Read More »