CTFL_SYLL_4.0 · Question #165
Which one of the following statements relating to the benefits of static testing is NOT correct?
The correct answer is C. Static testing increases development costs and time. The statement that "static testing increases development costs and time" is NOT correct. Static testing actually helps to reduce development costs and time by identifying defects early in the development process before dynamic testing is performed. Early detection of defects…
Question
Which one of the following statements relating to the benefits of static testing is NOT correct?
Options
- AStatic testing enables early detection of defects before dynamic testing is performed.
- BStatic testing reduces testing costs and time.
- CStatic testing increases development costs and time.
- DStatic testing identifies defects which are not easily found by dynamic testing.
How the community answered
(22 responses)- A5% (1)
- C95% (21)
Explanation
The statement that "static testing increases development costs and time" is NOT correct. Static testing actually helps to reduce development costs and time by identifying defects early in the development process before dynamic testing is performed. Early detection of defects reduces the cost and effort required to fix them and prevents the propagation of defects to later stages, thus reducing overall testing and development costs.
Topics
Community Discussion
No community discussion yet for this question.