Top "Mutation-testing" questions

A method of software testing that involves modifying the source code or compiled intermediate code (Java: byte code, .NET: IL).

JUnit tests pass but PIT says the suite isn't green

While trying to run a PIT mutation test I get the following error: mutationCoverage failed: All tests did not pass …

java unit-testing mutation-testing pitest
What mutation-testing frameworks exist for C/C++?

Mutation testing has been out there for a while now, and it seems there are at least one or two …

c++ testing mutation-testing