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를 제공해줌

@TODO 집에서 테스트해보기!

To launch the uiautomatorviewer tool:
  1. Launch the target app on a physical device.
  2. Connect the device to your development machine.
  3. Open a terminal window and navigate to the <android-sdk>/tools/ directory.
  4. Run the tool with this command:
    $ uiautomatorviewer

댓글

이 블로그의 인기 게시물

XPath와 Appium과 Python

Gradle