Review for Test 3
60 likes | 86 Vues
This review covers topics such as Java code, sequence diagrams, activity diagrams, software design, and testing for the upcoming test. Includes examples, homework, and important concepts. (Max 500 characters)
Review for Test 3
E N D
Presentation Transcript
Review for Test 3 July 15th
Quote “Always bear in mind that your own resolution to succeed is more important than any one thing.” -Abraham Lincoln
Topics to Study • Java code. Look at: • Examples from class • Homework 3 • Parts of Sequence diagram (no diagram, just general questions about diagram) • Activity Diagrams • Don’t forget about the branch • Swimlanes • State Diagrams
Topics to Study (continued) • Software Design • Components/Modules • Top-down/Bottom-up design • Principles leading to good design • Coupling/Cohesion • Software Architecture • Failure, error, defect
Topics to Study (continued) • Testing • Black-box testing • Glass-box (white-box) testing • Equivalence classes • Deadlock/Livelock • Documentation defects • Test cases/Test plans
Topics to Study (continued) • Testing large systems • Top Down • Bottom Up • Sandwich • Inspections