ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 221 - CTFL4 discussion

Report
Export

Which of the following statements about static testing and dynamic testing is TRUE?

A.
Static testing is better suited than dynamic testing for highlighting issues that could indicate inappropriate code modulansation.
Answers
A.
Static testing is better suited than dynamic testing for highlighting issues that could indicate inappropriate code modulansation.
B.
Dynamic testing can only be applied to executable work products, while static testing can only be applied to non-executable work products.
Answers
B.
Dynamic testing can only be applied to executable work products, while static testing can only be applied to non-executable work products.
C.
Both dynamic testing and static testing cause failures, but failures caused by static testing are usually easier and cheaper to analyse.
Answers
C.
Both dynamic testing and static testing cause failures, but failures caused by static testing are usually easier and cheaper to analyse.
D.
Security vulnerabilities can only be detected when the software is being executed, and thus they can only be detected through dynamic testing, not through static testing
Answers
D.
Security vulnerabilities can only be detected when the software is being executed, and thus they can only be detected through dynamic testing, not through static testing
Suggested answer: A

Explanation:

Static testing, such as code reviews and static analysis, is particularly effective at identifying issues related to code structure and modularization. These techniques allow for the inspection of the code without executing it, making it easier to spot problems related to how the code is organized. Dynamic testing, on the other hand, focuses on the execution of code and is better suited for identifying runtime issues but does not easily reveal structural problems. The ISTQB CTFL Syllabus v4.0 highlights the strengths of static testing in uncovering such structural issue

asked 18/09/2024
Nagarajapandian T
27 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first