Which of the following statements BEST describes the difference between decision table testing and branch testing?
Opções de Resposta
Resposta Correta
D: In decision table testing, the test cases are independent of how the software is implemented. In branch testing, test cases can be created only after the design or implementation of the code.