Skip to content

Commit

Permalink
Update android-quiz.md (#2795)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItSNeverLate authored Dec 11, 2021
1 parent 1b1a91d commit 33d06ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/android-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@
- [ ] root.find(R.id.text_home)

#### Q15. Why do you use the AndroidJUnitRunner when running UI tests?
Notice: AndroidJUnitRunner lets us run JUnit3/4-style tests on Android Devices

- [x] The test runner facilitates loading your test package and the app under test onto a device or emulator, runs the test, and reports the results.
- [ ] The test runner creating screenshots of each screen that displayed while tests are executed.
Expand Down

0 comments on commit 33d06ba

Please sign in to comment.