MCQOPTIONS
Saved Bookmarks
| 1. |
Equivalence class partitioning approach is used to divide the input domain into a set of equivalence classes, so that if a program works correctly for a value, then it will work correctly for all the other values in that class. This is used ................. |
| A. | to partition the program in the form of classes |
| B. | to reduce the number of test cases required |
| C. | for designing test cases in white box testing |
| D. | all of the above |
| Answer» C. for designing test cases in white box testing | |