1.

List Out The Best Practices For Android Testing?

Answer»
  • Developer should prepare the TEST cases at the same TIME when they are writing the CODE
  • Together with source code all test cases should be stored
  • Use continuous integration and execute tests every time the code is CHANGED
  • Avoid USING rooted devices and emulators



Discussion

No Comment Found