CTFL_001 Exam QuestionsBrowse all questions from this exam

CTFL_001 Exam - Question 72


Which of the following BEST defines static techniques?

Show Answer
Correct Answer: D

Static techniques encompass both manual examination and automated analysis of the code or project documentation without executing the software work product. Manual examination involves methods such as code reviews, inspections, and walkthroughs, while automated analysis employs tools for static code analysis. Therefore, the best definition of static techniques is the combination of both manual and automated approaches.

Discussion

6 comments
Sign in to comment
maysalreemOption: B
Mar 16, 2022

...................................................................................

MeryDantasOption: B
Apr 21, 2022

D only if you mean "Doesn't make sense", static testing doesn't involve execution, so, the correct answer is B

jlv_711228Option: B
Feb 4, 2022

Porque es la D si las pruebas estáticas no se ejecuta el software?

natchenOption: D
Sep 6, 2022

The two main types of static testing techniques are Manual examinations: Manual examinations include analysis of code done manually, also known as REVIEWS. Automated analysis using tools: Automated analysis are basically static analysis which is done using tools. cre: https://www.guru99.com/testing-review.html

Jyoti27Option: B
Jul 14, 2022

Answer is B Static testing does not involve execution .

FrerikOption: B
Jul 19, 2023

Static testing is searching in the documentations human errors