130 likes | 252 Vues
This document outlines the requirements, successes, and shortcomings of the Unit Test Script (UTS) generation system utilizing C-Files. Users can effectively generate, save, edit, print, and manage UTS from existing C-Files. Key features include script generation, editing, and the ability to cut, copy, and paste unit tests. Notable shortcomings include the inability to print scripts and handle goto statements or preprocessor commands. Member responsibilities and roles in the project are also detailed to enhance collaboration and accountability.
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!!!!