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 |
Rightway global solutions, madhapur, hyderabad is a good institute for software testing?
How to do Manual/Functional/Load/Web tests for the web services developed using WCF technology?
What is workadround
i was testing a website for many months and everything was working fine from login to sign up and all the scenarios. but my boss asked me why login and sign up is not working?
What is Facet Testing?
At what stage of the life cycle does testing begin?
1)what is the basic diff. between unit testing and component testing 2)how do you implement framework in ur project through automation
What is RTM
what is schedule variance and give the formula
Hello people...im planning to jump into Manual Testing field. How should i start. Please guide me.. Thank you
1.what is verifacation,validation,how its achieved? 2.What is test techniques& strategy? 3.what is error,fault,failure? 4.what is Reviews,Walkthrough,Inspection & Audit? 5.What is Change management,Configuration management,Version control,Test harness? 6.Importance of Severity,Priority,explain Bug life cycle? 7.Difference between use case & test case with example? 8.When should stop testing? 9.Write a test case for online banking application in the topics user login,security,transaction to other accout,data protection. 10.If the software is tested but all the bugs was not fixed,will you release this software?If yes/No then why?
What steps are needed to develop and run software tests?