일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- SQA
- 자동화
- maintainability test
- Testing
- 애자일
- risk-based testing
- 비기능테스트
- 테스트
- Python
- csts
- Software life cycle model
- Test Case
- 테스트케이스
- RBT
- regression test
- 파이썬
- 테스트 설계 기법에 따른 분류
- ISTQB
- selenium
- 위험 기반 테스트
- testcase
- 셀레니움
- 유지보수성 테스트
- 테스트 케이스
- seleium
- test
- 품질
- agile
- QA
- testing method
Archives
- Today
- Total
Study_Note
[1st] appium setup and installation 본문
728x90
반응형
설치항목
- python
- IDE (ex. pycharm)
- android studio
- Node.js
- appium
python 설치하기
https://www.python.org/downloads/
IDE - pycham 설치하기
설치파일 다운로드
https://www.jetbrains.com/ko-kr/pycharm/
professional 은 유로버전 이고, communuty 버전은 무료버전 입니다.
professional 의 경우 python, HTML, JS, SQL 을 같이 쓸수 있습니다.
참고자료 1 (ex. WebDriver 설치)
https://staedtler1207.tistory.com/3
참고자료 2
https://seong6496.tistory.com/143
android studio 설치하기
https://staedtler1207.tistory.com/34
https://developer.android.com/studio
Node.js 설치하기
특별한 경우가 아니라면 안정화 버전인 LTS 버전으로 설치를 권합니다.
https://staedtler1207.tistory.com/33
appium 설치하기
https://staedtler1207.tistory.com/35
[공식] Appium Documentation
[공식] gitbub