ISTQB-CTFL · Question #38
Which of the following tools is most likely to detect defects in functions or methods in source code?
The correct answer is B. unit test framework tool. A unit test framework tool is a tool that supports the creation, execution, and reporting of unit tests, which are tests that verify the functionality and quality of individual software components (such as functions or methods) in source code. A unit test framework tool can…
Question
Which of the following tools is most likely to detect defects in functions or methods in source code?
Options
- Aconfiguration management tool
- Bunit test framework tool
- Ctest design tool
- Dmonitoring tool
How the community answered
(26 responses)- A8% (2)
- B88% (23)
- C4% (1)
Explanation
A unit test framework tool is a tool that supports the creation, execution, and reporting of unit tests, which are tests that verify the functionality and quality of individual software components (such as functions or methods) in source code. A unit test framework tool can help to detect defects in functions or methods in source code by providing features such as test case generation, test case execution, test result comparison, test coverage measurement, etc. Some examples of unit test framework tools are JUnit, NUnit, TestNG, etc. The other options are not tools that are likely to detect defects in functions or methods in source code. A configuration management tool is a tool that supports the management and control of different versions and variants of software products or components. A test design tool is a tool that supports the design and generation of test cases based on some criteria or rules. A monitoring tool is a tool that monitors the behavior or performance of a system or component under test.
Topics
Community Discussion
No community discussion yet for this question.