Skip to content
This repository was archived by the owner on May 4, 2026. It is now read-only.

Testing

Tijl Leenders edited this page Nov 2, 2019 · 1 revision

UI testing is done with Espresso. Domain logic testing is done with JUnit.

Unexpected behavior can occur if you don't do the following on your test device: In Developer options >> Settings:

  • Turn off 'Window animation scale'
  • Turn off 'Transition animation scale'
  • Turn off 'Animator duration scale'

Source: https://developer.android.com/training/testing/ui-testing/espresso-testing.html

Clone this wiki locally