Cognitive walkthrough
The cognitive walkthrough method is a usability inspection method used to identify usability issues in interactive systems, focusing on how easy it is for new users to accomplish tasks with the system. A cognitive walkthrough is task-specific, whereas heuristic evaluation takes a holistic view to catch problems not caught by this and other usability inspection methods.
The method is rooted in the notion that users typically prefer to learn a system by using it to accomplish tasks, rather than, for example, studying a manual. The method is prized for its ability to generate results quickly with low cost, especially when compared to usability testing, as well as the ability to apply the method early in the design phases before coding even begins.
Introduction
A cognitive walkthrough starts with a task analysis that specifies the sequence of steps or actions required by a user to accomplish a task, and the system responses to those actions. The designers and developers of the software then walk through the steps as a group, asking themselves a set of questions at each step. Data is gathered during the walkthrough, and afterwards a report of potential issues is compiled. Finally the software is redesigned to address the issues identified.The effectiveness of methods such as cognitive walkthroughs is hard to measure in applied settings, as there is very limited opportunity for controlled experiments while developing software. Typically measurements involve comparing the number of usability problems found by applying different methods. However, Gray and Salzman called into question the validity of those studies in their dramatic 1998 paper "Damaged Merchandise", demonstrating how very difficult it is to measure the effectiveness of usability inspection methods. The consensus in the usability community is that the cognitive walkthrough method works well in a variety of settings and applications.
Streamlined cognitive walkthrough procedure
After the task analysis has been made, the participants perform the walkthrough:- Define inputs to the walkthrough: a usability specialist lays out the scenarios and produces an analysis of said scenarios through explanation of the actions required to accomplish the task.
- # Identify users
- # Create a sample task for evaluation
- # Create action sequences for completing the tasks
- # Implementation of interface
- Convene the walkthrough:
- # What are the goals of the walkthrough?
- # What will be done during the walkthrough
- # What will not be done during the walkthrough
- # Post ground rules
- ## Some common ground rules
- ### No designing
- ### No defending a design
- ### No debating cognitive theory
- ### The usability specialist is the leader of the session
- # Assign roles
- # Appeal for submission to leadership
- Walk through the action sequences for each task
- # Participants perform the walkthrough by asking themselves a set of questions for each subtask. Typically four questions are as
- #* Will the user try to achieve the effect that the subtask has? E.g. Does the user understand that this subtask is needed to reach the user's goal
- #* Will the user notice that the correct action is available? E.g. is the button visible?
- #* Will the user understand that the wanted subtask can be achieved by the action? E.g. the right button is visible but the user does not understand the text and will therefore not click on it.
- #* Does the user get appropriate feedback? Will the user know that they have done the right thing after performing the action?
- # By answering the questions for each subtask usability problems will be noticed.
- Record any important information
- # Learnability problems
- # Design ideas and gaps
- # Problems with analysis of the task
- Revise the interface using what was learned in the walkthrough to improve the problems.
Common shortcomings
In teaching people to use the walkthrough method, Lewis & Rieman have found that there are two common misunderstandings:- The evaluator doesn't know how to perform the task themself, so they stumble through the interface trying to discover the correct sequence of actions—and then they evaluate the stumbling process.
- The walkthrough method does not test real users on the system. The walkthrough will often identify many more problems than you would find with a single, unique user in a single test session
History
The method was developed in the early nineties by Wharton, et al., and reached a large usability audience when it was published as a chapter in Jakob Nielsen's seminal book on usability, "Usability Inspection Methods". The Wharton, et al. method required asking four questions at each step, along with extensive documentation of the analysis. In 2000 there was a resurgence in interest in the method in response to a CHI paper by Spencer who described modifications to the method to make it effective in a real software development setting. required asking only two questions at each step, and involved creating less documentation. Spencer's paper followed the example set by Rowley, et al. who described the modifications to the method that they made based on their experience applying the methods in their 1992 CHI paper "The Cognitive Jogthrough".Originally designed as a tool to evaluate interactive systems, such as postal kiosks, automated teller machines, and interactive museum exhibits, where users would have little to no experience with using this new technology. However, since its creation, the method has been applied with success to complex systems like CAD software and some software development tools to understand the first experience of new users.