1.

Mention few best practices for Android testing.

Answer»
  • All the test CASES should be stored together source code
  • While WRITING the code, developers should PREPARE the test cases at the same time.
  • Testers should avoid rooted emulators and devices.
  • Every time the code changed, USE of continuous integration and test execution is necessary.


Discussion

No Comment Found