You are to submit a zipped folder containing
• Your zipped NetBeans project folder.
• Report.docx. This file is to contain the following Sections:
1. Limitations
2. Test plan
3. Test results
name, ID number, unit name and unitcode are to be included on the title page., a test planand test results.
The limitations section is to specify any limitations that your program has in terms of calculations and data validation. With respect to data validation, note that the only validation that you are required to do is to check whether the SBP is greater than the DBP.
The test plan is to contain a comprehensive list of program functionality to be tested, the input values to be used to test each item of functionality, the expected output from the test and the actual output from the test. Note that because MAP is calculated as a floating point value, we can’t (in general) test it for equality. What this means in terms of your test plan is that you do not need to test the category end points
The test results section is to contain screenshots to demonstrate that the program generates the actual outputs shown in the test plan.