atomic condition

A condition that cannot be decomposed, i.e., a condition that does not contain two or more single conditions joined by a logical operator (AND, OR, XOR).

1 comment:

  1. When I'm trying to calculate the no of test cases 2^n for
    (A&&B)||(Up < Down) && (Right > Left) Could you please explain why (Up < Down) count as 1 atomic condition and same for (Right > Left)?

    ReplyDelete