Exam CTFL All QuestionsBrowse all questions from this exam
Question 72

Which of the following BEST defines static techniques?

    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
maysalreemOption: B

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

MeryDantasOption: B

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

natchenOption: D

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

jlv_711228Option: B

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

FrerikOption: B

Static testing is searching in the documentations human errors

Jyoti27Option: B

Answer is B Static testing does not involve execution .