InterviewSolution
Saved Bookmarks
| 1. |
Explain the general responsibilities of a mobile application testing framework. Also explain the general structure of a mobile application testing framework. |
|
Answer» Following are the general responsibilities of a mobile APPLICATION testing framework:
The general STRUCTURE of a mobile application testing framework consists of the following segments :
In the above figure, we can see that a mobile application testing framework consists of three segments: Application package, InstrumentationTestRunner, and Test package. The test package consists of mock objects, test case classes, and Instrumentation and JUnit classes. |
|