
测试
晓果博客
You’ll never realize how strong you are until you have no other choice but to be strong<br>你永远都不会知道自己到底有多坚强,直到有一天你除了坚强别无选择。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
android测试框架(二):UiAutomator四大对象使用(UiSelector,UiObject,UiCollection,UiScrollable)
import android.app.Instrumentation;import android.os.RemoteException;import android.view.KeyEvent;import androidx.test.platform.app.InstrumentationRegistry;import androidx.test.runner.AndroidJUn...原创 2020-03-02 23:40:22 · 1868 阅读 · 0 评论 -
android测试框架(一)—UiAutomator2.0入门
引入UiAutomator //UiAutomator 测试类 //如果只是使用app项目功能请使用androidTestImplementation依赖,这样可以在"androidTest"类中开发了 androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0' //如果要开发...原创 2020-02-22 03:00:01 · 2389 阅读 · 0 评论