Podcast
Questions and Answers
What is the purpose of black box testing?
What is the purpose of black box testing?
- Tests the internal program design and code
- Tests the performance of the system
- Tests based on requirements and functionality (correct)
- Tests each module individually
Who typically performs unit testing?
Who typically performs unit testing?
- Project managers
- End-users
- System testers
- Developers (correct)
What type of testing requires knowledge of internal program design and code?
What type of testing requires knowledge of internal program design and code?
- White box testing (correct)
- Integration testing
- System testing
- Black box testing
When is integration testing typically performed?
When is integration testing typically performed?
Which type of testing verifies that all system elements work properly and that overall system function and performance has been achieved?
Which type of testing verifies that all system elements work properly and that overall system function and performance has been achieved?
Who performs Beta Testing?
Who performs Beta Testing?
Which type of testing involves checking whether the system meets nonfunctional requirements identified in the SRS document?
Which type of testing involves checking whether the system meets nonfunctional requirements identified in the SRS document?
What is the main focus of usability testing?
What is the main focus of usability testing?
What is the objective of regression testing?
What is the objective of regression testing?
When does acceptance testing take place?
When does acceptance testing take place?
What does software testing aim to identify?
What does software testing aim to identify?
Which of the following terms defines a human action that produces an incorrect result?
Which of the following terms defines a human action that produces an incorrect result?
What is defined as the presence of an error at the time of execution of the software?
What is defined as the presence of an error at the time of execution of the software?
What term refers to the state of software caused by an error?
What term refers to the state of software caused by an error?
What is the oldest and most widely used model in the field of software development?
What is the oldest and most widely used model in the field of software development?
Which term describes a systematic approach to test a system or software?
Which term describes a systematic approach to test a system or software?
What is a Test Case?
What is a Test Case?
What does a Test Plan typically contain?
What does a Test Plan typically contain?