일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- recyclerview
- Freesound
- 장자명언
- DART
- FSM
- 코틀린
- 벤자민플랭클린
- 명언모음
- kotlin
- Coroutine
- 공부집중
- 이모지
- 좋은글필사하기
- 오픈소스
- ASMR
- 공자명언
- 소울칼리버6
- Linux
- androidx
- 명심보감
- 넷플릭스
- Android
- Flutter
- Firebase
- Streaming
- 파이썬
- 이모지메모
- jetpack compose
- bash
- 1인개발자
Archives
- Today
- Total
Vintage appMaker의 Tech Blog
[링크모음] Flutter - Unit test를 위한 integration test package 본문
Source code or Tip/Flutter & Dart
[링크모음] Flutter - Unit test를 위한 integration test package
VintageappMaker 2022. 3. 19. 15:45현업에서 앱을 개발하며
유닛테스트를 사용하는 경우가 극히 드물다.
가장 큰 이유는
정신없이 바쁜데 그것까지 할 시간이 없기 때문
이다. 그럼에도 불구하고 앱을 어느정도 개발하다보면 "로그인 → 화면이동 → 텍스트 입력 → 버튼 액션"을 순차적으로 한 후에나 작성한 코드의 결과가 원하는 것이었는 지 알 수 있을 때가 있다. 이럴 경우, intergration testing을 이용하면 개발효율을 높일 수 있다. 그런 점에서 flutter는 unit test 환경이 좋은 편이다.
🍕 공식문서
🍕 빠르게 integration testing 경험하기
🍕 쓸만한 Intergration Testing
🍕 Dart Unit test example
🍕 Widget test example
🍕 Google Flutter Development Show
'Source code or Tip > Flutter & Dart' 카테고리의 다른 글
[Flutter] Dio, retrofit을 이용한 github API 예제 (0) | 2022.05.23 |
---|---|
[링크모음] Flutter 3.0 & Dart 2.17 달라진 점 (0) | 2022.05.18 |
[Flutter Deskop] 괜찮은 Flutter desktop github (0) | 2021.12.18 |
[FlutterAwsome] Firebase, Background Service를 이용한 Audio Player 오픈소스 - BlackHole (0) | 2021.06.06 |
[Flutter] Flutter UI 소스코드 생성 Tool - FlutterFlow (0) | 2021.05.25 |
Comments