4.13.1 Aspects of software development Flashcards
1
Q
What is a boundary value?
A
Values just inside the range of values allowed by the program
2
Q
What is normal data?
A
Data inputted into the program expected to work
3
Q
What is erroneous data?
A
Data that shouldn’t be allowed to be entered into the program, as it is in the wrong format / data type
4
Q
What is acceptance testing?
A
Testing against the user needs and requirements of the program
5
Q
What is meant by the given of a problem?
A
The initial situation;
6
Q
The given and the goal are two components of a well-defined problem. State two other components of a well-defined problem .
A
Ownership;
Resources;
Constraints;