Advantages and disadvantages of Black box testing? Anonymous User341417-Jan-2011blackbox testingblackbox testing Updated on 24-Sep-2020
Anonymous User
17-Jan-2011Advantages of Blackbox Testing:
· Testers need not know the software design of the SUT
· Requirements are enough to develop test cases
· Black box testing is usually done manual except
Disadvantages of Blackbox Testing:
· More time required to test each test case and verification results
· Less code coverage
· Some scenarios can be eliminated due to human error or ignorance of the system.