Editted and revised by Razan Salman.  Software engineering and the design process for interactive systems  Usability engineering  Iterative design.

Slides:



Advertisements
Similar presentations
HCI in the Software Process and Design Rules
Advertisements

Chapter 6 HCI in the software process. Software engineering and the design process for interactive systems Usability engineering Iterative design and.
Lecture # 2 : Process Models
Virtual University - Human Computer Interaction 1 © Imran Hussain | UMT Imran Hussain University of Management and Technology (UMT) Lecture 16 HCI PROCESS.
Multimedia Specification Design and Production 2013 / Semester 1 / week 7 Lecturer: Dr. Nikos Gazepidis
The design process IACT 403 IACT 931 CSCI 324 Human Computer Interface Lecturer:Gene Awyzio Room:3.117 Phone:
1 Chapter 4 - Part 1 Software Processes. 2 Software Processes is: Coherent (logically connected) sets of activities for specifying, designing, implementing,
HCI in the software process Chapter 6
The software process A software process is a set of activities and associated results which lead to the production of a software product. This may involve.
MapleLeaf, LLC SDLC Methodology. MapleLeaf, LLC, has established standard phases and processes in regards to project management methodologies for planning.
Chapter 4 Quality Assurance in Context
Human Computer Interaction
SECOND MIDTERM REVIEW CS 580 Human Computer Interaction.
1 Prescriptive Process Models. 2 Prescriptive Models Prescriptive process models advocate an orderly approach to software engineering Prescriptive process.
Alternate Software Development Methodologies
CH02: Modeling the process and life cycle Process of developing software (organization and discipline in the activities) contribute to the quality of the.
CS 501: Software Engineering
Software Engineering General Project Management Software Requirements
The Process of Interaction Design. What is Interaction Design? It is a process: — a goal-directed problem solving activity informed by intended use, target.
©Ian Sommerville 2000 Software Engineering, 6th edition Slide 1 Software Processes l Coherent sets of activities for specifying, designing, implementing.
9 1 Chapter 9 Database Design Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
HCI in the software process
Mastering OOA/OOD with UML. Contents Introduction Requirements Overview OOAOOD.
Chapter 3 Software Processes.
The design process z Software engineering and the design process for interactive systems z Standards and guidelines as design rules z Usability engineering.
S/W Project Management Software Process Models. Objectives To understand  Software process and process models, including the main characteristics of.
Chapter 2 The process Process, Methods, and Tools
©Ian Sommerville 1995/2000 (Modified by Spiros Mancoridis 1999) Software Engineering, 6th edition. Chapter 8 Slide 1 Software Prototyping l Animating and.
Software Models (Cont.) 9/22/2015ICS 413 – Software Engineering1 -Component-based software engineering -Formal Development Model.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes.
CS 360 Lecture 3.  The software process is a structured set of activities required to develop a software system.  Fundamental Assumption:  Good software.
©Ian Sommerville 2000, Mejia-Alvarez 2009 Slide 1 Software Processes l Coherent sets of activities for specifying, designing, implementing and testing.
Topic (1)Software Engineering (601321)1 Introduction Complex and large SW. SW crises Expensive HW. Custom SW. Batch execution.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes.
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 3 Slide 1 Software Processes l Coherent sets of activities for specifying, designing,
CENG 394 Introduction to Human-Computer Interaction
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 8 Slide 1 Software Prototyping l Rapid software development to validate requirements.
Object-Oriented Software Engineering Practical Software Development using UML and Java Chapter 7: Focusing on Users and Their Tasks.
HCI in Software Process Material from Authors of Human Computer Interaction Alan Dix, et al.
Lecture 10 HCI in the software process. Topics for Today Software engineering and the design process for interactive systems Usability engineering Iterative.
Week 8 - The process of interaction design
1 Introduction to Software Engineering Lecture 1.
The System and Software Development Process Instructor: Dr. Hany H. Ammar Dept. of Computer Science and Electrical Engineering, WVU.
Software Engineering - Abdul Majeed. What is software? Definition of Software Engineering Software Process Generic view of Software Engineering Software.
Software Prototyping Rapid software development to validate requirements.
Human Computer Interaction
CSE 303 – Software Design and Architecture
Software Development Life Cycle (SDLC)
Modelling the Process and Life Cycle. The Meaning of Process A process: a series of steps involving activities, constrains, and resources that produce.
©Ian Sommerville 2006Software Engineering, 8th edition. Chapter 4 Slide 1 Software Processes.
Software Development Process CS 360 Lecture 3. Software Process The software process is a structured set of activities required to develop a software.
Lectures 2 & 3: Software Process Models Neelam Gupta.
A framework that describes the activities performed at each stage of a software development project. A life-cycle or a software process is the organisational.
Software Lifecycle Models Place of Testing in Software Lifecycle 1.
Lecture 7 Design Process for Interactive Systems.
Announcements/Assignments
Lecture 3 Prescriptive Process Models
Topic for Presentaion-2
Usability engineering
Iterative design and prototyping
Software Processes (a)
V-Shaped SDLC Model Lecture-6.
HCI in the software process
The design process Software engineering and the design process for interactive systems Standards and guidelines as design rules Usability engineering.
The design process Software engineering and the design process for interactive systems Standards and guidelines as design rules Usability engineering.
Software life cycle models
CSE310 Human-Computer Interaction
HCI in the software process
HCI in the software process
Human Computer Interaction Lecture 14 HCI in Software Process
Presentation transcript:

Editted and revised by Razan Salman

 Software engineering and the design process for interactive systems  Usability engineering  Iterative design and prototyping  Design rationale

What is engineering? – It is the structured application of scientific techniques to the development of a product The Idea – Treat software engineering the same This means… – Finding the “scientific techniques” or activities required in software development, – and Enforcing “structure” on them, and ordering them in time in a development project – Result: software lifecycle

 Software engineering is the discipline for understanding the software design process, or life cycle  Designing for usability occurs at all stages of the life cycle, not as a single isolated activity

Requirements Specification Architectural Design Detailed Design Coding & Unit Testing Integration & Testing Operation & Maintenance The structure imposed on the development of a software product. Sequential- Phases should be followed in order.

 Requirements specification ◦ Designer and customer capture what the system should provide ◦ Expressed in natural language, or more precise languages via a task analysis  Architectural design ◦ High-level description of how the system provides the services required ◦ Divide into system components and how they interrelate ◦ Satisfy functional and non-functional requirements ◦ Non—functional requirements  Those features not directly related to services provided, but that relate to the manner in which services are provided  E.g., efficiently, reliability, timing, safety

 Detailed design ◦ Refinement of architectural components and interrelations to identify modules to be implemented separately ◦ Refinement is governed by the non-functional requirements  Coding and unit testing ◦ Implement in a computer language ◦ Formal methods  A field of research seeking to automate the coding  Views transformation from “detailed design” to “implementation” as a transformation from one mathematical expression to another (hard!) ◦ Unit testing  Verify according to test criteria determined earlier  Some research in “automatic” generation of test

 Integration and testing ◦ Combine modules that interact ◦ Some acceptance testing with customer to ensure requirements are met ◦ Acceptance by “outside authority” (aircraft certification, ISO9241), if necessary  Operation and maintenance ◦ Includes all work on system, after product release ◦ Majority of a product’s lifetime occurs in this phases ◦ Activities include  Correct errors, discovered after release  Revision of system services to satisfy requirements ◦ Maintenance phase provides feedback to all other phases

 Simple and easy to use.  Easy to manage due to the rigidity of the model – each phase has specific deliverables and a review process.  Phases are processed and completed one at a time.  Works well for smaller projects where requirements are very well understood.

 Adjusting scope during the life cycle can kill a project  No working software is produced until late during the life cycle.  High amounts of risk and uncertainty.  Poor model for complex and object-oriented projects.  Poor model for long and on-going projects.  Poor model where requirements are at a moderate to high risk of changing.

 5/07/13/software-development-life-cycle- models/ 5/07/13/software-development-life-cycle- models/

 Verification ◦ Designing the product right  Validation ◦ Designing the right product  The formality gap ◦ Validation will always rely to some extent on subjective means of proof  Management and contractual issues ◦ Design in commercial and legal contexts Real-world requirements and constraints are often subjective The formality gap

 cannot assume a linear sequence of activities as in the waterfall model  Lots of Feedback Requirements specification Architectural design Detailed design Coding and unit testing Integration and testing Operation and maintenance

 Ultimate test of usability  Based on measurement of user experience  Usability engineering demands specific usability measures as requirements  Usability specification ◦ Usability attribute/principle ◦ Measuring concept ◦ Measuring method ◦ Current level, worst case, planned level, best case  Problems ◦ Usability specification requires level of detail that may not be known early in design ◦ Satisfying a usability specification does not necessaril6y satisfy usability

