Presentation is loading. Please wait.

Presentation is loading. Please wait.

WebQuilt and Mobile Devices: A Web Usability Testing and Analysis Tool for the Mobile Internet Tara Matthews Seattle University April 5, 2001 Faculty Mentor:

Similar presentations


Presentation on theme: "WebQuilt and Mobile Devices: A Web Usability Testing and Analysis Tool for the Mobile Internet Tara Matthews Seattle University April 5, 2001 Faculty Mentor:"— Presentation transcript:

1 WebQuilt and Mobile Devices: A Web Usability Testing and Analysis Tool for the Mobile Internet Tara Matthews Seattle University April 5, 2001 Faculty Mentor: James Landay Graduate Mentor: Sarah Waterson Group for User Interface Research EECS Department University of California at Berkeley

2 2 April 5, 2002 Outline 1. Introduction 2. Motivation 3. Usability Testing and WebQuilt 4. My Research: WebQuilt for Mobile Devices

3 3 April 5, 2002 Introduction Human Computer Interaction (HCI) ­Goal: human user and his/her behavior as the motivating factor in software design ­“A powerful program with a poorly designed user interface has little value.” (Webopedia) Usability ­How easily can a user succeed in their tasks? Web design deals with the UI for a website

4 4 April 5, 2002 Motivation: Better Usability Testing Many websites have usability problems Designers conduct usability testing to solve these problems Designers want a way to test that: Is fast and easy to deploy on any website Is compatible with range of OS and browsers Includes better tools for analyzing the data

5 5 April 5, 2002 WebQuilt Approach Fast and easy to deploy on any website Compatible with range of OS and browsers Better tools for analyzing the data Client BrowserWeb Server Request Response

6 6 April 5, 2002 WebQuilt Approach Fast and easy to deploy on any website Compatible with range of OS and browsers Better tools for analyzing the data WebQuilt Log Proxy Client BrowserWeb Server

7 7 April 5, 2002 WebQuilt Approach Fast and easy to deploy on any website Compatible with range of OS and browsers Better tools for analyzing the data

8 8 April 5, 2002 Outline 1. Introduction 2. Motivation 3. Usability Testing and WebQuilt 4. My Research: WebQuilt for Mobile Devices a.Overview b.Web Design for Mobile Devices c.Extending WebQuilt: PDAs d.Extending WebQuilt: Phones e.WebQuilt User Testing

9 9 April 5, 2002 Overview of My Research Extend WebQuilt to work with PDAs and Internet phones 1.Understand web design and usability issues for mobile devices 2.Research the technologies involved with Internet access for PDAs and Internet phones 3.Implement extensions to WebQuilt infrastructure 4.Conduct usability testing with WebQuilt

10 10 April 5, 2002 Web Design for Mobile Devices Mobile devices introduce difficult usability problems ­Small screen size ­Traditional input mechanisms not available ­Slow Internet transfer rates ­Limited memory space WAP phone studies indicate poor usability ­70% said they would not use within one year (Nielsen Norman) Investigated many varying industry solutions and found: ­Mobile devices sites should be designed for the PDAs or phones ­Web content should represent needs of mobile users ­We should deal with freely accessible sites

11 11 April 5, 2002 Extending WebQuilt: PDAs Rendering PDA browser for visualization ­Compared desktop and PDA browser sizes Created framework for running tests -Designed the interface and functionality to deploy tests -Enhanced proxy code to better support tests Add survey at end of each task ­WebQuilt logging and visualization is quantitative ­Survey provides qualitative feedback

12 12 April 5, 2002 Extending WebQuilt: Phones Same changes as PDA plus more: 1. New Proxy that deals with WML Original only proxies HTML pages Phone sites are made with WML (XML subset) 2. Integrate phone browser for visualization Desktop browser does not look like phone browser and cannot render WML Need source code for WML browser written in Java

13 13 April 5, 2002 User Testing with WebQuilt Designers: the real WebQuilt users WebQuilt user testing vs. user (or usability) testing with WebQuilt Goals: Find bugs with WebQuilt itself See how well WebQuilt performs: ­Will it help mobile site designers? ­Does it find usability problems?

