Presentation is loading. Please wait.

Presentation is loading. Please wait.

Reviews and Inspections. Types of Evaluations Formal Design Reviews conducted by senior personnel or outside experts uncover potential problems Inspections.

Similar presentations


Presentation on theme: "Reviews and Inspections. Types of Evaluations Formal Design Reviews conducted by senior personnel or outside experts uncover potential problems Inspections."— Presentation transcript:

1 Reviews and Inspections

2 Types of Evaluations Formal Design Reviews conducted by senior personnel or outside experts uncover potential problems Inspections and Walkthroughs done by peers detect errors, adherence to standards, etc. Verification (not really a FTR) Unit Test Integration Test Usability Test

3 Formal Reviews Reviewers should be senior personnel and/or outside experts Outcome: approve approve pending changes reject Review Leader should not be Project Leader Usually done at the end of the phase. very appropriate for SRS and Design sometimes appropriate for code text section 8.2

4 Sample Design Review Checklist Well-structured Simple Efficient Adequate Flexible Practical Implementable

5 General: 1. Does the architecture convey a clear vision of the system that can be used for further development? 2. Is the architecture structured to support likely changes? 3. Does the architecture describe the system at a high level of detail? (No interface or implementation details.) 4. Does the architecture cleanly decompose the system? 5. Is the architecture independent of the infrastructure used to develop the system? 6. Has maintainability been considered? 7. No duplicate functionality in the architecture? Complete: 1. Are software requirements reflected in the software architecture? 2. Is effective modularity achieved? Are modules functionally independent? 3. Does each module/class have an understandable name? 4. Is each association well named? 5. Is each association’s and aggregation’s cardinality correct? Correct: 1. Does each association reflect a relationship that exists over the lives of the related modules/classes? 2. Does the architecture have loose coupling and good cohesion? www.cs.trincoll.edu/~hellis2/CPSC240/Project/Design Review Checklist.doc

6 Sample Design Walkthrough 1. Does the algorithm accomplishes desired function? 2. Is the algorithm logically correct? 3. Is the interface consistent with architectural design? 4. Is the logical complexity reasonable? 5. Have error handling and "anti-bugging" been specified? 6. Are local data structures properly defined? 7. Are structured programming constructs used throughout? 8. Is design detail amenable to implementation language? 9. Which are used: operating system or language dependent features? 10. Is compound or inverse logic used? 11. Has maintainability been considered? stolen from Pressman

7 Peer Reviews guided by: checklists, standards, past problems attendees: review leader the author scribe folks with domain knowledge possibly an SQA team member (for standards) text section 8.3 Why schedule a meeting with so many people? Why not just have two people review the item without a meeting?

8 Inspection Process pre-meeting read the document ahead of time meeting author presents overview review team asks questions and express opinions after meeting scribe prepares summary team approves summary follow up

9 Inspection Guidelines Review the Product, not the person! Find errors, don't try to solve them! Keep Records Take written notes. Review your earlier reviews. Allocate resources and schedule time for FTRs. 3 to 5 people Conduct training for reviewers Keep it short limit debate and rebuttal  Set an agenda and keep it. no more than two hours preparation  small portions only  narrow focus increases likelihood of finding an error meeting duration less than two hours

10 Examples Case : Software Review What went wrong? NASA's FTR Guidelines and Sample Checklists

11 Next… Testing Unit Testing Integration Testing


Download ppt "Reviews and Inspections. Types of Evaluations Formal Design Reviews conducted by senior personnel or outside experts uncover potential problems Inspections."

Similar presentations


Ads by Google