Saturday 11 November 2017

Black Box testing vs White Box Testing

Black Box Testing
White Box Testing
1. Testing conducted without internal knowledge of coding.
1. Testing conducted by accessing the code.
2. Performed by software testers.
2. Usually performed by developers.
3. Programming knowledge is not required.
3. Programming knowledge is required.
4. It is behavioural testing.
4. It is structural testing.
5. Eg.Acceptance testing.
5. Eg. Unit and Integration testing.