14 14 April 5, 2002 Steps for User Testing Setup several tasks, recruit 20–100 people Email users URL to the WebQuilt start page Ask them to complete the predefined tasks Collect remote (or local) data Aggregate, view, and interact with data Find problems, fix, repeat Evaluate Design Prototype

15 15 April 5, 2002 Preliminary Results of Testing Let’s look at a MapQuest example… ­Task: find if there were any traffic delays on I- 490 East in Rochester, NY ­30 people tried the task and filled out a survey ­Used survey, logfile, visualizations

16 16 April 5, 2002

17 17 April 5, 2002

18 18 April 5, 2002

19 19 April 5, 2002

20 20 April 5, 2002 Conclusion I was able to extend WebQuilt’s remote usability testing capabilities to PDAs and began work for Internet phones The preliminary results of our testing showed that WebQuilt has potential for helping us find usability problems My contribution will hopefully lead to more usable mobile sites that open mobile connectivity to a wider range of people

21 21 April 5, 2002 Future Work Work with designers: the real users of WebQuilt ­What functionality they need/do not want ­Improvements ­Real-life performance: is it useful? Finish phone proxy and visualization and conduct user testing

22 22 April 5, 2002 Reflections What is the impact of my work on others? Does it benefit people/society? Do I enjoy what I am doing?

23 23 April 5, 2002 Acknowlegements Special thanks to Sarah Waterson, Jason Hong, James Landay, and the GUIR folk Group for User Interface Research EECS Department University of California at Berkeley Download WebQuilt at: http://guir.berkeley.edu/webquilt

24 24 April 5, 2002 Thank You! WebQuilt and Mobile Devices: A Web Usability Testing Analysis Tool for the Mobile Internet Tara Matthews Seattle University August 2, 2001 Faculty Mentor: James Landay Graduate Mentor: Sarah Waterson Group for User Interface Research EECS Department University of California at Berkeley

25 25 April 5, 2002 Extra Slides

26 26 April 5, 2002 Usability Testing Before WebQuilt Traditional usability tests Extremely useful qualitative information  Lots of time, small websites, few people, local Server-side logging Easy to collect, remote testing, lots of tools  Restricted access, little on tasks and problems Client-side logging Can track everything, remote testing  Installation, platform-dependent, analysis tools

27 27 April 5, 2002 Implementing a WML Proxy What does the proxy do? ­Sits between user’s browser and web server ­Intercepts requests to log user’s actions on a site How does the proxy work? How to change proxy to work for WML?

28 28 April 5, 2002 Implementing a WML Proxy What does the proxy do? How does the proxy work? How to change proxy to work for WML?

29 29 April 5, 2002 Store The Proxy at Runtime

30 30 April 5, 2002 1. Process Client Request Store The Proxy at Runtime

31 31 April 5, 2002 2. Retrieve Requested Document Store The Proxy at Runtime

32 32 April 5, 2002 3. Process and return the page Store The Proxy at Runtime

33 33 April 5, 2002 Start with: End up with: <A HREF="http://tasmania.cs.berkeley.edu/webquilt? replace=http://www.yahoo.com/computers.html &tid=1&linkid=12"> The Proxy at Runtime

34 34 April 5, 2002 4. Store the page5. Log the transaction Store The Proxy at Runtime

35 35 April 5, 2002 Implementing a WML Proxy What does the proxy do? How does the proxy work? How to change proxy to work for WML? ­Main classes: WebProxy and ProxyEdit ­Made ProxyEdit an interface ­HTMLProxyEdit and WMLProxyEdit extend ­Moved HTML proxy code into HTMLProxyEdit ­Wrote WML proxy code in WMLProxyEdit +Required writing WML Tolkenizer


Download ppt "WebQuilt and Mobile Devices: A Web Usability Testing and Analysis Tool for the Mobile Internet Tara Matthews Seattle University April 5, 2001 Faculty Mentor:"

Similar presentations


Ads by Google