Home »
MCQs »
JUnit MCQs
Code for unit tests ensures that the ____ of a program works as it should
2. Code for unit tests ensures that the ____ of a program works as it should.
- Logic
- Data
- Set
- Array
Answer: A) Logic
Explanation:
Code for unit tests ensures that the logic of a program works as it should.