Ch 3 Usability page 1CS 368 Usability Models the authors compare three usability models and introduce their own “the extent to which a product can be used.

Slides:



Advertisements
Similar presentations
William H. Bowers – Understanding Users: Qualitative Research Cooper 4.
Advertisements

1 User-Centered Design CSSE 376, Software Quality Assurance Rose-Hulman Institute of Technology April 17, 2007.
Part 1: Introducing User Interface Design Chapter 1: Introduction –Why the User Interface Matters –Computers are Ubiquitous –The Importance of Good User.
Ch 4 The Process page 1CS 368 Building Software is Difficult often delivered late often over budget always with errors must be a custom solution complexity.
The Process of Interaction Design. Overview What is Interaction Design? —Four basic activities —Three key characteristics Some practical issues —Who are.
Usability & Usability Engineering. Usability What is usability Easy to use? User Friendly?
1 Defining Usability Laura Leventhal and Julie Barnes Computer Science Dept.
The Process of Interaction Design. What is Interaction Design? It is a process: — a goal-directed problem solving activity informed by intended use, target.
Usability 2004 J T Burns1 Usability & Usability Engineering.
Lecture 7 Evaluation. Purpose Assessment of the result Against requirements Qualitative Quantitative User trials Etc Assessment of and Reflection on process.
Ch 5 Specification page 1CS 368 Context Specification one of the most commonly cited reasons for an IT project failure is unclear objectives and requirements.
Knowledge for business Usability in Space Mark Ruijsendaal P.O Box ZG Soesterberg
MIT Chris LaRoche Katherine Wahl IS&T Customer Support MIT.
Mgt 20600: IT Management & Applications Decision Support Systems Tuesday April 18, 2006.
Evaluation of digital Libraries: Criteria and problems from users’ perspectives Article by Hong (Iris) Xie Discussion by Pam Pagels.
Usability 2009 J T Burns1 Usability & Usability Engineering.
Usability Methods: Cognitive Walkthrough & Heuristic Evaluation Dr. Dania Bilal IS 588 Spring 2008 Dr. D. Bilal.
1. Learning Outcomes At the end of this lecture, you should be able to: –Define the term “Usability Engineering” –Describe the various steps involved.
WP6: Grid Authorization Service Review meeting in Berlin, March 8 th 2004 Marcin Adamski Michał Chmielewski Sergiusz Fonrobert Jarek Nabrzyski Tomasz Nowocień.
Usability Usability is concerned with how easy it is for the user to accomplish a desired task and the kind of user support the system provides. Usability.
1 Lecture 5.3: SEF Ch 4 Requirements Analysis Dr. John MacCarthy UMBC CMSC 615 Fall, 2006.
Modeling Users 2 Predicting thoughts and actions in context.
Managing Software Quality
Introduction to SDLC: System Development Life Cycle Dr. Dania Bilal IS 582 Spring 2009.
Principles of User Centred Design Howell Istance.
Copyright © Jerzy R. Nawrocki ISO 9126 and Non-functional Requirements Requirements.
Feasibility Study.
Object-Oriented Software Engineering Practical Software Development using UML and Java Chapter 7: Focusing on Users and Their Tasks.
Usability Expert Review Anna Diubina. What is usability? The effectiveness, efficiency and satisfaction with which specified users achieve specified goals.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley The Resonant Interface HCI Foundations for Interaction Design First Edition.
Other Quality Attributes Other Important Quality attributes Variability: a special form of modifiability. The ability of a system and its supporting artifacts.
Agile User Stories Enriched with Usability ANA M. MORENO AND AGUSTÍN YAGÜE UNIVERSIDAD POLITECNICA DE MADRID MADRID, SPAIN
Applying the Usability Engineering Lifecycle in Tool Development VT SENRG Will Humphries & Kim Gausepohl 12/04/07 2:50-3:20PM.
SWE 4324 UCD - WEB A FINAL VERSION Evaluation of a feature Note about Webs – Webs are the interactive class you must participate for a satisfactory understanding.
Drexel University CS 451 Software Engineering Winter Yuanfang Cai Room 104, University Crossings
Usability and Accessibility Usability of Accessibility Features Janey Barnes, PhD User-View, Inc. 1.
© 1997, BAK. 1The DESMET Methodology EEL UNIVERSITY KE Evaluating software methods and tools using the DESMET Methodology Barbara Kitchenham Steve Linkman.
Lecture 1 The University of Lahore Software Engineering Saeed Akhtar
Analyzing Users Creating documents to meet needs.
Putting Assessment into Practice - Library Websites Steve Burks, LIS Web Developer Saint Michael’s College Library
Gary MarsdenSlide 1University of Cape Town Human-Computer Interaction - 4 User Centred Design Gary Marsden ( ) July 2002.
Chapter 8 Usability Specification Techniques Hix & Hartson.
Writing Software Documentation A Task-Oriented Approach Thomas T. Barker Chapter 5: Analyzing Your Users Summary Cornelius Farrell Emily Werschay February.
Towards Common Standards for Studies of Software Engineering Tools and Tool Features Timothy C. Lethbridge University of Ottawa.
LESSON 3. Properties of Well-Engineered Software The attributes or properties of a software product are characteristics displayed by the product once.
CS532 TERM PAPER MEASUREMENT IN SOFTWARE ENGINEERING NAVEEN KUMAR SOMA.
June 5, 2007Mohamad Eid Usability Testing Chapter 8.
Hussein Alhashimi. “If you can’t measure it, you can’t manage it” Tom DeMarco,
SOFTWARE ENGINEERING MCS-2 LECTURE # 2. ATTRIBUTES OF GOOD S/W  Maintainability;  S/w should be written in such a way that it may evolve to meet the.
Useability testing Software Development Unit 4 Outcome 1.
Usability Engineering Dr. Dania Bilal IS 587 Fall 2007.
Evaluation / Usability. ImplementDesignAnalysisEvaluateDevelop ADDIE.
IMPROVING THE HUMAN TECHNOLOGY INTERFACE NURSING INFORMATICS CHAPTER 4 1.
Day 8 Usability testing.
What Do We Mean by Usability?
Imran Hussain University of Management and Technology (UMT)
Source & Courtesy: Doc. S. Dapkūnas
Usability engineering
Usability engineering
Interaction qualities
SY DE 542 User Testing March 7, 2005 R. Chow
Charakteristiky kvality
Analysis of Software Usability Evaluation Methods
Human Computer Interaction
Chapter # 7 Software Quality Metrics
COMP444 Human Computer Interaction Usability Engineering
Quick orientation for MBSE Usability Group
HCI What ? HCI Why ? What happens when a human and a computer system interact to perform a task? task -write document, calculate budget, solve equation,
ISO/IEC Systems and software Quality Requirements and Evaluation
Presentation transcript:

