182k views
5 votes
The testing technique that requires devising test cases to exercise the internal logic of a software module is called?

1) Behavioral testing
2) Black-box testing
3) Grey-box testing
4) White-box testing

User Opticon
by
7.4k points

1 Answer

4 votes

Final answer:

White-box testing is the testing technique that requires devising test cases to exercise the internal logic of a software module.

Step-by-step explanation:

The testing technique that requires devising test cases to exercise the internal logic of a software module is called White-box testing. White-box testing is also known as clear-box testing, open-box testing, or structural testing. In this testing technique, the tester has knowledge of the internal workings of the software module being tested and uses that knowledge to design test cases that target specific code paths and logical conditions.

User Jbobbins
by
8.1k points