The app should connect to the VA "staging" environment. Lists of test user accounts can be found here and here
- use unit tests to increase confidence in small(er) sections of code
- use automation tests to exercise the flow of specific use cases
- plan for tests to be run during CI/CD - keep them quick
- every screen must meet accessibility standards. plan to test these aspects:
- dynamic text sizing
- inversion of colors
- sensical experience wile using VoiceOver / TalkBack
- dark mode, if available on the device
- detailed accessibility specifications TBD
- cautiously store data on-device
- be aware of what data is being sent off-device
- more standards TBD