ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 58 - CTFL4 discussion

Report
Export

Which of the following tools is most likely to detect defects in functions or methods in source code?

A.
configuration management tool
Answers
A.
configuration management tool
B.
unit test framework tool
Answers
B.
unit test framework tool
C.
test design tool
Answers
C.
test design tool
D.
monitoring tool
Answers
D.
monitoring tool
Suggested answer: B

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. Verified

Reference:A Study Guide to the ISTQB Foundation Level 2018 Syllabus - Springer, page 10.

asked 18/09/2024
B Erol
57 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first