Skip to content

무신사스토어 App UI 테스트 자동화(Appium)

Notifications You must be signed in to change notification settings

shy1008/appium_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

목차

요약

Index Detail
소개 무신사 스토어 앱의 로그인 기능 테스트 자동화
언어 Python
자동화 도구 Appium (2.0)
테스트 프레임워크 unittest, pytest
개발 환경 운영체제 : macOS 12.6 (Monterey)
IDE : Visual Studio Code
기타 도구: Appium Inspector, Android Emulator
시나리오 산출물 테스트 시나리오

구현 결과

[test_scenario_01]
사용자가 유효한 계정으로
로그인 할 수 있는지 확인한다
[test_scenario_02]
사용자가 잘못된 계정으로
로그인 할 수 없는지 확인한다
[test_scenario_03]
로그인 시도 횟수에 제한이 있는지 확인한다

테스트 보고서

폴더 구조

- automation
  |-- test_scenario
  |
- base
  |-- base_page
  |-- base_test
  |
- common
  |-- utils
  |-- locators
  |
- data
  |-- test_data
  |
- screens
  |- login
  |  |-- login_page
  |
  |- my
  |  |-- my_page
  |
- venv
 

프로젝트 과정

About

무신사스토어 App UI 테스트 자동화(Appium)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages