MCQ Chapter 7


Chapter 7
Testing mobile apps
1)      How many levels of securities are there in android?
A - App level security and kernel level security
Ans:A: App level security and kernel level security

2)      What is the purpose of the userAgent property?
a) Identifying the data
b) Identifying the client
c) Both Identifying the data and client
d) Identifying the dataset
Ans:B: Identifying the client

3)      What is it called when we make a mistake in the script?
a) Error
b) Bug
c) Mistake
d) Debug
Ans:B:Bug

4)      Which of the following is the definition for debugging?
a) Finding bugs
b) Fixing bugs
c) Both Finding & Fixing bugs
d) Clearing bugs
Ans:C: Both Finding & Fixing bugs

5)       Where is the error icon shown in the Internet Explorer?
a) Taskbar
b) Status bar
c) Both Taskbar and Status bar
d) Bookmarks bar
Ans:B: Status bar


6)      Where is the error icon option available?
a) Tools
b) Help
c) File
d) Edit
Ans: Tools

7)      Which of the following is the window that the Firefox sends the error messages to?
a) Bug Window
b) Error Issues
c) Error Window
d) Error Console
Ans:D: Error Console

8)      What kind of error notifications are shown in the console window?
a) Syntax error
b) Runtime error
c) Both Syntax error and Runtime error
d) Compilation error
Ans:C: Both Syntax error and Runtime error

9)      How do we debug a script?
a) Use of JavaScript Validator
b) Use of JavaScript Debugger
c) Use of JavaScript Validator & Debugger
d) Use of javascript interpreter
Ans:C: Use of JavaScript Validator & Debugger

10)  What is the purpose of a JavaScript debugger?
a) Correction of errors
b) Placing script execution under control
c) Correction of errors & Placing script execution under control
d) Compilation
Ans:B: Placing script execution under control

11) Which among the following are part of "Application" layer of Android Architecture
A. Contacts
B. Browser
C. Phone
D. All of these
Ans:D: All of these

12) Which one of the following term describes testing?
A. Evaluating deliverable to find errors
 B .A stage of all projects
 C. A stage of all projects
 D. None of the these
Ans:A: Evaluating deliverable to find errors

13) Black box testing is only functional testing.
A. True
 B. False
C. None
D. Both
Ans:B: False

14) Which one of the following technique is applied for usability testing?
 A. White box
 B. Black box
 C. Grey box
 D. All of the mentioned above
Ans:B: Black box

15) Testing comes under _____________category of cost of quality.
A.  Appraisal
 B. Failure
 C. Preventive
 D. None of the mentioned
Ans:A: Appraisal

16) Testing which performed first is -
 A. Dynamic testing
 B. Black box testing
 C. White box testing
 D. Static testing
Ans:D: Static testing

17) _____________testing focuses on heavily testing of one particular module.
 A. Gorilla Testing
 B. Fuzz Testing
 C. Inter-Systems Testing
 D. Breadth Testing
Ans:A: Gorilla Testing

18) Verification is __________________ .
 A. Making sure that it is what the user really wants
 B. Checking that we are building the right system
 C. Checking that we are building the system right
 D. Performed by an independent test team
Ans:C: Checking that we are building the system right

19) Which one is the main focus of acceptance testing.
 A.  testing the system with other systems
 B. testing for a business perspective
 C. finding faults in the system
 D. testing the system with other systems

Ans:B: . testing for a business perspective

20) Full form of ITG.
 A. individual testing group
 B. integration testing group
 C. instantaneous test group
 D. independent test group

Ans:D: independent test group



Comments