Ask Question
8 August, 19:13

What is the purpose of black-box and white-box testing techniques? Give an original detail example of each type.

+1
Answers (1)
  1. 8 August, 20:13
    0
    Black-Box testing Technique is a Technique where tester test the system by providing some input and verifies that against the desired out put with out any knowledge on internal structure of the testing system

    White-Box testing Technique is a Technique where tester test the system by providing some input and verifies that against the desired out put with the knowledge on internal structure of the testing system

    Explanation:

    Black-Box testing Technique is a Technique where tester test the system by providing some input and verifies that against the desired out put with out any knowledge on internal structure of the testing system

    White-Box testing Technique is a Technique where tester test the system by providing some input and verifies that against the desired out put with the knowledge on internal structure of the testing system

    Back-box testing generally meant for QA to test the overall functionality of the system

    White-box testing generally meant for Developers to check their code quality. Unit testing comes under this category where the test user should have some knowledge on programming which is used to develop the system
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “What is the purpose of black-box and white-box testing techniques? Give an original detail example of each type. ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers