Podcast
Questions and Answers
Which level of testing is unit testing performed at?
Which level of testing is unit testing performed at?
- System testing
- Integration testing
- Acceptance testing
- Development phase (correct)
What is the purpose of unit testing?
What is the purpose of unit testing?
- To validate the integration of different components
- To validate the entire software code
- To validate the user acceptance of the software
- To validate individual units of the software code (correct)
Which testing technique is typically used for unit testing?
Which testing technique is typically used for unit testing?
- White box testing (correct)
- Gray box testing
- Regression testing
- Black box testing
When is unit testing typically done?
When is unit testing typically done?
Which automated unit test software is commonly used for Java?
Which automated unit test software is commonly used for Java?