Statement testing is a structure-based (white box) testing technique. It involves executing all the executable statements in the code at least once. This technique requires knowledge of the internal structure of the code, making it a white box testing method.
[Reference: ISTQB CTFL Syllabus, version 4.0, identifies statement testing as a structure-based technique., ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit