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 build and release and what is the difference b/w them?
How to validate the Testcases?
What is deferred status in defect life cycle?
what the tester should do ,if there are bugs in the requirements made by the business analyst?
at which movement we will perform varification testing & Validation Testing , with Example ??
The scenario is "while reviewing requirement docs(SRS)if u find or feel any requirement is not meeting the client's requirements" whom do you report?and what is your action?
Advantage and disadvantage of waterfall model,v model and iteration or incremental model?
Why you had chosen testing career?
Write down the template for test case.
5 Answers Hexaware, IBM, Infotech, Wipro,
Explain user acceptance testing.
WAT VSS ?HOW CAN WE USE IT?
Can anyone explain about agile software methodology...