கருவியலுக்கு ஹாப்மீஸ்டரின் பங்களிப்பை
குறிப்பிடுக
Answers
Answered by
30
Hapmeister's contribution to instrumentation
Specify
Unit tests cannot test the UI for your app without mocking objects such as an Activity. Instrumentation tests run on a device or an emulator.
Instrumentation tests can be used to test none UI logic as well.
They are especially useful when you need to test code that has a dependency on a context.
Answered by
37
★ Unit tests cannot test the UI for your app without mocking objects such as an Activity. Instrumentation tests run on a device or an emulator.
★ Instrumentation tests can be used to test none UI logic as well.
★ They are especially useful when you need to test code that has a dependency on a context.
Similar questions