Mutation Testing Tool for Android
Asked Answered
U

1

8

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!

Unattached answered 4/2, 2014 at 8:25 Comment(1)
PIT works with java, so it should be fine for android. Check my article with an intro to PIT: pedrorijo.com/blog/intro-mutationLakeesha
M
7

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.

Manchukuo answered 4/2, 2014 at 9:0 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.