Starting from:

$29.99

SOFTWARE TESTING AND MAINTENANCE Assignment #6

ECE 322
SOFTWARE TESTING AND MAINTENANCE
Assignment #6
Total: 30 points
10 points
1. (a)What strategy of integration testing would you recommend for the software systemwhosedependency tree for the modules is shown below? The system is developed in a stableenvironment.
(b) The software is to be tested using a sandwich testing. Which target layer would you consider. Justify your choice. A
B C D E
F G H
I J K L M N O P R
T U
10 points
2. What is the cyclomatic complexity and integration complexity of the software modules
displayed below. Determine complexity of integration testing. List independent integration tests.
Page 2 of 2A
B
C
D
E
F G
H
10 points
3. Propose two metamorphic relations to carry our metamorphic testing of the following functiondef product(a):
p=1
for i in range(len(a)):
p=p*a[i]
return(p)

More products