Which of the following BEST describes a Test Case?
Correct Answer:
B
🗳️
Testing and Debugging are key activities in the software development lifecycle.
Which of the following are DEBUGGING activities?
a) Designing tests to find failures.
b) Locating the cause of failures.
c) Analysing and fixing the defects.
d) Executing tests to show failures.
Correct Answer:
C
🗳️
Which of the following options describe the chain of events in the correct sequence?
Correct Answer:
A
🗳️
During the development of a software change for a system, the developer makes a mistake in his work, which leads to a fault in the code. Unfortunately, the fault is not found by software testing and is released into live. What is the DEFINITE consequence of this mistake?
Correct Answer:
B
🗳️