1 / 151

Systems Analysis and Design with UML: System Analysis

Systems Analysis and Design with UML: System Analysis. Contents. Introduction Project Planning System Analysis System Design System Implementation. 3. SYSTEM ANALYSIS. Learning Objectives. Understand how to create a requirements definition

wwhite
Download Presentation

Systems Analysis and Design with UML: System Analysis

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Systems Analysis and Design with UML:System Analysis

  2. Contents • Introduction • Project Planning • System Analysis • System Design • System Implementation

  3. 3. SYSTEM ANALYSIS

  4. Learning Objectives • Understand how to create a requirements definition • Become familiar with requirements analysis techniques • Understand when to use each requirements analysis technique • Understand how to gather requirements using interviews, JAD sessions, questionnaires, document analysis, and observation • Understand when to use each requirements-gathering technique • Understand the business process modeling

  5. SDLC and Deliverables

  6. System Analysis and Design with UML • System Analysis • Business Process Identification • Use Case Diagram • Business Process Modeling • Activity Diagram or Business Process Modeling Notation (BPMN) • Business Process Realization • Sequence Diagram (Buat untuk setiap use case dengan menggunakan pola Boundary-Control-Entity) • System Design • Program Design • Class Diagram(Gabungkan Boundary-Control-Entity Class dan susun story dari sistem yang dibangun) • Package Diagram (Gabungan class yang sesuai, boleh menggunakan pola B-C-E) • Deployment Diagram (arsitektur software dari sistem yang dibangun) • User Interface Design (Buat UI design dari Boundary Class) • Entity-Relationship Model(Buat ER diagram dari Entity Class)

  7. Requirement Gathering

  8. What is a Requirement • Business Requirement • Statement of what the system must do • Focus on what the system must do, not how to do it • There are 2 kinds of requirements • Functional • Nonfunctional

  9. Functional Requirement • Defines the functions of the system must carry out • Specifies the process that must be performed • Examples: • Diagrams: • Activity Diagrams • Use Case Diagrams • Problem Statements: • Must search for inventory • Must perform these calculations • Must produce a specific report

  10. Nonfunctional Requirements Deals with how the system behaves: • Operational – Physical/technical environment • Performance – Speed and reliability • Security – Who can use the system • Cultural & Political – Company policies, legal issues

  11. Requirement Gathering Methods • Interviews • Joint Application Design (JAD) • Questionnaires • Document Analysis • Observation

  12. 1. Interviews

  13. Interviews • Most commonly used technique • Very natural • If you need to know something, you ask someone • Five basic steps: • Selecting interviewees • Designing interview questions • Preparing for the interview • Conducting the interview • Post-interview follow-up

  14. 2. Joint Application Development (JAD)

  15. JAD Key Ideas • Allows project managers, users, and developers to work together • May reduce scope creep by 50% • Avoids requirements being too specific or too vague

  16. JAD Meeting Room JPEG Figure 5-5 Goes Here

  17. The JAD Session • Include 10 to 20 users • Tend to last 5 to 10 days over a three week period • Prepare questions as with interviews • Formal agenda and groundrules • Facilitator activities • Stay neutral • Keep session on track • Help with technical terms and jargon • Record group input • Help resolve issues • Post-session follow-up

  18. 3. Questionaires

  19. Questionnaire Steps • Selecting participants • Using samples of the population • Designing the questionnaire • More important than interview questions • Prioritize questions to grab attention • Distinguish between • Fact-oriented questions (specific answers) • Opinion questions (agree – disagree scale) • Test the questionnaire on colleagues

  20. Questionnaire Steps • Administering the questionnaire • Need to get good response rate • Explain its importance & how it will be used • Give expected response date • Follow up on late returns • Have supervisors follow up • Promise to report results • Questionnaire follow-up • Send results to participants

  21. 4. Document Analysis

  22. Document Analysis • Provides clues about the "formal" existing As-Is system • Typical documents • Forms • Reports • Policy manuals • Look for user additions to forms • Look for unused form elements • Do document analysis before interviews

  23. 5. Observation

  24. Observation • Users/managers often don’t remember everything they do • Validates info gathered in other ways • Behaviors change when people are watched • Keep low profile, don’t change the process • Careful not to ignore periodic activities • Weekly … Monthly … Annual

  25. Interviews JAD Questionnaires Document Observation Analysis Type of As-Is As-Is As-Is As-Is As-Is Information Improve. Improve. Improve. To-Be To-Be Depth of High High Medium Low Low Information Breadth of Low Medium High High Low Information Integration Low High Low LowLow of Info. User Medium High Low LowLow Involvement Cost Medium Low- Low LowLow- Medium Medium Selecting the Appropriate Techniques

  26. Business Process Analysis

  27. Business Process Analysis Steps

  28. Business Process Analysis Strategies • BPA (Business Process Automation) • BPI (Business Process Improvement) • BPR (Business Process Reengineering)

  29. Business Process Automation • Makes almost no changes to business processes • Just makes them more efficient • Improves efficiency by automating the business processes • Least impact on users • They do the same things, just more efficiently

  30. Business Process Improvement • Goal is to improve the business processes • Change what the users do, not just how efficiently they do it • Changes to business process must be decided first • Decisions to change the business processes cannot be made by the analyst

  31. Business Process Reengineering “Fundamental rethinking and radical redesign of business processes to achieve dramatic improvements…” • Throw away everything • Start with a blank page • Appealing, but very expensive and risky

  32. Business Business Business Process Process Process AutomationImprovementReeingineering Potential Business Low-Moderate Moderate High Value Project Cost LowLow-Moderate High Breadth of Analysis NarrowNarrow-Moderate Very Broad Risk LowLow-Moderate Very High Strategy Comparation

  33. Business Process Identification

  34. System Analysis and Design with UML • System Analysis • Business Process Identification • Use Case Diagram • Business Process Modeling • Activity Diagram or Business Process Modeling Notation (BPMN) • Business Process Realization • Sequence Diagram (Buat untuk setiap use case dengan menggunakan pola Boundary-Control-Entity) • System Design • Program Design • Class Diagram(Gabungkan Boundary-Control-Entity Class dan susun story dari sistem yang dibangun) • Package Diagram (Gabungan class yang sesuai, boleh menggunakan pola B-C-E) • Deployment Diagram (arsitektur software dari sistem yang dibangun) • User Interface Design (Buat UI design dari Boundary Class) • Entity-Relationship Model(Buat ER diagram dari Entity Class)

  35. Use Case Diagram

  36. Use Case • A formal way of representing how a business interacts with its environment • The discrete activities performed by the user • Use cases are logical models that describe the activities of a system • Used to document the As-Is system, or to develop the To-Be system

  37. Use Case Diagrams • Summarized into a single picture • All of the use cases for the part of the system being modeled • Use Case Diagram tells what the system will do • Good for communicating with users

  38. Use Case Diagram Syntax • Actor • person or system that derives benefit from and is external to the subject • Use Case • Represents a major piece of system functionality • Association Relationship • Include Relationship • Extend Relationship • Generalization Relationship <<includes>> <<extends>>

  39. Use Case • A major piece of system functionality • Can extend otherUse Cases • Placed inside system boundary • Labeled with descriptiveverb-noun phrase Use Case

  40. System Boundary Boundary • Includes the nameof the systeminside or on top • Represents thescope of the system • Actors are outside the scope of the system

  41. Actor • A person or anothersystem that interactswith the current system • A role, not a specific user • Provides input, receives output, or both actor Actor/Role

  42. Association Relationship • Links actor and the Use Case • Shows two-way communication • If one-way, arrows are used • * is for "multiplicity of the Association" * *

  43. Extends Relationship • Extends Use Case to include Optional behavior • Arrow points from the extension Use Case to the base Use Case extend Make PmtArrangements extend MakeAppointment

  44. Include Relationship • Include one Use Case from within another • Arrow points from base Use Case to the included Use Case include RecordAvailability include ManageSchedule

  45. Generalization Relationship • A specialized Use Case to a more generalized Use Case • Arrow points from specialized to general Use Case Make OldAppointment MakeAppointment

  46. Use Case Diagram for Appointment System

  47. Use Case Diagram with Specialized Actor

  48. Sample Use Case

  49. Extend and Include Relationships

More Related