0 votes
87 views
in android by (0 points)
closed by
Why do you use the AndroidJUnitRunner when running UI tests?
Notice: AndroidJUnitRunner lets us run JUnit3/4-style tests on Android Devices

a. 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.
b. The test runner creating screenshots of each screen that displayed while tests are executed.
c. The test runner facilitates parallelization of test classes by providing for each test class.
d. The test runner facilitates interacting with visible elements on a device, regardless of the activity or fragment that has focus.
closed

1 Answer

0 votes
by (0 points)
 
Best answer
a

Related questions

0 votes
1 answer 73 views
0 votes
1 answer 130 views
0 votes
1 answer 102 views
0 votes
1 answer 147 views

2.8k questions

2.8k answers

0 comments

76 users

Welcome to MCQ Village Q&A, where you can ask questions and receive answers from other members of the community.
...