InterviewSolution
Saved Bookmarks
| 1. |
Monkey Testing is also included in Android Studio as part of the standard testing tools for ______________(a) Unit Testing(b) Stress Testing(c) Functional Testing(d) Integration TestingI got this question by my college professor while I was bunking the class.Origin of the question is Measuring Test Coverage in section Test Coverage and Development of JUnit |
|
Answer» RIGHT answer is (b) Stress TESTING To explain: Monkey testing is USED to implement stress testing on the ANDROID Studio. |
|