The Testing Pyramid, shown in the Figure, illustrates how your app should include the three categories of tests: small, medium, and large. Medium tests are integration tests that:
Answer : B
In a class extended PreferenceFragmentCompat. What method is used to inflate the given XML resource and add the preference hierarchy to the current preference hierarchy?
Answer : C
Select 3 major components of the Room. (Choose three.)
Answer : A, D, F
The following code snippet shows an example of an Espresso test:
Answer : B
If constant LENGTH_INDEFINITE is used as a parameter for the setDuration method in Snackbar, what will happen?
Answer : D
When your code execution reaches the breakpoint, Android Studio pauses execution of your app. You can then use the tools in the Debugger tab to identify the state of the app. With Evaluate Expression you can
Answer : B
About queries in DAO classes. Room verifies the return value of the query such that if the name of the field in the returned object doesn't match the corresponding column names in the query response, Room alerts you in one of the following two ways: (Choose two.)
Answer : B, C