Which is wrong??
-
Volume testing is a way to test functionality.
-
Stress testing is a way to test reliability.
-
GUI Testing; Data Base Testing; Syntax Checking ; Structure Investigation ; is the type of dynamic Testing.
-
unit, integration, regression, are the Type of white box testing.
Reveal answer
Fill a bubble to check yourself
C
Correct answer
Explanation
The question asks which statement is WRONG. Option C is incorrect because GUI and database testing are dynamic, but syntax checking and structure investigation are static analysis techniques, not dynamic testing. Volume testing tests performance with large data volumes (not primarily functionality), and regression testing is not exclusively a white-box technique.