hello every one,
can you tell me what are the Advantages & Disadvantages of Black Box Testing?
thanks
Home / DeveloperSection / Forums / What are the Advantages & Disadvantages of Black Box Testing?
hello every one,
can you tell me what are the Advantages & Disadvantages of Black Box Testing?
thanks
AVADHESH PATEL
19-Nov-2012hi chintoo,
advantages of black box testing is given below
Advantages of Black Box Testing
1-Tester can be non-technical.
2- Used to verify contradictions in actual system and the specifications.
3-Test cases can be designed as soon as the functional specifications are complete
Disadvantages of Black Box Testing
1- The test inputs needs to be from large sample space.
2- It is difficult to identify all possible inputs in limited testing time. So writing test cases is slow and difficult
3-Chances of having unidentified paths during this testing.
4- Advantages are tester can be non-technical, easy to understand the process.
Disadvantages are it consumes lot of time and human resource.