Font size
WorksheetsMAD Unit 4 Tl
Total questions: 10
Worksheet time: 12mins
Which of the following tools is commonly used for debugging Android apps?
Logcat
Selenium
Postman
JIRA
White box testing mainly focuses on:
Functional behavior of the app
Internal logic, code, and structure
User interface design
Network connectivity only
In black box testing, the tester:
Knows the source code
Does not know the internal structure of the code
Uses only automation frameworks
Focuses only on debugging
Which of the following is not an advantage of test automation?
Faster execution of test cases
Reusability of test scripts
Reduced human error
Complete elimination of all bugs
JUnit is mainly used for:
Performance testing of Android apps
Unit testing of Java/Android applications
UI testing of mobile apps
Security testing
Robotium is best suited for ________, while MonkeyTalk is used for ________.
Web automation, performance testing
Android UI automation, cross-platform functional testing
Debugging, logging
Security testing, penetration testing
What is the purpose of debugging in mobile application development?
Define white box testing in one or two sentences.
Name any two mobile app automation testing tools.
Expand the full form of JUnit.
