No of visitors who read this post: 270
Type: Question
Author: Dark Toz
No votes yet

Can anyone answer my question. I want to know the difference between black box and white box testing. 

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

#

There are many differences  between black box and white box testing. White box  testing is nothing but where you test each line of software code otherwise in black box testing you just able to test the outlook and out function of the software. Though these two types of testing use for different purposes but you need to know the difference to be a software testing engineer. 

# (Solution Accepted)

Hi Dark Toz

Black Box Testing
  1. It is a software testing method in which the internal structure, design and implementation of that item which is being tested is not known to the tester.
  2. It mainly apply to higher level of testing’s e.g., (Acceptance Testing and System Testing)
  3. Its responsibilities are: Generally and Independent software tester
  4. Programming knowledge not required
  5. Implementation knowledge not required
  6. It is requires Requirement specification test cases.
White Box Testing
  1. It is a software testing method in which the internal structure, design and implementation of that item which is being tested is known to the tester.
  2. It mainly apply to lower level of testing’s e.g., (Unit Testing and Integration Testing)
  3. Its responsibilities are: Generally and software Developers
  4. Programming knowledge required
  5. Implementation knowledge required
  6. It is requires Detail Design test cases.
Regards,
 
Johnstoon Leen