60 likes | 84 Views
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)
E N D
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