Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 4.33 KB

File metadata and controls

39 lines (34 loc) · 4.33 KB

Android-Kotlin-MVVM-Local-Instrumentation-Testing

Android-Kotlin-MVVM-Local-Instrumentation-Testing

Android Testing Topics:

  • Coroutines, including ViewModel, scoped coroutines.
  • Databinding.
  • Test-Driven Development.
  • Robolectric
  • AndroidX
  • Dependency Injection and Test Doubles.
  • Testing code with coroutines.
  • Instrumentation Testing.
  • Local (Unit) Testing.
  • ExperimentalCoroutinesApi

You'll learn about the following libraries and code concepts:

You should be familiar with:

App overview and Local JUnit testing Structure:

Execute Local test in Android studio: