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 환경이 좋은 편이다. 

 

 

🍕 공식문서

 

An introduction to integration testing

Learn about integration testing in Flutter.

docs.flutter.dev


🍕 빠르게 integration testing 경험하기  


🍕 쓸만한 Intergration Testing 

 

🍕 Dart Unit test example

🍕 Widget test example

 


 

🍕 Google Flutter Development Show

 

Comments