Answer Posted / lakshmanaraj bg
Black Box Testing:
Testing input/output without knowledge and/or regard of the internal code.
Commonly designed/executed by test team.
Black Box testing is also known as behavioural or closed box testing.
It is a software testing technique in which the internal workings of the item to be tested are not known to the tester or they are not taken into consideration.
Testing based on an analysis of the specification of a piece of software without reference to its internal workings.
The goal is to test how well the component conforms to the published requirements for the component.
White (Glass) Box Testing:
Testing input/output with full knowledge and/or regard of the internal code.
Commonly designed/executed by Developers.
White Box Testing is also known as structural,open box, clear box or glass box testing.
It is a software testing technique in which an explicit knowledge of the internal workings of the item to be tested are tested.
Testing based on an analysis of internal workings and structure of a piece of software.
Includes techniques such as Branch Testing and Path Testing.
Also known as Structural Testing and Glass Box Testing.
The basic difference between black box and white box testing is that in Black box testing we test only the external features by giving different combinations of inputs and their responses.
Black box testing is otherwise known as Specification based testing or Functional based testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to write test cases for nevigating menus? Ex. Course -Topics -Subtopics
What are the differences between stlc and sdlc?
What are the cases why parameterization is necessary when load testing the Web server and the database server?
where can i learn domain knowledge? how cab i gain domain knowledge? what types of Questions can be asked in domain(BFSI)? PLZ REPLY ME
Tell me a critical defect in which your Client,PM,PL appreciate on you
what is the difference between test case and result matrix
Which is the best book to ref. for design the test cases/scenario in manual testing,which gives detailed idea with all the strategies ?
What is concurrent user hits in load testing?
Explain the manual testing process?
6 what do you like least about testing?
How does compatibility testing differ while testing in Internet explorer and testing in Firefox?
in transfer funds module, how you come to know that amount has been transferred successfully or not....explain in detail
can anyone help me in getting unix on manual testing i.e can u forward material & web sites to my mail id (suresh_57599@yahoo.com) to understand how the work flow working on manual testing on unix and the contents.plzzzzzzzz help me its urgent.
1.what is a test condition ?
What is back to back testing?