Skip to content

Instantly share code, notes, and snippets.

@liang799
Last active September 14, 2022 11:53
Show Gist options
  • Save liang799/78d794785e3d3b244e37fe92ded0e4ad to your computer and use it in GitHub Desktop.
Save liang799/78d794785e3d3b244e37fe92ded0e4ad to your computer and use it in GitHub Desktop.
Android stuff

Important

Check for null

?.

Tests

Local Unit

  • Test java logic

Instrumentation

  • Test android logic

UI tests

  • Somewhat like selenium
  • can let machine click buttons,fill in textfield...

Summary

2022-09-14 19_52_31-Testing on Android Explained (Unit, Instrumentation, UI) - YouTube — Mozilla Fir

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment