Testing
Testing
Testing
• The unit test focuses on the internal processing logic and data
structures within the boundaries of a component.
• The black box tester has no "bonds" with the code, and a
tester's perception is very simple: a code must have bugs.
Using the principle, black box testers find bugs where
programmers do not.
• But, on the other hand, because the tester doesn't know how
the software(being tested) was actually constructed. As a
result, there are situations when