Android APK与Espresso的自动化

前端之家收集整理的这篇文章主要介绍了Android APK与Espresso的自动化前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我试图自动化我的 Android应用程序的一些UI(我没有源代码所以我使用的是APK文件).

我已经阅读了here提供的教程以及谷歌提供的一些教程,但所有教程都需要源代码.

如果有人知道如何在没有源代码的情况下使用Espresso自动化UI,请提供帮助.

我使用IntelliJ作为IDE和app android 5.0.2版.

解决方法

I have gone through tutorial provided here and also some tutorial available at Google but all of them require source code.

这是因为Espresso是仪器测试的一部分,它需要源代码.

其他工具 – 例如UI Automator和monkeyrunner – 不需要源代码.

As Espresso is more backward compatible with prevIoUs version of Android and also have performance advantage over UIAutomator that why I want to use Espresso

然后与应用程序的开发人员交谈,并与该人安排测试应用程序,并获得完整的源代码访问权限.

原文链接:https://www.f2er.com/android/310074.html

猜你在找的Android相关文章