Computer Science, asked by rishitam2701, 9 months ago

What is an Android Instrumentation Test (select all that apply)?


1. a test that includes a code coverage calculation


2. a test that measures user interactions with the user interface


3. a performance test for an application to measure its CPU usage.


4. an integration test that includes the Android runtime libraries.


5. a performance test for an application to measure its memory usage.


Answers

Answered by urja79
0

Answer:

INSTRUMENTATION TESTING

Use this approach to run unit tests that have Android dependencies which mock objects cannot easily satisfy. So it mocks how the user will use the actual application, therefore you NEED a device (physical or emulator) to run it. It has access to views, activities, context, etc.

hope it helps you dear please follow me I will give your answer on time it's my promise to you

Similar questions