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