Skip to content

Manual testing checklist

Daniel O'Connor edited this page Jul 8, 2016 · 2 revisions

This checklist came out of the effort to replace Zurb Foundation with Bootstrap, as our CSS framework. In doing so, we potentially messed up every part of the site, often in ways that would be hard to perceive via automated testing. The following is a list of things to check/do manually in situations like this. It will almost certainly get very out of date, but if you're the next person to pass through here, please update it! Most of what you're looking for here is: does it generally look okay? We can't be more specific than that!

Homepage

  • header formatting
  • footer formatting

Login etc

  • Sign up for account and confirm (if possible)
  • Login
  • Logout
  • Forget password

Crops

  • Crop homepage
  • Single crop page
  • Add a new crop
  • Edit a crop
  • Delete a crop

Members

  • Member index page
  • Individual member page

RSS feeds

  • On site index page, check auto-discovery links in header
    • should include updates and crops
  • On an individual members' page, check autodiscovery links in header
    • should include link to member's own RSS feed
Clone this wiki locally