Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对变异测试非常感兴趣,所以我尝试了一些工具,比如 mujava,这个工具与 Java 代码配合得很好。我还读到在 Android 上应用突变测试并非易事。
所以,我的问题是,有人知道对 Android 代码执行突变测试的工具或方法吗?
先感谢您!
您可以检查PIT(又名 Pitest)。从 0.32 开始,它应该与 Roboeletric 一起使用。看到这个线程。
更新:截至 2016 年,我的 PIT Gradle 插件有一个用于Android的端口。