In computer science and programming, an exception is similar to an error except that unlike errors, exceptions are normally (but not always) recoverable from. Exceptions tend to change the flow of a program whereas errors tend to crash the program.
As part of the program’s comprehensive test plan each sub-program was tested individually.
Describe one benefit of having a comprehensive test plan.
1 mark
A comprehensive test plan ensure that all the functional requirements of a program are tested
As part of the program’s comprehensive test plan each sub-program was tested individually.
Describe one benefit of having a comprehensive test plan.
1 mark
A comprehensive test plan ensure that all the functional requirements of a program are tested
average = mark1 + mark2 + mark3 / 3
average = (mark1 + mark2 + mark3) / 3
And
and Or
and getting them muddled up. The other very common cause for logic errors is with >
and
<
, as well as >=
and <=
.2018 – 15(d), 15e (i), (ii), (iii)
2019 – 18(c)
2022 – 6(e), 7d (i)
Pick up to 4 key words and provide a description for them.
Watchpoint
Dry run
Logic error
Debug
Breakpoint
Trace table
Runtime error
Normal test data
Extreme test data
Syntax error
Exception
Exceptional test data
Apply a filter: