To automate UI tests with Android Studio, you implement your test code in a separate Android test folder. Folder could be named:
Answer(s): B
Once your test has obtained a UiObject object, you can call the methods in the UiObject class to perform user interactions on the UI component represented by that object. You can specify such actions as: (Choose four.)
Answer(s): A,C,E,F
If you want to access a specific UI component in an app, use the UiSelector class. This class represents a query for specific elements in the currently displayed UI. What is correct about it? (Choose two.)
Answer(s): A,D
Each time your test invokes onView(), Espresso waits to perform the corresponding UI action or assertion until the following synchronization conditions are met: (Choose three.)
Answer(s): A,D,F
To run your local unit tests, follow these steps:1. Be sure your project is synchronized with Gradle by clicking Sync Project in the toolbar. 2. Run your test in one of the following ways (select possible): (Choose three.)
Answer(s): A,B,C
Share your comments for Google ASSOCIATE ANDROID DEVELOPER exam with other users:
please upload the practice questions
need this dumps
preparing for this exam is overwhelming. you cannot pass without the help of these exam dumps.
new to this site but i feel it is good
the correct answer to q8 is b. explanation since the mule app has a dependency, it is necessary to include project modules and dependencies to make sure the app will run successfully on the runtime on any other machine. source code of the component that the mule app is dependent of does not need to be included in the exported jar file, because the source code is not being used while executing an app. compiled code is being used instead.
good questions
Delayed the exam until December 29th.
A and D are True
good one with explanation
This is one of the most useful study guides I have ever used.