Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- Xcode
- MVVM
- HIG
- uitableview
- map
- UICollectionView
- Human interface guide
- SWIFT
- swiftUI
- RxCocoa
- rxswift
- Refactoring
- 클린 코드
- Clean Code
- combine
- swift documentation
- clean architecture
- Protocol
- 스위프트
- 애니메이션
- collectionview
- tableView
- UITextView
- 리팩토링
- 리펙터링
- ribs
- uiscrollview
- ios
- Observable
- 리펙토링
Archives
- Today
- Total
김종권의 iOS 앱 개발 알아가기
[iOS - swift] BDD (Behavior Driven Development) (given, when ,then) 본문
Unit Test와 UI Test
[iOS - swift] BDD (Behavior Driven Development) (given, when ,then)
jake-kim 2021. 2. 12. 00:56BDD
- TDD는 개발 시간이 짧은 경우 불리한 단점
- BDD는 사용자의 행동을 기준으로 테스트하여 개발
- 테스트 기능 명시 -> Given(시나리오 정의) -> When (시나리오 조건) -> Then (시나리오를 완료했을 때 보장되는 결과 명시)
Nimble과 Quick 프레임워크를 이용한 테스트 참고: ios-development.tistory.com/338?category=962580
'Unit Test와 UI Test' 카테고리의 다른 글
[UnitTest] RxSwift, MVVM 구조의 테스트 코드 작성 하기 (RxTest, RxNimble) (0) | 2021.02.12 |
---|---|
[iOS - swift] Nimble, Quick 프레임워크 (Unit test) (0) | 2021.02.12 |
[iOS - swift] TDD (Test Driven Development) (2) | 2021.02.12 |
[iOS - swift] Unit test 개념, @testable (0) | 2021.02.11 |
Comments