Multiple Choice
The Testing Pyramid, shown in the Figure, illustrates how your app should include the three categories of tests: small, medium, and large. Small tests are unit tests that :
A) validate your app's behavior one class at a time.
B) validate either interactions between levels of the stack within a module, or interactions between related modules.
C) validate user journeys spanning multiple modules of your app.
Correct Answer:

Verified
Correct Answer:
Verified
Q46: LiveData.postValue() and LiveData.setValue() methods have some differences.
Q47: In application theme style, flag windowActionBar (<item
Q48: Once your test has obtained a UiObject
Q49: What do you want from Room when
Q50: In application theme style, value statusBarColor (<item
Q52: As an example. Our MutableLiveData<Long> object, named
Q53: For example, we have a file in
Q54: Enable debugging on your device: If you
Q55: By adding a RoomDatabase .Callback to the
Q56: What public methods are there in android.widget.Toast.Callback?