Difference between Black box and White box testing?
Answers were Sorted based on User's Feedback
Answer / srinidhi patil
White box testing done by the developers where as black box
testing done by the test engineers.
W.B.testing requires knowledge of source code whereas B.B
testing doesn't require knowledge of source code.
Example for W.B.Testing is Unit testing whereas example for
B.B testing is functional testing,integration
testing,system testing.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / ss
BlackBox testing in to test the functionalities of the
application without knowledge of any internal structure of
the code. It includes functional testing and non-functional
testing of the application.
White box testing means to test the internal structural of
the code , it is also called as unit testing.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / aarthi
Black box testing is the testing done by testers whereas
whitebox testing is code level testing done by developers
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / nandankumar
White box testing is a metod of testing in which one will
perform testing on the structural part of the application
(code). It is done by the developers.
Ex: Unit testing and integration testing
Black box testing is a method of testing in which one will
perform testing on the functional part of the application.
Usually it is done by Test engineers.
Ex: Functionality testing., Usability testing etc,
| Is This Answer Correct ? | 0 Yes | 2 No |
What is the meaning of incident in testing?
Hi, Can anyone suggest a test case writing technique for the below scenario. 1. User draws a lines on the image 2. User selects the lines and right clicks ( Measuremnts like distance between the start and the end point, coordinates of start point and coordinates of end point) 3. User selects one of the measurement Measurement is displayed
what r the contents in srs?(like test plan).2.wt r the contents in design documents? ,3.who wil deploy the new build 2 the tester?( this que asked in ibm)
What is Usability testing? Can you please give me some examples of usability test cases or how to write usability test cases.
types of reviews
What does you mean by positive and negative testing & what is the difference between them. Can anyone explain with an example?
How quickly we need to fix the bug?
How to write a test case for White board? Plz help me with this....
What is actually contain test report?
what is test frame work?
Am asked in interview that How are u going to write test cases? I replied him that we refer to usecase diagrams and the requirements documents to write test case. Did i replied him anything wrong?
What is prior review?