Guys, Explain me about Black Box Testing & White Box Testing in Telecom? craig 08-January-2009 08:51:52 PMComments I think these methods are used during test design phase and their influence is hard to see in the tests once they are implemented. -Black Box test is the test design method treat system as a black-box so it cant explicitly use knowledge of the internal structure and focusing on testing functional requirements. -White Box test is slightly different from black box,because use of internal knowledge is not strictly forbidden,but discouraged. Posted by HamidAliKhan In fact these methods are used during test design phase and their influence is hard to see in the tests once they are implemented. -Black Box test is the test design method treat system as a black-box so it cant explicitly use knowledge of the internal structure and focusing on testing functional requirements. -White Box test is slightly different from black box,because use of internal knowledge is not strictly forbidden,but discouraged. Posted by shehenshah ->Basically both are design methods: 1.)Blacking box testing focusing on testing functional requirements of the system. 2.)White box testing focus on the internal knowledge of the system software. For details: en.wikipedia.org/wiki/Black_box_testing en.wikipedia.org/wiki/White_box_testing Posted by sagitraz |
Posted: 09-January-2009 04:07:57 AM By: sagitraz ->Basically both are design methods: 1.)Blacking box testing focusing on testing functional requirements of the system. 2.)White box testing focus on the internal knowledge of the system software. For details: en.wikipedia.org/wiki/Black_box_testing en.wikipedia.org/wiki/White_box_testing | |
Posted: 09-January-2009 12:30:34 PM By: shehenshah In fact these methods are used during test design phase and their influence is hard to see in the tests once they are implemented. -Black Box test is the test design method treat system as a black-box so it cant explicitly use knowledge of the internal structure and focusing on testing functional requirements. -White Box test is slightly different from black box,because use of internal knowledge is not strictly forbidden,but discouraged. | |
Posted: 31-January-2009 12:03:38 PM By: HamidAliKhan I think these methods are used during test design phase and their influence is hard to see in the tests once they are implemented. -Black Box test is the test design method treat system as a black-box so it cant explicitly use knowledge of the internal structure and focusing on testing functional requirements. -White Box test is slightly different from black box,because use of internal knowledge is not strictly forbidden,but discouraged. |