Chapter 30 Software Development: Answers To Coursebook Questions and Tasks
Chapter 30 Software Development: Answers To Coursebook Questions and Tasks
Task 30.01
Test data for the number guessing game
Type of test Example test Expected output
data data
valid same as secret congratulation
number
valid any integer consolation message
a valid column in a grid where the board should now be full, and it
there is only one free space should give a message to that effect
invalid 0 or 8 invalid column number error message
Question 30.01
There would be no difference to the critical path, because H still takes less time than
E, F, G and K.
Question 30.02
Activity
Identify requirements
Test modules
Integration testing
Install software
Acceptance testing
Write documentation
Train users
Go live
Week Number
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
Figure 30.2
Exam-style Question 1
10
5
M
10 7 2 3 2 4
3 5 G
7 8 11 13 15
D H J N K
5
2
B
1
1 A
2 12 Q 1
3
C
1
1 14
4
4 6 F
9 P
E
16
Figure 30.03
Activity
A
Week
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Figure 30.04