Requirements Analysis
The following test activities should be performed during this stage:
The requirements statement should record the following information and decisions:
c. The form, format, data types, and units for output.
d. How exceptions, errors, and deviations are to be handled.
e. For scientific computations, the numerical method or at least the required accuracy of the solution.
f. The hardware/software environment required or assumed (e.g. the machine, the operating system, and the implementation language).
Deciding on the above issues is one of the activities related to testing that should be performed during this stage.
In addition, the following should also be included in the data set:
The output domain should be treated similarly.
Invalid input requires the same analysis as valid input.
1.3 The correctness, consistency, and completeness of the requirements should also be analyzed – Consider whether the correct problem is being solved, check for conflicts and inconsistencies among the requirements, and consider the possibility of missing cases.