Assignment 1
Assignment 1
Week 1 Assignment
Maximum marks: 10, each question carries one mark.
1. An error was detected in a piece of code in the version that was ready
for release, just before the release. The error was successfully fixed by
the concerned software developer who did not test if the entire software
is working correctly with the fix. Which kind of testing did the developer
fail to do?
(a) C1 does not subsume C2 when there is at least one test case that
satisfies C1 that does not satisfy C2 .
(b) C1 does not subsume C2 when there is at least one test case that
satisfies C2 that does not satisfy C1 .
1
4. With reference to the various levels of testing, which level is the most
mature and ideal for reducing errors in software and which level is the
least mature and possibly leads to unknown faults being found after de-
ployment?
(a) Level 4 is the most mature and level 0 is the least mature level.
(b) All the levels are at equal risk, there is no notion of one level being
more mature than the other.
(c) Level 0 is the most mature and level 4 is the least mature level.
(d) Level 4 is the most mature and level 1 is the least mature level, level
0 is of not much use for consideration.
(a) True.
(b) False.
2
(a) There is an explicit message that test case execution has caused an
error in the program.
(b) There is an explicit message that there is no error from the test case.
(c) The test case has either passed or failed.
(d) The program produces an output that is the same as the expected
output.
(a) True.
(b) False.
(a) True.
(b) False.