Submitted Questions

  • Design the optimal set of test cases

    ​A device supports two features: Feature A and Feature B.  Both can be turned off and on.  Feature B is dependent on Feature A.  Therefore, if Feature A is off, Feature B will not work.  Feature A is on by default.  Design the optimal set of test cases that will test all combinations of Feature A and Feature B.

    padma

    • Sep 1st, 2016

    It required 3 Test Cases:
    1.A-ON & B-ON
    2.A-ON & B-OFF
    3.A-OFF & B-OFF