本文主要是介绍Uiautomator 2.0 VS 1.0,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
简介:
google早已推出了uiautomator2.0,但是1.0仍然能用,最近由于许多控件不能识别,所以尝试了在2.0上有没有
这种问题存在。惊奇的发现2.0功能实在比1.0强大很多,所以我们也应该适时改变,去拥抱变化。
WHAT'S NEW IN UIAUTOMATOR 2.0
Most Importantly,Uiautomator is now based on android instrumentation
Instrumentation终于把Uiautomator纳入了他的麾下
Google提供的Android Testing Support Library变化挺多的,比如全面拥抱Junit4.0,推荐使用AndroidJunit
Runner,然后使用Android Studio IDE等等。反正不仅在开发端,在测试端,Google也在做一些标准和统一,然后
让我们忘记之前的MonkeyRunner,Instrumentation
只剩下:
AndroidJunitRunner : Junit4 compatible test runner for android
Espresso: UI Testing framework,suitable for functional UI testing within an app
Uiautomator: UI Testing framework,suitable for cross-app functional UI testing across
system and installed apps
UiAutomator2改进
4. API 更新,新增UiObject2、Until、By、BySelector等:APIFor UI Automator
这篇关于Uiautomator 2.0 VS 1.0的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!