Android UIAutomator
UI Automator?
UI Automator is a UI testing framework suitable for cross-app functional UI testing across system and installed apps.Espresso는 소스코드가 있어야 테스트할수 있고 화이트박스스타일임
UI Automator은 구현정보가 필요없고 블랙박스스타일임
UI Automator Viewer?
현재 표시되는 UI 구성요소를 검사하고 분석하기 쉽게 GUI를 제공해줌
To launch the
uiautomatorviewer
tool:- Launch the target app on a physical device.
- Connect the device to your development machine.
- Open a terminal window and navigate to the
<android-sdk>/tools/
directory. - Run the tool with this command:
$ uiautomatorviewer
댓글
댓글 쓰기