MVP ATSL Live Coding

56
MVP 테스트, 라이브코딩 정승욱(TossLab Inc) Google Developer Expert

Transcript of MVP ATSL Live Coding

Page 1: MVP ATSL Live Coding

MVP 와 테스트, 라이브코딩정승욱(TossLab Inc)

Google Developer Expert

Page 2: MVP ATSL Live Coding

MVP 에 대한 간략한 설명테스트 코드 작성테스트 리포트자동화

Page 3: MVP ATSL Live Coding

MVP 에 대한 간략한 설명테스트 코드 작성테스트 리포트자동화

Page 4: MVP ATSL Live Coding

MVP 에 대한 간략한 설명테스트 코드 작성테스트 리포트자동화

Page 5: MVP ATSL Live Coding

MVP 에 대한 간략한 설명테스트 코드 작성테스트 리포트자동화

Page 7: MVP ATSL Live Coding

MVP Coding

Page 8: MVP ATSL Live Coding

오늘 만들어 볼 앱

Page 9: MVP ATSL Live Coding

View

Presenter

onSearchTextChanged()1

텍스트 입력 이벤트를 Presenter 로 전달

Page 10: MVP ATSL Live Coding

View

Presenter

onSearchTextChanged()

Model

getImage()

1

2

Presenter 가 Model 로직 수행 요청

Page 11: MVP ATSL Live Coding

View

Presenter

onSearchTextChanged()

Model

getImage()

1

23

Model 에 수행 결과 반환

Page 12: MVP ATSL Live Coding

View

Presenter

onSearchTextChanged()

Model

getImage()

1

23

4

Presenter 가 View 에 화면 갱신을 요청

Page 13: MVP ATSL Live Coding
Page 14: MVP ATSL Live Coding
Page 15: MVP ATSL Live Coding
Page 16: MVP ATSL Live Coding

View (HomeActivity)

Page 17: MVP ATSL Live Coding

Presenter (HomePresenterImpl)

Page 18: MVP ATSL Live Coding

완성된 MVP 코드 보기

Page 19: MVP ATSL Live Coding

Android Test Support Library

Page 20: MVP ATSL Live Coding

JUnit4 지원UI Test 지원

Android 특화된 JUnit Rule

Page 21: MVP ATSL Live Coding

JUnit4 지원UI Test 지원

Android 특화된 JUnit Rule

Page 23: MVP ATSL Live Coding

JUnit4 지원UI Test 지원

Android 특화된 JUnit Rule

Page 24: MVP ATSL Live Coding

ActivityActivityTestRule

IntentIntentsTestRule

ServiceServiceTestRule

Page 25: MVP ATSL Live Coding

ActivityActivityTestRule

IntentIntentsTestRule

ServiceServiceTestRule

Page 26: MVP ATSL Live Coding

ActivityActivityTestRule

IntentIntentsTestRule

ServiceServiceTestRule

Page 27: MVP ATSL Live Coding

Model 샘플 예제

Page 28: MVP ATSL Live Coding
Page 29: MVP ATSL Live Coding
Page 30: MVP ATSL Live Coding
Page 31: MVP ATSL Live Coding
Page 32: MVP ATSL Live Coding

View 적용 예제

Page 33: MVP ATSL Live Coding
Page 34: MVP ATSL Live Coding
Page 35: MVP ATSL Live Coding
Page 36: MVP ATSL Live Coding
Page 37: MVP ATSL Live Coding

Presenter 적용 예제

Page 38: MVP ATSL Live Coding

그리고 실전 코딩

Page 39: MVP ATSL Live Coding

테스트 리포트

Page 40: MVP ATSL Live Coding

JUnit ReportJacoco Report

Page 41: MVP ATSL Live Coding

connected{flavor}{buildType}AndroidTest

{module}/build/reports/androidTests/index.html

Page 42: MVP ATSL Live Coding

connected{flavor}{buildType}AndroidTest

{module}/build/reports/androidTests/index.html

Page 43: MVP ATSL Live Coding

실행 예시

Page 44: MVP ATSL Live Coding
Page 45: MVP ATSL Live Coding

JUnit ReportJacoco Report

Page 46: MVP ATSL Live Coding
Page 47: MVP ATSL Live Coding

create{flavor}{buildType}CoverageReport

{module}/build/reports/coverage/index.html

Page 48: MVP ATSL Live Coding

create{flavor}{buildType}CoverageReport

{module}/build/reports/coverage/index.html

Page 49: MVP ATSL Live Coding

TossLab 적용 현황

Page 50: MVP ATSL Live Coding

Github

개발자

코드 리뷰를 위한 Pull Request

Page 51: MVP ATSL Live Coding

Github

개발자 Jenkins

GitHub 이 CI 서버로 통보

Page 52: MVP ATSL Live Coding

Github

개발자 Jenkins

빌드

해당 Branch 를 빌드 & 테스트

Page 53: MVP ATSL Live Coding

Github

개발자 Jenkins

빌드

빌드 결과를 Pull Request 에 기록

Page 54: MVP ATSL Live Coding
Page 55: MVP ATSL Live Coding
Page 56: MVP ATSL Live Coding

Q & A