List of questions
Related questions
Question 234 - CTFL-2018 discussion
The following condition is given:
Integer x, y; IFx>0ANDx< 100
y = y + x; END-IF
Using boundary analysis for x. which test cases are required?
A.
-1,0.1,99.100, 101
B.
-1,0. 100,101
C.
-500,-10,0.1,99.100.101,500
D.
0, 1.99, 100
Your answer:
0 comments
Sorted by
Leave a comment first