Lecture Materials
Up one levelMaterials for TSP and Software Engineering in General
- Class Notes 1 — by Dr. William L. Honig — last modified 2011-08-28 08:40 AM
- Software Engineering with Team Software Process (TSP) Introduction. The TSPi LAU and STRAT phases - launch the team and make a strategy for your project.
- Class Notes 2 — by Dr. William L. Honig — last modified 2011-08-28 08:39 AM
- The TSPi PLAN phase - make a plan for your team development.
- Class Notes 3 — by Dr. William L. Honig — last modified 2011-10-09 10:19 PM
- The TSPi Requirements (REQ) and Design (DES) phases. Clearing define both what and how.
- Class Notes 4 — by Dr. William L. Honig — last modified 2011-10-02 08:19 PM
- The TSPi Implementation phase (IMP). So you think you know how to do programming? See a few new ideas...
- Class Notes 5 — by Dr. William L. Honig — last modified 2011-10-02 07:49 PM
- The TSPi Integration and System Test Phase (TEST). Are you caught in the "testing trap"?
- Class Notes 6 — by Dr. William L. Honig — last modified 2011-10-02 08:21 PM
- The TSPi PostMortem Phase (PM). How do you wrap up a cycle (and get ready for the next one)?
- Class Notes 7 — by Dr. William L. Honig — last modified 2011-06-10 01:03 PM
- Requirements - the critical step to system success
- Class Notes 8 — by Dr. William L. Honig — last modified 2011-06-10 01:05 PM
- Testing - Avoid the "Testing Trap" and how to plan, control and measure testing
- Class Notes 9 — by Dr. William L. Honig — last modified 2011-06-10 01:08 PM
- General Software Process Models - How do these compare to TSP?
- Class Notes 10 — by Dr. William L. Honig — last modified 2011-06-10 01:09 PM
- System Life Cycle and Software Maintenance
- Class Notes - Configuration Management — by Dr. William L. Honig — last modified 2011-06-10 01:11 PM
- Most students don't appreciate configuration management...do you?
- Class Visit - Watts Humphrey — by Dr. William L. Honig — last modified 2011-06-10 01:12 PM
- Watts Talk at Loyola University Chicago
- Class Notes - Metrics — by Dr. William L. Honig — last modified 2011-06-10 01:14 PM
- Gain deeper knowledge of the key TSP metrics - and how to gather them
- Class Notes - TSP sizes and numbers — by Dr. William L. Honig — last modified 2011-06-10 01:16 PM
- What are all these things you need to count and track?
- Hints to Roles — by Dr. William L. Honig — last modified 2011-10-16 03:01 PM
- Some suggestions to each of the TSPi roles for high quality work
- Software Fault Insertion — by Dr. William L. Honig — last modified 2011-11-06 12:00 PM
- An advanced software quality technique to support effecting testing
- Fishing and Defect Detection — by Dr. William L. Honig — last modified 2012-10-15 01:02 PM
- How is fishing similar to finding bugs in software? What is really going on in the bottom of the lake? How does that explain what is going on at the bottom of TSPi Form INS?
- Use Cases For Requirements — by Dr. William L. Honig — last modified 2015-02-04 05:14 PM
- Use Case Model and Use Case Narratives are a good way to define a system; they help to bridge the gap between user/customer/stakeholder and development team.
- UML Class Diagrams — by Dr. William L. Honig — last modified 2015-02-04 05:27 PM
- A precise way to design a system. Shows "footsteps for the programmer" to follow during implementation. With a good UML class model you can see how the system can work before coding