Bedework Testing for 3.4.1 Release

This page documents the manual walk-through of Bedework to test all functionality for the 3.4.1 release. This list will be converted into automatic web tests once the process is complete. Testing was done in Internet Explorer 7.0, Firefox 2.0, and Safari 3.0. Mobile testing was done on Blackeberry and the iPhone.

Real bugs will be entered in Trac.

Public Event Submissions Web Client

  • initial entry:
    • default view comes up appropriately [ok]
  • navigation:
    • tab navigation works [ok]
  • event editing:
    • add event
      • form validation:
        • click next or add with missing fields validates correctly [ok]
        • end date/time before start date/time validates correctly [ok]
        • location list works [ok]
        • duration radio button works [ok]
        • zero duration for all day event disallowed [ok]
        • duration type switching produces valid data (weeks zero out when needed) [ok]
        • contact list works [ok]
        • all day checkbox works [ok]
        • cancel add event [ok]
        • adding event returns to default view [ok]

    • edit/delete pending event
      • list of pending events works [ok]
      • updating an event
        • all validation is consistent with tests for adding event above [ok]
        • all submit buttons are consistent with tests for adding event above [ok]
        • all data looks correct when event is initialized for edit [ok]
      • delete event
        • delete event [ok]
  • event appears in Pending Events within admin client [ok]
  • event no longer in My Pending Events once approved [ok]