Which of the following statements BEST describes the difference between decision table testing and branch testing?
選択肢
正解
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.