50 likes | 236 Views
Presentation Layer Christine Duong Jenny Benda Michael Ihns. Team Extreme!. Critical 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
E N D
Presentation Layer Christine Duong Jenny Benda Michael Ihns Team Extreme!
Critical 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
Estimated GB Story Cards (SC) Actual GB SC 3 – UI for inputting ABET data 15 GB 17.9GB SC 4 – UI for inputting UF handbook data 12GB 17.9GB SC 5 – UI for inputting additional information 3GB 1.35GB SC 6 – Validating Input format 14GB 22GB Gummy Bears Calculation Gummy Bear = Work done by 1 pair in 1 hour Total GB : 44GB 59.15GB
Test 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
Mitigations • Assumed variable names and format • Performed on-line research • Set up login from team member’s server Issues Encountered • Matching format of fields with other layers • Lack of php experience • Difficulty testing php code