Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mutation Testing Tool for Android

I'm very interested in Mutation Testing, so I've tried some tools like mujava and this tool worked well with Java code. I've also read that applying mutation testing on Android isn't trivial.

So, my question is, does anyone know a tool or a way to perform mutation testing for Android code?

Thank you in advance!

like image 764
bianconero Avatar asked Feb 04 '14 08:02

bianconero


1 Answers

You can check PIT (aka pitest). Since 0.32 it should work with Roboeletric. See this thread.

Update: As of 2016 there is a port of my PIT Gradle plugin for Android.

like image 144
Marcin Zajączkowski Avatar answered Nov 05 '22 11:11

Marcin Zajączkowski