Posts Tagged ‘Black Box Testing’
Advantages of Black Box Testing
- More effective on larger units of code than glass box testing
- Tester don’t needs knowledge of implementation, including specific programming languages
- Both tester and developer are independent of each other
- Tests are done from a user’s point of view
- This will help to expose any ambiguities / inconsistencies in the specifications
- As soon as the specifications is completed the test cases can be designed