Multiple Choice Questions & Answers on Black Box Testing

Multiple Choice Questions & Answers on Black Box Testing 

1. Black Box Testing is also known as ________
a) Behavioral Testing
b) Flow Testing
c) Data Testing
d) None of the above
Answer: Behavioral Testing

2. Which of the following is black box testing____________________
a) Basic path testing
b) Boundary value analysis
c) Code path analysis
d) None of the mentioned
Answer: Boundary value analysis

3. Lean philosophy regards everything not adding value to the customer as __________
a) Unnecessary
b) Waste
c) Useful
d) Necessary
Answer: Waste

4. LSD stands for ________________
a) Lean Software Development
b) Live Software Development
c) Less Software Data
d) Least Software Dataloss
Answer: Lean Software Development

5. The Decision table testing is a _________
White box Test Design Technique
Black Box Test Design Technique
Experience-based Test Design Technique
Grey Box Test Design Technique
Answer: Black-box test design technique

6. Lean Development follows the principle of ______________
a) Decide as late as possible
b) Deliver as late as possible
c) Decide as early as possible
d) Not building integrity
Answer: Decide as late as possible

7. __________ in the code are signs of bad code designs and should be avoided.
a) Repetitions
b) Modularity
c) Functions
d) Documentation
Answer: Repetitions

8. _____________ helps visualizing both the processes and the data of a method.
a) Configuration Management.
b) Domain Object Modelling
c) MetaModeling
d) Inspections
Answer: MetaModeling

9. ________________ is a client-centric, architecture-centric, and pragmatic software process.
a) Loss Testing
b) Feature Driven Development
c) DSDM
d) Scrum
Answer: Feature Driven Development

10. The ________________ is a management paradigm that specifies any manageable system as being limited in achieving more of its goals by a very small number of constraints.
a) RCM
b) TPM
c) QRM
d) TOC
Answer: TOC

11. _____________ consists of exploring and explaining the domain of the problem to be solved.
a) Feature Teams
b) Inspections
c) Domain Object Modelling
d) Configuration Management
Answer: Domain Object Modelling

12. _______________ ensure there is always an up-to-date system that can be demonstrated to the client.
a) Domain Object Modelling
b) Individual Class (Code) Ownership
c) Visibility of progress and results
d) Regular Builds
Answer: Regular Builds

13. A value ____________ technique is used to identify waste.
a) Mapping
b) Stream
c) Stream Mapping
d) Flow
Answer: Stream Mapping

14. Which of the following testing is related to the boundary value analysis?
a) White box and black box testing
b) White-box testing
c) Black box testing
d) None of the above
Answer: Black Box testing

15. Which testing technique is used for usability testing?
a) White-box testing
b) Grey box testing
c) Black Box testing
d) Combination of all
Answer: Black box testing

16. Which of the below statement is true about the Equivalence Partitioning technique?
a) A black box testing technique appropriate to all levels of testing.
b) A white box testing technique appropriate for component testing.
c) The black box testing technique is used only by developers.
d) A black box testing technique that can only be used during system testing.
Answer: A black box testing technique appropriate to all levels of testing.

17. Which of the below testing is related to black-box testing?
a) Boundary value analysis
b) Code path analysis
c) Basic path testing
d) None of the above
Answer: Boundary value analysis

18. Which of the following is black box testing
a) basic path testing
b) boundary value analysis
c) code path analysis
d) none of the mentioned
Answer: boundary value analysis

19. Which of the following testing is also known as white-box testing?
a) Structural testing
b) Error guessing technique
c) Design based testing
d) None of the above
Answer: Structural Testing

20. Equivalence Partitioning comes under which type of Testing?
a) White Box Testing
b) Black Box Testing
c) Grey Box Testing
d) None of the above
Answer: Black Box Testing

Comments