Which of the types of test tools noted below BEST describes tools that support reviews?
A.
Tools to assess data quality
B.
Tools to support usability testing
C.
Tools to support specialized testing needs
D.
Tools to support static testing
The Answer Is:
D
This question includes an explanation.
Explanation:
Static testing refers to testing that doesn't involve executing code. It includes activities like reviews, inspections, and static analysis. Tools that support static testing help with activities such as analyzing source code, checking coding standards, and aiding in document reviews. These tools can automate or facilitate various aspects of static testing processes, such as highlighting potential issues in code or documents without executing the software.