What is the difference between white and black box testing?
Answers were Sorted based on User's Feedback
White Box Testing Requires Knowledge of Code.
whereas Black Box Testing dosn't Require Coding Knowledge.
Vinodh Anandhan
Software Tester
Exceed Technologies
Chennai
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / log_vivek
Black-box doesn’t explicitly use knowledge of the internal
structure. Black-box test design is usually described as
focusing on testing functional requirements. White-box test
design allows one to peek inside the "box", and it focuses
specifically on using internal knowledge of the software to
guide the selection of test data.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / uma krishnamoorthy
Black box testing also called as Functional testing or Data
driven testing or closed box testing behavioural testing.
Tester views the program as a black box. Tester is
completely unconcerned about the internal behaviour or
structure of the program.
White box testing also called as Logic driven testing or
structured testing or Glass box testing. Tester is
permitted to examine the internal structure of the program.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / prem
generally, software having two parts
1 functional part
2 structural part
functional part done by the black box tester
structural part done by the white box tester which means developers
| Is This Answer Correct ? | 0 Yes | 0 No |
Can anyone provide a proper description on Missing Requirements in SRS.
IF i ask you to give priorities to 3 item in test plan, which item will come in??
what is meant by beta testing?
Explain the differences between White-box, Gray-box, and Black-box testing.
You get the build directly from the developer or through tl,if so how?
Hello, Currently we are doing manual testing for PHP& .NET Projects. We are planning to automate it.Kindly suggest which automation testing tool is appropriate for it. Thanks
Hello, I am interested to make a career in software testing. I am searching for a recommended book in manual Testing tools Please advise recommended books which is a good text book for learning software testing.
What do you like about Windows?
What is difference between V-Model and Agile Model?
1.how you know all test cases are cover in one application? 2.what is difference between error message and warning message ? 3.what are the items comes under traceabily materix?
how mapp the defect id in quality center?
do u know abt integration testing,how do u intregate diff modules?