130 likes | 245 Views
Acid Reign Tellabs. Prototype. Agenda. Requirements Successes and Accomplishments Shortcomings Developer’s Duties And to make your life easier…. Requirements. The user can generate a Unit Test Script from a C-File. The user saves a Unit Test Script to disk.
E N D
Acid Reign Tellabs Prototype
Agenda • Requirements • Successes and Accomplishments • Shortcomings • Developer’s Duties • And to make your life easier…
Requirements • The user can generate a Unit Test Script from a C-File. • The user saves a Unit Test Script to disk. • The user can open an existing Unit Test Script. • The user can edit an existing Unit Test Script.
Requirements • The user can print the Unit Test Script. • If the C-File is modified after the last Unit Test Script generation, the program will merge the existing Unit Test Script file with a new Unit Test Script for the modified C-File. • The user can cut, copy, and paste Unit Tests.
Successes and Accomplishments • The user can generate a Unit Test Script from a C-File. • The user saves the Unit Test Script to disk. • The user can open an existing Unit Test Script. • The user can edit an existing Unit Test Script.
Successes and Accomplishments • The user can cut, copy, and paste Unit Tests.
Successes and Accomplishments • The user can cut, copy, and paste Unit Tests.
Shortcomings • The user cannot print the Unit Test Script. (Not Expected) • If the C-File is modified after the last Unit Test Script generation, the program cannot merge the existing Unit Test Script file with a new Unit Test Script for the modified C-File. (Not Expected)
Short Comings • The program cannot handle goto statements. • The program cannot handle preprocessor commands.
Member’s Responsibilities • Atul Ankola • GUI • Edit UTS/Save UTS • UTS/GUI Interface • UTS Data Structure • Samuel Blinn • GUI • GUI Interface
Member’s Responsibilities • Jason Blankman • C-File Parser • Test Generator • UTS/UTG Interface • UTS Data Structure • Chris Reardon • GUI • GUI Interface
Member’s Responsibilities • Michael Shrall • UTS Data Structure • UTS Parser • UTS Interface
Prototype HERE WE GO!!!!