Podcast
Questions and Answers
What is the formal process of examining a component to determine if it contains any defects?
What is the formal process of examining a component to determine if it contains any defects?
- Gorilla testing
- Blackbox testing
- White box testing (correct)
- Test case
Which testing type is defined based on well-understood functional and nonfunctional requirements and must test all normal and exception situations?
Which testing type is defined based on well-understood functional and nonfunctional requirements and must test all normal and exception situations?
- System, Performance, and Stress Testing
- Usability testing
- Unit testing (correct)
- Integration testing
What is a set of starting states and events used to test a module, group of modules, or entire system?
What is a set of starting states and events used to test a module, group of modules, or entire system?
- Test data (correct)
- Test case
- White box testing
- Formal description
Which testing technique tests an individual method, class, or component before it is integrated with other software?
Which testing technique tests an individual method, class, or component before it is integrated with other software?
What is a formal description of a starting state, event to which the software must respond, and the expected response?
What is a formal description of a starting state, event to which the software must respond, and the expected response?
What is the purpose of Gorilla testing?
What is the purpose of Gorilla testing?
Which type of testing is a combination of white-box testing and black-box testing?
Which type of testing is a combination of white-box testing and black-box testing?
What is the main focus of Usability Testing?
What is the main focus of Usability Testing?
Which type of testing is an integration test of an entire system or independent subsystem?
Which type of testing is an integration test of an entire system or independent subsystem?
What does Gray box testing involve?
What does Gray box testing involve?