vote up 4 vote down star
4

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.
flag

4 Answers

vote up 2 vote down

I only know of two frameworks, but they're both for Java :)

I haven't used either of them, I'm afraid.

link|flag
vote up 1 vote down

You can try µJava. I haven't used it, but it looks like mutation testing might be an interesting way to evaluate test suites.

link|flag
vote up 1 vote down

For Ruby there is Heckle, and a newcomer called Boo_hiss.

link|flag
<Spam>Check out chaser. It is the new awesomeness for ruby.</Spam> – Andrew Grimm Nov 14 at 3:52
vote up 1 vote down

For the .Net community, there is NesTer, but it has some serious limitations. E.g. only supports C# and NUnit.

Does not appear to be actively maintained either, but it might be a starting point.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.