In another question I asked if mutation-testing is useful in practice. As I didn't get any answers that satisfy me, I want to check the current tools myself. So I need an overview about current existing mutation-test-frameworks. Which of them are most usable and why?
- I program in Java, so I would prefer Java-tools, but I would risk a look at interesting frameworks for different languages.
- I want to integrate in an automatic build-process, so I would prefer tools that can be executed through command-line.