312-50V9 · Question #448
The "white box testing" methodology enforces what kind of restriction?
The correct answer is A. The internal operation of a system is completely known to the tester. White-box testing (also known as clear box testing, glass box testing, transparent box testing, and structural testing) is a method of testing software that tests internal structures or workings of an application, as opposed to its functionality (i.e. black-box testing). In…
Question
The "white box testing" methodology enforces what kind of restriction?
Options
- AThe internal operation of a system is completely known to the tester.
- BOnly the external operation of a system is accessible to the tester.
- COnly the internal operation of a system is known to the tester.
- DThe internal operation of a system is only partly accessible to the tester.
How the community answered
(23 responses)- A87% (20)
- B4% (1)
- C9% (2)
Explanation
White-box testing (also known as clear box testing, glass box testing, transparent box testing, and structural testing) is a method of testing software that tests internal structures or workings of an application, as opposed to its functionality (i.e. black-box testing). In white-box testing an internal perspective of the system, as well as programming skills, are used to design test cases. https://en.wikipedia.org/wiki/White-box_testing
Topics
Community Discussion
No community discussion yet for this question.