Scenario-based Requirements Engineering and User-Interface Design
|
|
|
- Randall Heath
- 9 years ago
- Views:
Transcription
1 Scenario-based Requirements Engineering and User-Interface Institut für Computertechnik ICT Institute of Computer Technology Hermann Kaindl Vienna University of Technology, ICT Austria System overview Application Domain User System Border System to be built Composite system Hermann Kaindl 1
2 Outline Background Functions / tasks, goals, scenarios / use cases Requirements and object-oriented models A systematic design process Scenarios / use cases for interaction design Summary and Conclusion What are requirements? User wishes / needs IEEE Standard: A condition or capacity needed by a user to solve a problem or achieve an objective. The <system> shall be able to... - system to be built - composite system Example: The ATM shall accept a cash card. Requirements modeling Hermann Kaindl 2
3 Scenarios Stories and narratives For representation of cultural heritage explanations of events everyday knowledge Human understanding in terms of specific situations Human verbal interactions by exchanging stories Use cases particular cases of how the system is to be used Use-Case Report (according to Unified Process): 1. Brief Description 2. Flow of Events 3. Special Requirements 4. Pre-conditions 5. Post-conditions 6. Extension Points 7. Relationships 8. Use-Case Diagrams 9. Other Diagrams Hermann Kaindl 3
4 Use-case diagram UML graphical notation Ellipse: use case Stick man: actor Name of use case Name of actor Connecting line: association Interaction design of interactions between human and computer Relation to requirements engineering Relation to task analysis No commitment to specific user interface Hermann Kaindl 4
5 Interactive objects presented on the display windows buttons scroll bars User interface elements Classification hierarchy of widgets Widgets Widget Widget for Selecting an Action Control Tool Container Widget Outline Background Functions / tasks, goals, scenarios / use cases Requirements and object-oriented models A systematic design process Scenarios / use cases for interaction design Summary and Conclusion Hermann Kaindl 5
6 Glossary Scenarios: sequences of actions aimed at accomplishing some task goal Goals: partially specified states that the user considers as desirable Use cases: particular cases of how the system is to be used, classes of scenarios Functions: effects achieved by some entity Tasks: pieces of work that a person or other agent has to (or wishes to) perform Functional requirements Describe required functionality not yet available Functional user requirements may be high-level statements of what the system should be able to do. Functional software/system requirements should describe the functions of the software/system to be built in detail (but not yet its design or implementation). Hermann Kaindl 6
7 Scenario Video Store Example Rent Available Video: A member of the video store identifies himself/herself to VSS (Video Store Software). VSS shall check the identification. If the identification is successful, VSS shall start a transaction and present a selection of video titles. The member selects a video title that is available and indicates the intent to rent (a copy of) the video. Scenario Video Store Example (cont.) VSS shall book this rental on the account of the member and ask the clerk to hand out a video copy to the member. The clerk hands out a copy of the video title and acknowledges this to VSS. VSS shall again present a selection of video titles. The member does not select further titles, but initiates the termination of the transaction. VSS shall issue a good-bye message and terminate the transaction. Hermann Kaindl 7
8 By-Function Video Store Example A member of the video store identifies himself/herself to VSS (Video Store Software). VSS shall check the identification. By-Function: Member Identification Check... VSS shall book this rental on the account of the member and ask the clerk to hand out a video copy to the member. By-Function: Video Rental Booking Video Handing-out Request... Functional requ. Video Store example Rent Available Video By-Function Video Rental Booking Video Rental Booking: VSS shall book the rental of a copy of a video title on the account of the member, and reduce the number of available copies of the video title by 1. Hermann Kaindl 8
9 Goal Video Store example Member Has Video for Rent By-Scenario Rent Available Video Member Has Video for Rent: A member of the video store has a copy of a video title from the store for rent. Use-case diagram Withdraw Cash «include» «include» Bank Customer Deposit Cash «include» Identify Customer Transfer between Accounts Hermann Kaindl 9
10 Outline Background Functions / tasks, goals, scenarios / use cases Requirements and object-oriented models A systematic design process Scenarios / use cases for interaction design Summary and Conclusion Requirements and object-oriented models Domain Requirements Model Abstraction Real world Hermann Kaindl 10
11 Types of requirements «stereotype» Requirement «stereotype» Envisioned Scenario «stereotype» Functional Requirement «stereotype» Quality Requirement «stereotype» Constraint on System «stereotype» Constraint on Process Performance Reliability Security Safety Portability Maintainability Reusability Interface Usability Types of requ. Constraints on system Hermann Kaindl 11
12 Types of requ. Constraints on process Specific development process to follow Specific programming language for implementation Specific tools to be used Specific hardware to be used Political issues Time to market Terms of delivery Cost VSS example Conflicts between Quality Requirements VSS shall allow direct access to member data. VSS shall protect member data from illegal access. Usability vs. Security Trade-off Common in complex systems Hermann Kaindl 12
13 OOA model ATM Example Transaction date-time handler Entry Station out of order Cashier transaction Remote transaction Cashier Station ATM Cash notes on hand dispensed provider Cashier name recipient user Customer name address password user owner 1 Cash Card bank code card code serial number OOA model adapted ATM Example Transaction date-time handler Entry Station out of order Cashier transaction Remote transaction handler handler Cashier Station ATM Cashier user provider name Cash notes on hand dispensed recipient Customer name address password user owner 1 Cash Card bank code card code serial number Hermann Kaindl 13
14 OOA model UML sequence diagram c1:customer a1:atm insert card request PIN enter PIN request amount enter amount Represents a scenario Interaction of instances Activation System border request confirmation enter confirmation dispense card take card dispense cash OOA model Video Store example in stock as Video Title maintained by... Clerk works with Video 0.. rent to maintains VSS Customer Member Hermann Kaindl 14
15 OOA model UML sequence diagram :Member :Clerk :VSS check Member (ID) select title from (List) Unnamed instances Concurrent objects rent (Video Title) hand out! (Video) hand out (Video) acknowledge () select title from (List) terminate () good-bye () Conceptual model Hermann Kaindl 15
16 Requirements vs. requirements representation Reuse of requirements representation only Distinction between descriptive and model-based Descriptive: need described Model-based: abstraction of what the system should look like Outline Background Functions / tasks, goals, scenarios / use cases Requirements and object-oriented models A systematic design process Scenarios / use cases for interaction design Summary and Conclusion Hermann Kaindl 16
17 Systematic process Idea: navigation in the metamodel graph Excerpt: Goals By-Scenario Scenarios By-Function Functional Requirements Systematic process Idea: navigation in the metamodel graph Excerpt: Goals By-Scenario Scenarios By-Function Functional Requirements Hermann Kaindl 17
18 Systematic process Idea: navigation in the metamodel graph Excerpt: Goals By-Scenario Scenarios By-Function Functional Requirements What is known already? Old system or system to be built? Systematic process Given goals 1. If some goal is known from the old system, then figure out whether this is still a goal in the new system that will include the system to be built. E.g., Meeting a Friendly Person, Customer Has Cash. 2. If some goal is known for the new system, then try to link it to one or more scenarios for the new system that are already known. E.g., Customer Has Receipt Get Cash from ATM. 3. If some goal that is known for the new system cannot be linked to any scenario for the new system, then develop one or more such scenarios and link them to the goal. E.g., Customer Has Cash Get Cash from ATM. Hermann Kaindl 18
19 Systematic process Given scenarios 1. If some scenario is known from the old system, then determine the goals that are achieved through it. E.g., Get Cash from Human Cashier Customer Has Cash. 2. If some scenario is known from the old system, then try to develop an analogous scenario for the new system. E.g., Get Cash from Human Cashier Get Cash from ATM. 3. If some scenario is known for the new system, then try to link it to one or more goals and, each action contained in it to one or more functions for the new system that are already known. E.g., Get Cash from ATM Customer Has Cash Cash Provision. Systematic process Given scenarios (cont.) 4. If some scenario that is known for the new system cannot be linked to any goal for the new system, then determine one or more goals and link them to the scenario. E.g., Get Cash from ATM Customer Has Cash. 5. If one or more actions contained in some scenario that is known for the new system cannot be linked to any function for the new system, then develop one or more such functions and link them to the actions of this scenario. E.g., Get Cash from ATM Receipt Provision. Hermann Kaindl 19
20 Systematic process Given functional requ. 1. If some function is known from the old system, then figure out whether this is still a required function in the new system that will include the system to be built. E.g., finger prints Cash Card Acceptance, Cash Provision. 2. If some function is known for the new system, then try to link it to one or more actions contained in scenarios for the new system that are already known. E.g., Check Amount Get Cash from ATM. 3. If some function that is known for the new system cannot be linked to any action contained in any scenario for the new system, then develop one or more such scenarios and link one or more actions contained in them to the function. E.g., money transfer between accounts. Systematic process (cont.) Partial sequences of steps selected according to what is known agenda Both model-driven and data-driven Successful termination agenda empty Improvement of - Completeness - Non-redundancy - Understandability But no guarantee Hermann Kaindl 20
21 Hermann Kaindl 21
22 Hermann Kaindl 22
23 Supporting the Primary Tasks Presenting choice of conceptual entities to be modeled Providing example descriptions of conceptual entities Guidance in linking entities according to the method Hermann Kaindl 23
24 Supporting the Secondary Tasks Active guidance through step-by-step instructions and monitoring Immediate feedback at each point Letting system perform actions on one s behalf Outline Background Functions / tasks, goals, scenarios / use cases Requirements and object-oriented models A systematic design process Scenarios / use cases for interaction design Summary and Conclusion Hermann Kaindl 24
25 Interaction scenarios with attached task descriptions Scenarios as a prerequisite Example scenario: Get Cash from ATM Attached tasks: - Entering PIN code - Cash provision -... Tasks of user and machine 1. Put tasks into predefined categories Based on a hierarchy of task categories Task System Task User Task Complementary Task Output Task Internal System Task Hermann Kaindl 25
26 2. Aggregate complementary tasks Task of user and complementary task of machine Together make up an interaction through the UI Interaction Task Complementary Task User Task Find right granularity aggregate decompose 3. Compose and decompose tasks Aggregate Interaction Task Interaction Task Hermann Kaindl 26
27 4. Classify tasks according to the kind of interaction Based on defined hierarchy of Interaction Tasks Interaction Task Task of Selecting an Action Aggregate Interaction Task I/O Task 5. Map to widget classes Task of selecting an action Widget of selecting an action Aggregate interaction task Container I/O Task Control Hermann Kaindl 27
28 Essential use cases Larry Constantine Essential modeling Abstract usage of system ATM example: User Identify self Choose Take cash ATM Verify identity Offer choices Dispense cash Concrete vs. abstract ATM Example John inserts his cash card with the magnetic stripe up into the slot of the ATM machine of the bank The customer initiates a transaction by inserting a cash card. Insert card Identify self Request There is a whole spectrum! Hermann Kaindl 28
29 Concrete vs. abstract Discussion Being concrete is one of the main points of scenarios, in contrast to abstract specifications! Scenarios may talk about more general uses through specific examples. How concrete is best (for which purpose)? Too much detail may contain built-in, premature assumptions (about a UI). Abstract descriptions leave choices open in the UI design. Content model Larry Constantine Abstract interface contents Abstract components to be supplied by the user interface, placeholders for the actual visual components in the implemented interface Video Titles (list of titles) Member Identification Members (list of members) Hermann Kaindl 29
30 Larry Constantine Process of content modeling Examining (validated) use case narratives For each user step, what will have to be supplied for user to complete step? External view Language of user and application domain What information will be needed by and from the user? What functions will be needed by the user? Essential use case Video Store Example Choose video title for rent User Identify self Clerk Hand out copy Verify identity Offer video title choices Book rental Request hand-out of video copy VSS Hermann Kaindl 30
31 Larry Constantine Interaction context Different tasks carried out in different spaces / contexts Distinct interaction contexts in UI Title Selection Dialogue Video Titles Title Selector (list of titles) Larry Constantine Context navigation map Navigational relationships among interaction contexts Member Identification Dialogue Title Selection Dialogue Video Copy Hand-out Dialogue Hermann Kaindl 31
32 Larry Constantine Implementation model Layout of the UI and interaction between user and system How to embody each abstract interaction context in the UI as an actual interaction context? E.g., as a screen, window, dialogue box, etc. How to realize each abstract component as some actual visual component on the UI? E.g., as a tool, command button, text box, etc. Outline Background Functions / tasks, goals, scenarios / use cases Requirements and object-oriented models A systematic design process Scenarios / use cases for interaction design Summary and Conclusion Hermann Kaindl 32
33 Summary and Conclusion Goals, scenarios and functions / tasks can be combined. This combination serves as a basis for a systematic approach. Scenarios / use cases may help both in requirements engineering and in interaction design. In this sense, scenario-based requirements engineering can facilitate interaction design. Literature Carroll, J. M., editor, Scenario-Based : Envisioning Work and Technology in System Development. New York, NY: John Wiley & Sons, Constantine, L., and Lockwood, L. A. D., Software for Use. New York, NY: ACM Press, Hermann Kaindl 33
34 Selected work of this tutorial presenter Kaindl, H., A Process Based on a Model Combining Scenarios with Goals and Functions, IEEE Transactions on Systems, Man, and Cybernetics (SMC) Part A 30(5), 2000, pp Kaindl, H., Kramer, S., and Hailing, M., An Interactive Guide Through a Defined Modelling Process, in People and Computers XV, Joint Proc. of HCI 2001 and IHM 2001, Lille, France, September Springer, London, England, pp Kaindl, H., and Jezek, R., From Usage Scenarios to User Interface Elements in a Few Steps, in Proc. 4th International Conference on Computer-Aided of User Interfaces (CADUI 2002 ), Valenciennes, France, May 2002, Kaindl, H., Is Object-Oriented Requirements Engineering of Interest?, Requirements Engineering, 10, 2005, pp Kaindl, H., and Svetinovic, D., On confusion between requirements and their representations, Requirements Engineering, 15, 2010, pp Hermann Kaindl 34
Use-Case Analysis. ! What is it? ! From where did it come? ! Now part of UML
Use-Case Analysis Use-Case Analysis! What is it?! An informal, user-friendly, technique useful for functional requirements analysis and specification! From where did it come?! Ivar Jacobson, a Swedish
Sofware Requirements Engineeing
Sofware Requirements Engineeing Three main tasks in RE: 1 Elicit find out what the customers really want. Identify stakeholders, their goals and viewpoints. 2 Document write it down (). Understandable
UML TUTORIALS THE USE CASE MODEL
UML TUTORIALS THE USE CASE MODEL www.sparxsystems.com.au Sparx Systems 2004 Page 1/5 describes the proposed functionality of the new system. A Use Case represents a discrete unit of interaction between
Object-Oriented Design Guidelines
Adaptive Software Engineering G22.3033-007 Session 8 Sub-Topic 3 Presentation Object-Oriented Design Guidelines Dr. Jean-Claude Franchitti New York University Computer Science Department Courant Institute
Contents. Introduction and System Engineering 1. Introduction 2. Software Process and Methodology 16. System Engineering 53
Preface xvi Part I Introduction and System Engineering 1 Chapter 1 Introduction 2 1.1 What Is Software Engineering? 2 1.2 Why Software Engineering? 3 1.3 Software Life-Cycle Activities 4 1.3.1 Software
Use Cases. Reference: Craig Larman, Applying UML and Patterns, Ch. 6
Use Cases Reference: Craig Larman, Applying UML and Patterns, Ch. 6 Use Case What it is: Text story Widely used to discover and record (mostly functional) requirements What is it about: Some actor(s) using
Use Cases. Massimo Felici. Massimo Felici Use Cases c 2004 2011
Use Cases Massimo Felici Use Cases 1 Support requirements engineering activities and the requirement process Capture what a system is supposed to do, i.e., systems functional requirements Describe sequences
Advanced Service Creation: Bridging the Gap Between Requirements Elicitation and Service Design
Advanced Service Creation: Bridging the Gap Between Requirements Elicitation and Service Design Dionisis X. Adamopoulos 1, Constantine A. Papandreou 2 1 University of Piraeus, Greece and Centre for Communication
How to Make a Domain Model. Tutorial
How to Make a Domain Model Tutorial What is a Domain Model? Illustrates meaningful conceptual classes in problem domain Represents real-world concepts, not software components Software-oriented class diagrams
Chapter 10. Practical Database Design Methodology. The Role of Information Systems in Organizations. Practical Database Design Methodology
Chapter 10 Practical Database Design Methodology Practical Database Design Methodology Design methodology Target database managed by some type of database management system Various design methodologies
Requirements Document for the Banking System. Lecture # 40
Requirements Document for the Banking System Lecture # 40 Requirements Document The requirements document is a formal document used to communicate the requirements to customers, engineers and managers
Requirements / Use Case Specification
Object - Oriented Programming & Design Part IX - UML Use Case Diagrams CSCI 4448 - Spring 2002 Requirements / Use Case Specification Your way of echoing to the customer what you heard him/her say he/she
AN INTELLIGENT TUTORING SYSTEM FOR LEARNING DESIGN PATTERNS
AN INTELLIGENT TUTORING SYSTEM FOR LEARNING DESIGN PATTERNS ZORAN JEREMIĆ, VLADAN DEVEDŽIĆ, DRAGAN GAŠEVIĆ FON School of Business Administration, University of Belgrade Jove Ilića 154, POB 52, 11000 Belgrade,
Case studies: Outline. Requirement Engineering. Case Study: Automated Banking System. UML and Case Studies ITNP090 - Object Oriented Software Design
I. Automated Banking System Case studies: Outline Requirements Engineering: OO and incremental software development 1. case study: withdraw money a. use cases b. identifying class/object (class diagram)
Evaluation of a Use-Case-Driven Requirements Analysis Tool Employing Web UI Prototype Generation
Evaluation of a Use-Case-Driven Requirements Analysis Tool Employing Web UI Prototype Generation SHINPEI OGATA Course of Functional Control Systems, Graduate School of Engineering Shibaura Institute of
Questions? Assignment. Techniques for Gathering Requirements. Gathering and Analysing Requirements
Questions? Assignment Why is proper project management important? What is goal of domain analysis? What is the difference between functional and non- functional requirements? Why is it important for requirements
Chapter 10 Practical Database Design Methodology and Use of UML Diagrams
Chapter 10 Practical Database Design Methodology and Use of UML Diagrams Copyright 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 10 Outline The Role of Information Systems in
An Approach to Software Architecture Description Using UML
An Approach to Software Architecture Description Using UML Henrik Bærbak Christensen, Aino Corry, and Klaus Marius Hansen Department of Computer Science, University of Aarhus Aabogade 34, 8200 Århus N,
Chap 1. Introduction to Software Architecture
Chap 1. Introduction to Software Architecture 1. Introduction 2. IEEE Recommended Practice for Architecture Modeling 3. Architecture Description Language: the UML 4. The Rational Unified Process (RUP)
Writing Use Case Scenarios for Model Driven Development
Writing Use Case Scenarios for Model Driven Development This guide outlines how to use Enterprise Architect to rapidly build Use Cases and increase your productivity through Model Driven Development. Use
Automatic Generation of Consistency-Preserving Edit Operations for MDE Tools
Automatic Generation of Consistency-Preserving Edit Operations for MDE Tools Michaela Rindt, Timo Kehrer, Udo Kelter Software Engineering Group University of Siegen {mrindt,kehrer,kelter}@informatik.uni-siegen.de
Modeling the User Interface of Web Applications with UML
Modeling the User Interface of Web Applications with UML Rolf Hennicker,Nora Koch,2 Institute of Computer Science Ludwig-Maximilians-University Munich Oettingenstr. 67 80538 München, Germany {kochn,hennicke}@informatik.uni-muenchen.de
Software Engineering. System Models. Based on Software Engineering, 7 th Edition by Ian Sommerville
Software Engineering System Models Based on Software Engineering, 7 th Edition by Ian Sommerville Objectives To explain why the context of a system should be modeled as part of the RE process To describe
Acknowledgement. Software Engineering. CS 3141: Team Software Project Introduction
CS 3141: Team Software Project Introduction Ali Ebnenasir Department of Computer Science Michigan Technological University Acknowledgement Betty H.C. Cheng Software Engineering Systematic approach for
A methodology for secure software design
A methodology for secure software design Eduardo B. Fernandez Dept. of Computer Science and Eng. Florida Atlantic University Boca Raton, FL 33431 [email protected] 1. Introduction A good percentage of the
Software Development in the Large!
Software Development in the Large! Peter Eeles Executive IT Architect, IBM [email protected] IBM Rational Software Development Conference 2007 2007 IBM Corporation Agenda IBM Rational Software Development
Requirements Engineering for Web Applications
Web Engineering Requirements Engineering for Web Applications Copyright 2013 Ioan Toma & Srdjan Komazec 1 What is the course structure? # Date Title 1 5 th March Web Engineering Introduction and Overview
ATM Case Study Part 1
ATM Case Study Part 1 A requirements document specifies the purpose of the ATM system and what it must do. Requirements Document A local bank intends to install a new automated teller machine (ATM) to
Applying Use Cases to Microcontroller Code Development. Chris Gilbert Cypress Semiconductor
Applying Use Cases to Microcontroller Code Development Chris Gilbert Cypress Semiconductor Agenda Why Use Cases Microcontroller Project Development Use Cases Defined Use Cases Composition General Example
Application of UML in Real-Time Embedded Systems
Application of UML in Real-Time Embedded Systems Aman Kaur King s College London, London, UK Email: [email protected] Rajeev Arora Mechanical Engineering Department, Invertis University, Invertis Village,
Requirements engineering
Learning Unit 2 Requirements engineering Contents Introduction............................................... 21 2.1 Important concepts........................................ 21 2.1.1 Stakeholders and
Using UML Part Two Behavioral Modeling Diagrams
UML Tutorials Using UML Part Two Behavioral Modeling Diagrams by Sparx Systems All material Sparx Systems 2007 Sparx Systems 2007 Page 1 Trademarks Object Management Group, OMG, Unified Modeling Language,
Applying 4+1 View Architecture with UML 2. White Paper
Applying 4+1 View Architecture with UML 2 White Paper Copyright 2007 FCGSS, all rights reserved. www.fcgss.com Introduction Unified Modeling Language (UML) has been available since 1997, and UML 2 was
GOAL-BASED WEB DESIGN TOWARDS BRIDGING THE GAP BETWEEN REQUIREMENTS AND DESIGN OF WEB APPLICATIONS
13_BOLCHINI.qxd 3/26/2003 10:25 Pagina 187 SComS: New Media in Education (2003) 187-191 DAVIDE BOLCHINI* GOAL-BASED WEB DESIGN TOWARDS BRIDGING THE GAP BETWEEN REQUIREMENTS AND DESIGN OF WEB APPLICATIONS
Lecture 9: Requirements Modelling
A little refresher: What are we modelling? Lecture 9: Requirements Modelling Requirements; Systems; Systems Thinking Role of Modelling in RE Why modelling is important Limitations of modelling Brief overview
The Role of Use Cases in Requirements and Analysis Modeling
The Role of Use Cases in Requirements and Analysis Modeling Hassan Gomaa and Erika Mir Olimpiew Department of Information and Software Engineering, George Mason University, Fairfax, VA [email protected],
Execution of A Requirement Model in Software Development
Execution of A Requirement Model in Software Development Wuwei Shen, Mohsen Guizani and Zijiang Yang Dept of Computer Science, Western Michigan University {wwshen,mguizani,zijiang}@cs.wmich.edu Kevin Compton
Component Based Development Methods - comparison
Component Based Development Methods - comparison Dan Laurenţiu Jişa Abstract: This paper realizes a comparison among three of the best known component based development methods, emphazing on the earlier
Meta-Model specification V2 D602.012
PROPRIETARY RIGHTS STATEMENT THIS DOCUMENT CONTAINS INFORMATION, WHICH IS PROPRIETARY TO THE CRYSTAL CONSORTIUM. NEITHER THIS DOCUMENT NOR THE INFORMATION CONTAINED HEREIN SHALL BE USED, DUPLICATED OR
SysML Modelling Language explained
Date: 7 th October 2010 Author: Guillaume FINANCE, Objet Direct Analyst & Consultant UML, the standard modelling language used in the field of software engineering, has been tailored to define a modelling
What is a requirement? Software Requirements. Descriptions and specifications of a system
What is a requirement? Software Requirements Descriptions and specifications of a system May range from a high-level abstract statement of a service or a statement of a system constraint to a detailed
Object-oriented design methodologies
Object-oriented design methodologies An object-oriented methodology is defined as the system of principles and procedures applied to object-oriented software development. Five years ago, there was no standard
Construction Junction. Inventory Management Software Requirements Specification
Construction Junction Inventory Management Software Requirements Specification Version 2.0 Summa Technologies October 1st, 2009 Summa Technologies, Inc. 925 Liberty Avenue 6 th Floor Pittsburgh, PA 15222
A Methodology for the Development of New Telecommunications Services
A Methodology for the Development of New Telecommunications Services DIONISIS X. ADAMOPOULOS Centre for Communication Systems Research School of Elec. Eng., IT and Mathematics University of Surrey Guildford
Communication Diagrams
Communication Diagrams Massimo Felici Realizing Use cases in the Design Model 1 Slide 1: Realizing Use cases in the Design Model Use-case driven design is a key theme in a variety of software processes
Announcements. SE 1: Software Requirements Specification and Analysis. Review: Use Case Descriptions
Announcements SE 1: Software Requirements Specification and Analysis Lecture 4: Basic Notations Nancy Day, Davor Svetinović http://www.student.cs.uwaterloo.ca/ cs445/winter2006 uw.cs.cs445 Send your group
Software Requirements. Descriptions and specifications of a system. Ian Sommerville 2000 Software Engineering, 6th edition.
Software Requirements Descriptions and specifications of a system Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 5 Slide 1 Objectives To introduce the concepts of user and system To describe
Development Methodologies. Types of Methodologies. Example Methodologies. Dr. James A. Bednar. Dr. David Robertson
Development Methodologies Development Methodologies Dr. James A. Bednar [email protected] http://homepages.inf.ed.ac.uk/jbednar Dr. David Robertson [email protected] http://www.inf.ed.ac.uk/ssp/members/dave.htm
A SYSTEMATIC APPROACH FOR COMPONENT-BASED SOFTWARE DEVELOPMENT
A SYSTEMATIC APPROACH FOR COMPONENT-BASED SOFTWARE DEVELOPMENT Cléver Ricardo Guareis de Farias, Marten van Sinderen and Luís Ferreira Pires Centre for Telematics and Information Technology (CTIT) PO Box
4.4 What is a Requirement? 4.5 Types of Requirements. Functional Requirements
4.4 What is a Requirement? It is a statement describing either 1) an aspect of what the proposed system must do, or 2) a constraint on the system s development. In either case it must contribute in some
Example Use Case Specification:
Example Use Case Specification: Level 1 Identified Use Case Name: Actor(s): Other Stakeholders: Summary Description: Priority: Risk Level: Status: Withdraw Cash Any Bank Customer (primary) Banking System
Using Use Cases on Agile Projects
Using Use Cases on Agile Projects Ivar Jacobson with Ian Spence Agenda What are agile teams looking for? Cards, conversations, and confirmations Knowing what to do and when it s done Being agile with use
Model Driven Interoperability through Semantic Annotations using SoaML and ODM
Model Driven Interoperability through Semantic Annotations using SoaML and ODM JiuCheng Xu*, ZhaoYang Bai*, Arne J.Berre*, Odd Christer Brovig** *SINTEF, Pb. 124 Blindern, NO-0314 Oslo, Norway (e-mail:
Enterprise Architecture at Work
Marc Lankhorst et al. Enterprise Architecture at Work Modelling, Communication and Analysis Third Edition 4y Springer Contents 1 Introduction to Enterprise Architecture 1 1.1 Architecture 1 1.2 Enterprise
ATM Case Study OBJECTIVES. 2005 Pearson Education, Inc. All rights reserved. 2005 Pearson Education, Inc. All rights reserved.
1 ATM Case Study 2 OBJECTIVES.. 3 2 Requirements 2.9 (Optional) Software Engineering Case Study: Examining the Requirements Document 4 Object-oriented design (OOD) process using UML Chapters 3 to 8, 10
Algorithms, Flowcharts & Program Design. ComPro
Algorithms, Flowcharts & Program Design ComPro Definition Algorithm: o sequence of steps to be performed in order to solve a problem by the computer. Flowchart: o graphical or symbolic representation of
Requirements Engineering Process
Software Engineering Requirements Engineering Process Based on Software Engineering, 7 th Edition by Ian Sommerville Objectives To describe the principal requirements engineering activities and d their
Adaptive User Interface Modeling Design for Webbased Terminal Middleware
Adaptive User Interface Modeling Design for Webbased Terminal Middleware Sunghan Kim and Seungyun Lee Standard Research Center, ETRI, Daejeon, Korea {sh-kim, syl}@etri.re.kr Abstract. This paper shows
Automotive System and Software Architecture
Automotive System and Software Architecture Yanja Dajsuren 2IW80 Software specification and architecture March 25, 2014 Which one has more software? Chevrolet Volt, an example modern day car Boeing 787,
End-User Software Development: Tool Support for Mobile Data Collections
End-User Software Development: Tool Support for Mobile Data Collections Mathias Kühn, Peter Forbrig, Anke Dittmar University of Rostock Albert-Einstein-Straße 22 Rostock, D-18051 Germany {mathias.kuehn,
Software Requirements
Software Engineering Software Requirements Based on Software Engineering, 7 th Edition by Ian Sommerville Objectives To introduce the concepts of user and system requirements To describe functional and
[1] http://en.wikipedia.org/wiki/first-mover_advantage [2] http://www.acunote.com
-Gene Sher Software Development Processes: Those in engineering and science will sooner or later either be members of teams solving some large project, or be managing teams solving some large project.
USING UML FOR OBJECT-RELATIONAL DATABASE SYSTEMS DEVELOPMENT: A FRAMEWORK
USING UML FOR OBJECT-RELATIONAL DATABASE SYSTEMS DEVELOPMENT: A FRAMEWORK Ming Wang, California State University, [email protected] ABSTRACT Data model of object-relational databases (ORDBs) is
11 Tips to make the requirements definition process more effective and results more usable
1 11 Tips to make the s definition process more effective and results more usable This article discusses what I believe are the key techniques for making s definition process repeatable from project to
Requirements Management with Enterprise Architect
An Introduction to Requirements Management with Enterprise Architect By Sparx Systems All material Sparx Systems 2010 version 1.3 www.sparxsystems.com Sparx Systems 2010 Page 1 Trademarks Object Management
Types of UML Diagram. UML Diagrams 140703-OOAD. Computer Engineering Sem -IV
140703-OOAD Computer Engineering Sem -IV Introduction to UML - UML Unified Modeling Language diagram is designed to let developers and customers view a software system from a different perspective and
Interactive system specification. Interactive system definition. Issues to be taken into account for interactive systems
Interactive system specification From Requirements Engineering Processes and Techniques by G. Kotonya and I. Sommerville 1998 Slide 1 Interactive system definition Interactive systems can be defined as
Secure State UML: Modeling and Testing Security Concerns of Software Systems Using UML State Machines
Research Journal of Applied Sciences, Engineering and Technology 7(18): 3786-3790, 2014 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2014 Submitted: October 26, 2013 Accepted: December
Software Requirements Specification
METU DEPARTMENT OF COMPUTER ENGINEERING Software Requirements Specification SNMP Agent & Network Simulator Mustafa İlhan Osman Tahsin Berktaş Mehmet Elgin Akpınar 05.12.2010 Table of Contents 1. Introduction...
User experience storyboards: Building better UIs with RUP, UML, and use cases
Copyright Rational Software 2003 http://www.therationaledge.com/content/nov_03/f_usability_jh.jsp User experience storyboards: Building better UIs with RUP, UML, and use cases by Jim Heumann Requirements
UPROM Tool: A Unified Business Process Modeling Tool for Generating Software Life Cycle Artifacts
UPROM Tool: A Unified Business Process Modeling Tool for Generating Software Life Cycle Artifacts Banu Aysolmaz 1 and Onur Demirörs 2 1, 2 Informatics Institute, Middle East Technical University, Ankara,
Chapter 8 Approaches to System Development
Systems Analysis and Design in a Changing World, sixth edition 8-1 Chapter 8 Approaches to System Development Table of Contents Chapter Overview Learning Objectives Notes on Opening Case and EOC Cases
Case Study: Design and Implementation of an Ordering system using UML, Formal specification and Java Builder
SETIT 2005 3 rd International Conference: Sciences of Electronic, Technologies of Information and Telecommunications MARCH 27-31, 2005 TUNISIA Case Study: Design and Implementation of an Ordering system
Object-Oriented Systems Analysis and Design
Object-Oriented Systems Analysis and Design Noushin Ashrafi Professor of Information System University of Massachusetts-Boston Hessam Ashrafi Software Architect Pearson Education International CONTENTS
Chapter 10 Practical Database Design Methodology and Use of UML Diagrams
Chapter 10 Practical Database Design Methodology and Use of UML Diagrams Copyright 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 10 Outline The Role of Information Systems in
Mapping from Business Processes to Requirements Specification
Extended abstract 1/5 Mapping from Business Processes to Requirements Specification Svatopluk Štolfa, Ivo Vondrák Department of Computer Science, VŠB - Technical University of Ostrava, 17.listopadu 15,
Evaluating OO-CASE tools: OO research meets practice
Evaluating OO-CASE tools: OO research meets practice Danny Greefhorst, Matthijs Maat, Rob Maijers {greefhorst, maat, maijers}@serc.nl Software Engineering Research Centre - SERC PO Box 424 3500 AK Utrecht
Masters of Science in Software & Information Systems
Masters of Science in Software & Information Systems To be developed and delivered in conjunction with Regis University, School for Professional Studies Object Oriented Design Table of Contents January
Use Case Diagrams. Tutorial
Use Case Diagrams Tutorial What is a use case? A requirements analysis concept A case of a use of the system/product Describes the system's actions from a the point of view of a user Tells a story A sequence
Clarifying a vision on certification of MDA tools
SCIENTIFIC PAPERS, UNIVERSITY OF LATVIA, 2010. Vol. 757 COMPUTER SCIENCE AND INFORMATION TECHNOLOGIES 23 29 P. Clarifying a vision on certification of MDA tools Antons Cernickins Riga Technical University,
TABLE OF CONTENTS ABSTRACT ACKNOWLEDGEMENT LIST OF FIGURES LIST OF TABLES
TABLE OF CONTENTS ABSTRACT ACKNOWLEDGEMENT LIST OF FIGURES LIST OF TABLES ii iii x xiv CHAPTER 1: INTRODUCTION 1 1.0 Background 1 1.1 Research Motivation 4 1.2 Research Objectives 5 1.3 Project Scope 6
SEMANTIC-BASED AUTHORING OF TECHNICAL DOCUMENTATION
SEMANTIC-BASED AUTHORING OF TECHNICAL DOCUMENTATION R Setchi, Cardiff University, UK, [email protected] N Lagos, Cardiff University, UK, [email protected] ABSTRACT Authoring of technical documentation is a
UML TUTORIALS THE COMPONENT MODEL
UML TUTORIALS THE COMPONENT MODEL www.sparxsystems.com.au Sparx Systems 2004 Page 1/5 The component model illustrates the software components that will be used to build the system. These may be built up
Guide to SAS/AF Applications Development
Guide to SAS/AF Applications Development SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2012. Guide to SAS/AF Applications Development. Cary, NC:
Architecture Design & Sequence Diagram. Week 7
Architecture Design & Sequence Diagram Week 7 Announcement Reminder Midterm I: 1:00 1:50 pm Wednesday 23 rd March Ch. 1, 2, 3 and 26.5 Hour 1, 6, 7 and 19 (pp.331 335) Multiple choice Agenda (Lecture)
Traceability Patterns: An Approach to Requirement-Component Traceability in Agile Software Development
Traceability Patterns: An Approach to Requirement-Component Traceability in Agile Software Development ARBI GHAZARIAN University of Toronto Department of Computer Science 10 King s College Road, Toronto,
Software Specification and Architecture 2IW80
Software Specification and Architecture 2IW80 Julien Schmaltz (slides partly from M. Mousavi and A. Serebrenik) Lecture 03: Use Cases Before we start The system shall give access to the database to any
HCI Human Computer Interaction
HCI Human Computer Interaction Institut für Computertechnik ICT Institute of Computer Technology Jürgen Falb Institut für Computertechnik 2 HCI A Multi-disciplinary Subject The ideal designer needs expertise
Phases, Activities, and Work Products. Object-Oriented Software Development. Project Management. Requirements Gathering
Object-Oriented Software Development What is Object-Oriented Development Object-Oriented vs. Traditional Development An Object-Oriented Development Framework Phases, Activities, and Work Products Phases,
AN ONTOLOGICAL APPROACH TO WEB APPLICATION DESIGN USING W2000 METHODOLOGY
STUDIA UNIV. BABEŞ BOLYAI, INFORMATICA, Volume L, Number 2, 2005 AN ONTOLOGICAL APPROACH TO WEB APPLICATION DESIGN USING W2000 METHODOLOGY ANNA LISA GUIDO, ROBERTO PAIANO, AND ANDREA PANDURINO Abstract.
The Role of the Software Architect
IBM Software Group The Role of the Software Architect Peter Eeles [email protected] 2004 IBM Corporation Agenda Architecture Architect Architecting Requirements Analysis and design Implementation
High-level Design. What is software architecture?
High-level Design Software Architecture What is it? Examples of common architectures Parnas KWIK index example of information hiding Model view controller in high level layered design 1 What is software
Case Study: ATM machine I. Amalia Foka CEID - University of Patras Object Oriented Programming II (C++) Fall 2010-2011
Case Study: ATM machine I Amalia Foka CEID - University of Patras Object Oriented Programming II (C++) Fall 2010-2011 Requirements Document An ATM allows users to perform basic financial transactions view
