A7: Ready for testing

← A6    A8 →

In this assignment, we prepare for user testing by finalizing the development of our app functionality. We continue to apply design heuristics to create an intuitive interaction. We apply templates to streamline our code. We debug. We fit the mobile form factor, but we refrain from focusing on aesthetics so that user testing doesn't nullify any work we have done. We expand the functionality of our app, if possible. We assess our progress by updating our development plan. We address bias and consistency in conducting our user testing by composing a user testing plan. We decide on design choices that are best suited for user testing.

The following rubric items are independently assessed. In general, evaluation works such that if the student/team meets, for instance, 9 out of 10 rubric items, then they have earned a grade of 90%. The assignment will not be graded unless it is submitted on a single, well-formatted, and easily readable PDF.

This assignment requires one submission per: team

    User Testing Plan
  1. Write step-by-step instructions on how to perform testing that any student could use to do the testing without help, comprising mostly of the tasks you will ask users to do and how you will guide them if they are really stuck. In most cases, these tasks will be similar to your user task in A6
  2. Instructions describe how you will gain informed consent using this form
  3. Instructions describe how your observations will be recorded
  4. Write the exact words that a facilitator will say to the testers, to ensure consistency across all tests
  5. Write a few detailed sentences why the instructions and scripts do not bias a user in one direction
  6. List three main research questions/design choices of interest in your testing
  7. Write a few detailed sentences justifying why you are interested in your main testing questions and how you will answer them
  8. Write three interview questions you will ask the testers as part of their debriefing
  9. Plan is less than 2 pages long

  10. Complete functionality
  11. Write a few detailed sentences assessing how ready your prototype is for user testing. If you used a different programming approach than in the labs, explain how you meet rubric items that assess code and functionality
  12. Write a few detailed sentences justifying the number of unique workflows or user tasks that your app supports
  13. Clearly identify a JSON data file. We will search for ".json" in your repo
  14. Import data from your JSON data file. We will search for "require...json" in your code
  15. Use handlebars, e.g. #each loops, to template your app's pages, rather than duplicating code. We will search for "{{" in your code
  16. Utilize routes and jQuery selectors to asynchronously update your app's screens where appropriate. We will search for "$." and ".html" or ".append" in your code
  17. Prototype writes JSON data, which need not persist after node server restarts. We will search for ".put" or ".push" in your code
  18. In studio, we will verify that first-time users could go from screen to screen and know what functions they can perform
  19. We will test if your app is completely bug free and runs smoothly, so test on a separate machine/incognito
  20. We will test if your app is designed for (fits) the mobile form factor on a 4" to 5.1" phone, and responsive mode in Chrome/Safari
  21. Your app has a justifiable number of unique workflows or user tasks that your app supports

  22. Development Plan
  23. Verify all tasks are actionable, prioritized, assigned an owner, and given a time estimate
  24. In your comments column, identify tasks that were newly added
  25. Add two new columns identifying actual time taken to complete your tasks, and actual date of completion

  26. Submit
  27. Submit a clickable or easily typed link to your app of the form “a7-projectname.herokuapp.com”. If your app is changed before grading is completed, you will receive no credit for the assignment
  28. Submit a clickable or easily typed link to your project repository on GitHub. Make sure the grader has access by the deadline
  29. Submit a clickable or easily typable link to -- or a readable, properly oriented, and complete snapshot of -- your dev plan. Make sure the grader has access

Examples

Here are some examples from prior years. Note assignments change from year to year, so use these examples as a reference, see where they succeed/breakdown, and make sure your final submissions adhere to the rubric for this year.

User Testing Plans: (1) (2)

Apps: (1) (2)

App Demos (not required for this assignment): (1) (2)

Development plans: (1) (2) (3) (4)

Here is a cool video of the dynamic nature of implementation plans throughout the project.

Newly added! Here are some examples of feedback that has previously been given on this assignment.