Ch 3 Usability page 1CS 368 Usability Models the authors compare three usability models and introduce their own “the extent to which a product can be used to achieve specific goals with effectiveness, efficiency and satisfaction.” usability is one measure of success within software engineering that might also include: functionality, cost, maintainability. each characteristic must be measurable. Measures can be quantitative or qualitative and subjective or objective. Opinions of experts can also be used. collectively, used to measure the usability of an existing system or iteratively during the development of a new system additional areas of usability documentation installation support maintenance

Ch 3 Usability page 2CS 368 User Interface Characteristics Ease of learning - amount of time to become proficient Ease of use - efficiency after becoming proficient Ease of relearning - amount of time to learn a second time Task match - the extent to which the system features match the user needs Flexibility - ability to support unanticipated usage patterns Satisfaction - from the user’s perspective

Ch 3 Usability page 3CS 368 Key Factors that Influence Usability Place usability into context Tasks frequency - how often is the task performed rigidness - how many options / alternatives available to complete the task situational - security, collaboration, environment User expertise - novice, occasional or expert (power) motivation - high or low

Ch 3 Usability page 4CS 368 Group Activity Identify appropriate characteristics and measurements for using Banner to register for Winter courses. Identify key factors for tasks and users Identify standard tasks, representative tasks, benchmark tasks.