SOFTWARE TESTING
BLACK BOX TESTING TECHNIQUES
| Question 
 [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
 | 
 Which of the following is true about White and Black Box Testing Technique:- 
|  |  Equivalence partitioning, Decision Table and Control flow are White box Testing Techniques. 
 | 
|  |  Equivalence partitioning, Boundary Value Analysis, Data Flow are Black Box Testing Techniques. 
 | 
|  |  Equivalence partitioning, State Transition, Use Case Testing are black box Testing Techniques. 
 | 
|  |  Equivalence Partitioning, State Transition, Use Case Testing and Decision Table are White Box Testing Techniques. 
 | 
 Explanation: 
Detailed explanation-1: -Equivalence Partitioning Method is also known as Equivalence class partitioning (ECP). It is a software testing technique or black-box testing that divides input domain into classes of data, and with the help of these classes of data, test cases can be derived.
Detailed explanation-2: -Statement coverage technique is used to design white box test cases. This technique involves execution of all statements of the source code at least once.
 There is 1 question to complete.