[Compose Codelab/ComposeFest2021 - 4-1 week] Testing in Jetpack Compose 리뷰

2021. 11. 28. 21:16└ Compose/ComposeFest2021

 

진행 내용 

4-1 week 코드랩 : Testing in Jetpack Compose

 

Testing in Jetpack Compose  |  Android Developers

In this codelab you’ll learn about testing UIs created with Jetpack Compose. You will write your first tests while learning about testing in isolation, debugging tests, semantics trees and synchronization.

developer.android.com

 

리뷰 내용

learn more about Testing and Compose, check out these resources

  1. The testing documentation has more information about finders, assertions, actions and matchers, as well as synchronization mechanisms, time manipulation, etc.
  2. Bookmark the Testing Cheat Sheet!
  3. The Rally sample comes with a simple screenshot test class. Explore the AnimatingCircleTests.kt file to learn more about it.
  4. For general guidance about testing Android apps, you can follow these three codelabs:
    1. Testing Basics
    2. Dependency Injection and Test Doubles
    3. Survey of Testing Topics
  5. The Compose samples repository on Github has multiple apps with UI tests.
  6. The Jetpack Compose Pathway shows a list of resources to get you started with Compose.

 

참고 자료

전체 진행 내용 : https://sites.google.com/view/devfest-korea-2021/compose-codelab

 

Devfest Korea 2021 - Compose Codelab

🤔 Jetpack Compose를 배워야 하는지 고민이신가요?

sites.google.com

 

github : https://github.com/olivia-soy/ComposeFest2021