Explain the differences between White-box, Gray-box, and Black-box testing.

Showing Answers 1 - 4 of 4 Answers

Black Box Testing: Testing input/output without knowledge and/or regard of the

internal code.

Commonly designed/executed by test team.

White (Glass) Box Testing: Testing input/output with full knowledge and/or regard of the internal code.

Commonly designed/executed by Developers.

  Was this answer useful?  Yes

Kumar Surapaneni

  • Mar 27th, 2007
 

White Box:  
1. This is done by Programmer 
2. Programming Knowledge is Mandatory                                
                            
3. Focus on Structure of program  


Black Box:
1. Done by  Tester 
2. No Programming Knowledge is not Mandatory
3. Focus on I/O                         


Grey Box:
1. Done By Tester
2. Database is mandatory
3. Focus on backend DB

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions