사용자 인터페이스 테스트 및 프레임워크
이 도움말에서는 사용자 인터페이스를 테스트하는 데 사용할 수 있는 도구를 설명합니다.
UI와 프레임워크를 테스트하려면 다음 도구를 사용하세요.
-
엔드 투 엔드 사용자 인터페이스 테스트를 자동화하려면 UI Automator 및 AOSP와 함께 제공되는 오픈소스 자동 전용 도우미를 사용하세요.
-
엔드 투 엔드 블루투스 연결 테스트를 자동화하려면 오픈소스 Google Mobly 프레임워크를 사용하세요.
-
간결하고 아름답고 안정적인 Android UI 테스트를 작성하려면 Espresso를 사용하세요.
-
Android 테스트를 로컬로 빌드, 설치 및 실행하려면 Atest 명령줄 도구를 사용하세요.
$ atest [optional-arguments] test-to-run
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2021-11-17 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"필요한 정보가 없음"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"너무 복잡함/단계 수가 너무 많음"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"오래됨"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"번역 문제"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"샘플/코드 문제"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"기타"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"이해하기 쉬움"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"문제가 해결됨"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"기타"
}]