ITGeine
appium 테스트 자동화 본문
https://testautomationu.applitools.com/appium-visual-testing/
setup assumptions
- Node.js & NPM
- Appium CLI install
- Appium Android Dependencies (Android SDK, Android studio, emulators, etc)
- Appium
* 선택사항
- opencv install
npm i -g opencv4nodejs
brew install opencv@3
OPENCV4NODEJS_DISABLE_AUTOBUILD=1 npm i -g opencv4nodejs
자동화 시
1. 이미지 기반으로 할수도 있고 (imagebased functional test)
2. 버튼 등의 elementid 기반으로 할수도 있음
타겟 서비스에 대해 어떤 방법으로 자동화를 하는 것이 더 효율적일지.. 에 대한 고민 필요
'테스트 자동화 > Appium' 카테고리의 다른 글
Appium inspector - com.myactivity or com.myapp.com.myactivity never started (0) | 2022.05.27 |
---|---|
Chapter 2.1: Finding Elements (0) | 2022.05.23 |
Chapter 1.5: Desired Capabilities (0) | 2022.05.23 |
No Chromedriver found that can automate Chrome '83.0.4103' (0) | 2022.05.23 |
Chapter 1.4 - Project Setup (0) | 2022.05.20 |