Difference between Black box and White box testing?
Answer Posted / 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 |
Post New Answer View All Answers
What are the advantages of black box testing?
what do you mean by Develop test data through sourcing (or) handcrafting techniques
what is a data guidelines?
Explain stub in testing point of view?
how can you test the web environment for security testing?
What is Test methodology, Testing type , Testing approach, Testing technique & Testing methods. Explain with example.
What do you understand by usability testing?
Explain the sub-genres of performance testing?
What is a code walk through?
What is remedy testing,expalim that and how can use that
i) functional test cases can we consider for regression test ? or we have to write separet test cases for regression test ? ii) How to write the system test case and what are the technique shall we have to follow ?
What is known as data-driven testing?
What is the negative testing and example
What is early testing?
can any body tell me what is the process of between after getting a documents and testcase writing.