RationalDB  
prev next prev next
  Course navigation
 
Lesson 1
Domain Problem Analysis
Introduction to Domain Problem Analysis
   
Welcome to Object-Oriented Analysis II: Problem Analysis, the second course in the Object-Oriented Analysis and Design Fundamentals Series.
This course covers the problem analysis phase of the software development project life cycle. You will use the work products you created in the first course (which covered the project initiation phase) as the basis of your problem domain analysis in this course. These work products include:
  1. Data dictionary
  2. Use case diagrams
  3. Activity diagrams
Course goals
After completing this course, you will have the knowledge and skills to:
  1. Build class diagrams
  2. Build object diagrams to test your class diagrams
  3. Build sequence diagrams
  4. Identify interfaces using the sequence diagrams
  5. Add interfaces to the class diagram
  6. Test your analysis for completeness and correctness
    The series
Object-Oriented Analysis II: Problem Analysis is the second course in the Object-Oriented Analysis and Design Fundamentals series brought to you by OOPortal.com.
This series is designed to teach you practical object-oriented business analysis. You will learn how to fully define the scope, requirements, analysis and design for a business application using object-oriented models and techniques.
Problem domain analysis is completely independent of solution domain constructs, and is therefore eminently reusable.
Once the problem domain analysis is performed for a business domain, it can be applied to multiple implementation technologies over time as technology changes.
  Course navigation