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 functions or methods in source code. A unit test framework tool can detect defects such as syntax errors, logic errors, boundary violations, etc.
[Reference: A Study Guide to the ISTQB® Foundation Level 2018 Syllabus1, Chapter 6, Section 6.3.1, page 153., ]
Submit