acid reign tellabs

13
1 Acid Reign Tellabs Prototype

Upload: kerem

Post on 30-Jan-2016

63 views

Category:

Documents


0 download

DESCRIPTION

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. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Acid Reign  Tellabs

1

Acid Reign Tellabs

Prototype

Page 2: Acid Reign  Tellabs

9 December 19992

Agenda

RequirementsSuccesses and AccomplishmentsShortcomingsDeveloper’s DutiesAnd to make your life easier…

Page 3: Acid Reign  Tellabs

9 December 19993

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.

Page 4: Acid Reign  Tellabs

9 December 19994

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.

Page 5: Acid Reign  Tellabs

9 December 19995

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.

Page 6: Acid Reign  Tellabs

9 December 19996

Successes and Accomplishments

The user can cut, copy, and paste Unit Tests.

Page 7: Acid Reign  Tellabs

9 December 19997

Successes and Accomplishments

The user can cut, copy, and paste Unit Tests.

Page 8: Acid Reign  Tellabs

9 December 19998

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)

Page 9: Acid Reign  Tellabs

9 December 19999

Short Comings

The program cannot handle goto statements.

The program cannot handle preprocessor commands.

Page 10: Acid Reign  Tellabs

9 December 199910

Member’s Responsibilities

Atul Ankola– GUI– Edit UTS/Save UTS– UTS/GUI Interface– UTS Data Structure

Samuel Blinn– GUI – GUI Interface

Page 11: Acid Reign  Tellabs

9 December 199911

Member’s Responsibilities

Jason Blankman– C-File Parser – Test Generator– UTS/UTG Interface – UTS Data Structure

Chris Reardon– GUI – GUI Interface

Page 12: Acid Reign  Tellabs

9 December 199912

Member’s Responsibilities

Michael Shrall– UTS Data Structure – UTS Parser– UTS Interface

Page 13: Acid Reign  Tellabs

9 December 199913

Prototype

HERE WE GO!!!!