HCI in the software process

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.
The design process IACT 403 IACT 931 CSCI 324 Human Computer Interface Lecturer:Gene Awyzio Room:3.117 Phone:
HCI in the software process Chapter 6
Human Computer Interaction
ISNE101 Dr. Ken Cosh. Recap  We’ve been talking about Software…  Application vs System Software  Programming Languages  Vs Natural Languages  Syntax,
SECOND MIDTERM REVIEW CS 580 Human Computer Interaction.
CH02: Modeling the process and life cycle Process of developing software (organization and discipline in the activities) contribute to the quality of the.
The Process of Interaction Design. What is Interaction Design? It is a process: — a goal-directed problem solving activity informed by intended use, target.
1 Software Testing and Quality Assurance Lecture 1 Software Verification & Validation.
HCI in the software process
Mastering OOA/OOD with UML. Contents Introduction Requirements Overview OOAOOD.
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.
CENG 394 Introduction to Human-Computer Interaction
Editted and revised by Razan Salman.  Software engineering and the design process for interactive systems  Usability engineering  Iterative design.
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
University of Palestine software engineering department Testing of Software Systems Testing throughout the software life cycle instructor: Tasneem.
1 Introduction to Software Engineering Lecture 1.
Design Process … and some design inspiration. Course ReCap To make you notice interfaces, good and bad – You’ll never look at doors the same way again.
Human Computer Interaction
CSE 303 – Software Design and Architecture
Software Engineering Jon Walker. What is Software Engineering? Why do we call it Software Engineering? Why not just call it programming or software development?
Process Asad Ur Rehman Chief Technology Officer Feditec Enterprise.
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.
Lecture 7 Design Process for Interactive Systems.
Slide 3.1 © The McGraw-Hill Companies, 2002 SOFTWARE LIFE-CYCLE MODELS.
The Software Lifecycle Stuart Faulk. Definition Software Life Cycle: evolution of a software development effort from concept to retirement Life Cycle.
Laurea Triennale in Informatica – Corso di Ingegneria del Software I – A.A. 2006/2007 Andrea Polini XVII. Verification and Validation.
Rekayasa Perangkat Lunak Part-6
Announcements/Assignments
SIE 515 Design and Usability
Chapter3:Software Processes
Software Prototyping.
Chapter 1 The Systems Development Environment
Lecture 3 Prescriptive Process Models
Introduction Edited by Enas Naffar using the following textbooks: - A concise introduction to Software Engineering - Software Engineering for students-
User-centred system design process
Prototyping.
Object-Oriented Software Engineering Using UML, Patterns, and Java,
Topic for Presentaion-2
The Systems Engineering Context
Usability engineering
Usability engineering
Iterative design and prototyping
Software Processes (a)
Chapter 6: Design of Expert Systems
Object oriented system development life cycle
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 Prototyping Animating and demonstrating system requirements.
Introduction Edited by Enas Naffar using the following textbooks: - A concise introduction to Software Engineering - Software Engineering for students-
HCI – DESIGN RATIONALE 20 November 2018.
Chapter 5 Designing the Architecture Shari L. Pfleeger Joanne M. Atlee
Process Models Coming up: Prescriptive Models.
An Overview of Software Processes
CSE310 Human-Computer Interaction
HCI in the software process
Software Processes.
Human Computer Interaction Lecture 14 HCI in Software Process
Rapid software development
THE PROCESS OF INTERACTION DESIGN
Logical Architecture & UML Package Diagrams
Presentation transcript:

HCI in the software process chapter 6 HCI in the software process

HCI in the software process Software engineering and the design process for interactive systems Usability engineering Iterative design and prototyping Design rationale

the 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

The waterfall model Requirements specification Architectural design Detailed design Coding and unit testing Integration and testing Operation and maintenance

Activities in the life cycle Requirements specification designer and customer try capture what the system is expected to provide can be expressed in natural language or more precise languages, such as a task analysis would provide Architectural design high-level description of how the system will provide the services required factor system into major components of the system and how they are interrelated needs to satisfy both functional and nonfunctional requirements Detailed design refinement of architectural components and interrelations to identify modules to be implemented separately the refinement is governed by the nonfunctional requirements

Verification and validation Real-world requirements and constraints The formality gap 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

The life cycle for interactive systems 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

Usability engineering The ultimate test of usability based on measurement of user experience Usability engineering demands that specific usability measures be made explicit as requirements Usability specification usability attribute/principle measuring concept measuring method now level/ worst case/ planned level/ best case Problems usability specification requires level of detail that may not be possible early in design satisfying a usability specification does not necessarily satisfy usability

part of a usability specification for a VCR 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

ISO usability standard 9241 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?

some metrics from ISO 9241 Usability Effectiveness Efficiency Satisfaction objective measures measures measures Suitability Percentage of Time to Rating scale for the task goals achieved complete a task for satisfaction Appropriate for Number of power Relative efficiency Rating scale for trained users features used compared with satisfaction with an expert user power features Learnability Percentage of Time to learn Rating scale for functions learned criterion ease of learning Error tolerance Percentage of Time spent on Rating scale for errors corrected correcting errors error handling successfully

Iterative design and prototyping Iterative design overcomes inherent problems of incomplete requirements 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

Techniques for prototyping Storyboards need not be computer-based can be animated 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 https://baike.baidu.com/item/OZ/18751618?fr=aladdin Oz是一门多范式编程语言语言 语言特性 编辑 Oz大量借鉴了Haskell,Lisp,Prolog,C,Perl,Java等语言的特性。他包含绝大多数的主要编程范型,包括逻辑,函数式(包括惰性求值和及早求值)、指令式编程、面向对象、约束编程、分布式以及并发计算等。Oz 的正式语法简单而实现高效。 Oz是一个面向并行编程的语言, 这个名词最开始是由Erlang language的主要设计者Joe Armstrong发明,面向并行的编程语言可以让并行变得容易且高效。Oz还支持一个标准的图形界面语言QTk。 在支持多种编程范式的基础上,Oz 的主要优势来自于支持约束编程和分布式计算。同时受益于模块化设计,Oz 成功得被实现为一种网络透明的分布式计算模型。这种模型使得使用 Oz 编写开放的、可容错的应用变得简单。而在约束编程方面,Oz 引入了“计算空间(computation space)”的概念,从而使得用户定义的搜索和部署策略与约束领域相正交。

Design rationale 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

Design rationale (cont’d) Types of DR: 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 deliberation 审议,熟思

Issue-based information system (IBIS) 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

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

Design space analysis 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

the QOC notation Criterion Option Question Option Criterion Option … Consequent Question … Question

Psychological design rationale 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

Summary The software engineering life cycle Usability engineering 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