Question: Consider the following computational problem AlteredMult: Input - 1 0 < = x < = 3 0 , x in Z; 1 2 < =

Consider the following computational problem
AlteredMult:
Input -10<= x <=30, x in Z; 12<= y <=24, y in Z
Output the integer 3*x -7*y
The following correct choices for x and y for Boundary Value Analysis
C_x =(-10,-9,1,29,30)
C_y =(12,13,20,23,24)
and the test suite F:
Test Name
x
y
Expected result
T1
-10
12
-170
T2
-9
13
-167
T3
1
20
-137
T4
29
23
-53
T5
30
24
-50
For test suite F it holds:
Consider the following computational problem
AlteredMult:
Input -10<= x <=30, x in Z; 12<= y <=24, y in Z
Output the integer 3*x -7*y
The following correct choices for x and y for Boundary Value Analysis
C_x =(-10,-9,1,29,30)
C_y =(12,13,20,23,24)
and the test suite F:
Test Name
x
y
Expected result
T1
-10
12
-170
T2
-9
13
-167
T3
1
20
-137
T4
29
23
-53
T5
30
24
-50
For test suite F it holds:
C_x and C_y are combined in such a way that they yield all input combinations required for Boundary Value Analysis.
All expected results are correct.
There is at least one expected result that is correctly calculated from the values given for x and y.
There is at least one correct combination of C_x and C_y for Boundary Value Analysis.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!