Podcast
Questions and Answers
Which of the following is a key component of testing?
Which of the following is a key component of testing?
- Root cause analysis
- Defect resolution
- Debugging
- Quality assurance (correct)
What is the difference between testing and debugging?
What is the difference between testing and debugging?
- Testing is done to find defects, while debugging is done to fix defects (correct)
- Testing and debugging are the same thing
- Testing is done before coding, while debugging is done after coding
- Testing is done by developers, while debugging is done by testers
What is the purpose of a test oracle?
What is the purpose of a test oracle?
- To execute test cases
- To monitor the testing process
- To compare actual and expected results (correct)
- To design test cases