|
Answer» The following are some of the best common practices for Android testing: - When writing the code simultaneously, the DEVELOPERS must also prepare the test cases.
- Detailed documentation and storage of the test cases are ESSENTIAL to reusability.
- Implement continuous INTEGRATION and run tests as soon as there is a change to the code.
- Avoid rooting your SMARTPHONE (which gives you privileged control over the operating system and enables you to change system files, software code, ETC.) and using emulators to obtain the most accurate results.
|