两个工具都是square出的.
首先是fest-android,支持更好的Android自动化测试断言.
项目地址:https://github.com/square/fest-android
第二个是Spoon,用来在多台设备上同时进行测试Android自动化测试,用来和Robotium/cafe搭配使用很好.
项目地址:https://github.com/square/spoon
缺点:只支持单apk的测试任务分发
这篇博客介绍了Square提供的两个Android自动化测试工具:Fest Android和Spoon。Fest Android提供了更强大的断言功能,而Spoon则允许在多台设备上并行执行测试,特别适合与Robotium或cafe结合使用。然而,Spoon仅支持单个APK的任务分发。
两个工具都是square出的.
首先是fest-android,支持更好的Android自动化测试断言.
项目地址:https://github.com/square/fest-android
第二个是Spoon,用来在多台设备上同时进行测试Android自动化测试,用来和Robotium/cafe搭配使用很好.
项目地址:https://github.com/square/spoon
缺点:只支持单apk的测试任务分发

被折叠的 条评论
为什么被折叠?