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 BUG LIFE CYCLE YOU FOLLOW?
What do u do if the bug that u found is not accepted by the developer and hez saying its not reproducable.Note:The developer is in the onsite location
i have completed my graduation in B.Sc. (phy, maths,computer), right now i am having 1.6 yrs exp on manual testing, for PG full time course is full time course or parttime is suitable form me , if any one is suitable then why it is suitable
When to do Black box testing?
What is test bed? and what is test harness? what is difference between these two?
When is a good time for system testing?
What type of documents would you need for QA/QC/Testing?
name the types of methodologies
What is a day's work in a QA Tester's life?
as a tester, do u know only ur module requirements or other module req's also?
suppose 10 mangoes cost is 300 rs with 10% discount in this case u r writing 10 test cases.u want to change that cost to 500 rs in this case u r writing 5 testcases....... so, how many functional test cases and how many regression testcases in these 15 testcases?
What command is used to launch a application in winrunner?