Please enable JavaScript.
Coggle requires JavaScript to display documents.
Comprehensive Test Plan (Comprehensive testing makes use of normal,…
-
Comprehensive Test Plan
-
-
Comprehensive testing makes use of normal, extreme and exceptional data
-
-
-
-
.
Types of Errors
-
Execution
An execution error is when the code is fine but the task you are asking the computer to do is not possible
For example if you created a program that divided a number by zero the program would crash as you cannot divide by zero
Or if you tried to access an item from an array that does not exist e.g. item 8 in an array that only has 7 elements
-
-