Title: Team Extreme!
1Team Extreme!
- Presentation Layer
- Christine Duong
- Jenny Benda
- Michael Ihns
2Critical Path Analysis
Duration is in Gummy Bears
A Define gummy bear H Design Develop
formatting functions B Estimate story cards
I Design Develop validation functions C
Plan form layout J Create test case for
validation D Plan test cases K Create
test cases for formatting functions E Research
HTML, PHP L Create test case for
automatic F Design HTML forms
submission test G Create form template M
Integrate with other layers
3Gummy Bears Calculation
Gummy Bear Work done by 1 pair in 1 hour
Total GB 44GB
59.15GB
4Test Case Process
- Validate Input
- Automated testing for validation functions
- Required fields must be provided
- Section numbers were 4 numerical digits
- Emails were in correct format
- Textbook and TA optional, but if one field
entered all must be (i.e. title, author, isbn
number, edition) - Function Testing
- Automated testing for data formatting functions
- Submission Testing
- Automated submission system
- Display page for syllabus form output
5Issues Encountered
- Matching format of fields with other layers
- Lack of php experience
- Difficulty testing php code