shared-docs icon indicating copy to clipboard operation
shared-docs copied to clipboard

Document testing best practices

Open mcomella opened this issue 7 years ago • 1 comments

  • Test naming conventions
  • UI vs integration vs unit: when to write which?
  • androidTest package hierarchy
  • robot pattern

mcomella avatar Nov 01 '18 20:11 mcomella

* Test naming conventions

* UI vs integration vs unit: when to write which?

* androidTest package hierarchy

* robot pattern

Landed all of these in https://github.com/mozilla-mobile/shared-docs/blob/master/android/testing.md

Still TODO:

  • How we override the application class in each case
  • How we do ServiceLocator injections
  • ...?

mcomella avatar Feb 05 '19 23:02 mcomella