Statement testing is a structure-based (white-box) technique. This technique involves testing the internal structure of the application, focusing on the execution of the statements within the code. The goal is to ensure that every statement in the code has been executed at least once during the testing process. Other options like decision table testing, state transition testing, and boundary value analysis are black-box techniques, which do not require knowledge of the internal code structure. Reference: ISTQB CTFL Syllabus V4.0, Section 4.3.1.
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