- 안드로이드 어플리케이션의 액티비티 라이프사이클 기반 GUI 테스팅 기법
- ㆍ 저자명
- 백태산,이우진,Baek. Tae-San,Lee. Woo Jin
- ㆍ 간행물명
- 대한임베디드공학회논문지
- ㆍ 권/호정보
- 2013년|8권 6호|pp.319-327 (9 pages)
- ㆍ 발행정보
- 대한임베디드공학회
- ㆍ 파일정보
- 정기간행물| PDF텍스트
- ㆍ 주제분야
- 기타
Most Android applications are being developed by one or a few person without professional testing team. In such a poor development environment, applications may contain severe errors which may also affect the Android platform. In order to detect these errors, the behaviors of Android activities should be identified by considering user-defined lifecycle as well as the system-defined one. This paper proposes a method to generate test scenarios based on the both of user-defined and system-defined activity lifecycle of Android GUI applications. The test scenarios are generated by a state diagram extracted from the source code and are transformed into Jython scribes by using GUI layout information for automatically performing testing.