Attribute: Backward recoverability Measuring concept:Undo an erroneous programming sequence Measuring method:Number of explicit user actions to undo current program Now level:No current product allows such an undo Worst case:As many actions as it takes to program-in mistake Planned level:A maximum of two explicit user actions Best case:One explicit cancel action

Adopts traditional usability categories:  Effectiveness ◦ can you achieve what you want to?  Efficiency ◦ can you do it without wasting effort?  Satisfaction ◦ do you enjoy the process?

Usability Effectiveness Efficiency Satisfaction objectivemeasures measuresmeasures Suitability Percentage of Time toRating scale for the task goals achieved complete a taskfor satisfaction Appropriate for Number of power Relative efficiency Rating scale for trained usersfeatures usedcompared withsatisfaction with an expert user power features LearnabilityPercentage of Time to learn Rating scale for functions learnedcriterionease of learning Error tolerancePercentage of Time spent on Rating scale for errors corrected correcting errorserror handling successfully

 Iterative design overcomes inherent problems of incomplete requirements  Works to incorporate crucial customer feedback early in the design process to inform critical decisions which affect usability. Test Analyze Results Design Deployment of Final Product Customer feedback

 Prototypes ◦ simulate or animate some features of intended system ◦ different types of prototypes  throw-away  incremental  evolutionary  Management issues ◦ time ◦ planning ◦ non-functional features ◦ contracts

 Storyboards ◦ Simplest notion of prototype. ◦ Need not be computer-based ◦ Can be animated ◦ A graphical representation of the outward appearance of the intended system, without any accompanying system functionality.  Limited functionality simulations ◦ Some part of system functionality provided by designers ◦ Tools like HyperCard are common for these ◦ Wizard of Oz technique  Warning about iterative design ◦ Design inertia – early bad decisions stay bad ◦ Diagnosing real usability problems in prototypes…. and not just the symptoms

 Design rationale is information that explains why a computer system is the way it is.  Benefits of design rationale ◦ communication throughout life cycle ◦ reuse of design knowledge across products ◦ enforces design discipline ◦ presents arguments for design trade-offs ◦ organizes potentially large design space ◦ capturing contextual information

Types of design rationale:  Process-oriented ◦ preserves order of deliberation and decision-making  Structure-oriented ◦ emphasizes post hoc structuring of considered design alternatives  Two examples: ◦ Issue-based information system (IBIS) ◦ Design space analysis

 Basis for much of design rationale research  Process-oriented  Main elements: ◦ Issues – Hierarchical structure with one ‘root’ issue ◦ Positions – Potential resolutions of an issue ◦ Arguments – Modify the relationship between positions and issues  gIBIS is a graphical version

Sub-issue Issue Sub-issue Position Argument responds to objects to supports questions generalizes specializes

 Structure-oriented  QOC – hierarchical structure: ◦ Questions (and sub-questions)  Represent major issues of a design ◦ Options  Provide alternative solutions to the question ◦ Criteria  The means to assess the options in order to make a choice  DRL – Similar to QOC with a larger language and more formal semantics

Question Option Criterion Question … Consequent Question …

 To support task-artefact cycle in which user tasks are affected by the systems they use  Aims to make explicit consequences of design for users  Designers identify tasks system will support  Scenarios are suggested to test task  Users are observed on system  Psychological claims of system made explicit  Negative aspects of design can be used to improve next iteration of design

The software engineering life cycle ◦ distinct activities and the consequences for interactive system design Usability engineering ◦ making usability measurements explicit as requirements Iterative design and prototyping ◦ limited functionality simulations and animations Design rationale ◦ recording design knowledge ◦ process vs. structure