Status: Accepted Owner: epmclellan Labels: Type-Enhancement Priority-High Milestone-Release-1.0.6 Component-Testing-Framework
New issue 690 by [email protected]: Selenium testing for "edit event" functionality http://code.google.com/p/qubit-toolkit/issues/detail?id=690 Selenium tests for functionality added for Issue #684. Terminology Notes: --- * "new events" are events that have just been added by the user - and have not yet been submitted to the database. * "existing events" are events that are already in the database (from a previous "edit" action) * "form" is the entire HTML form used to submit archival data to the database (e.g. "edit ISAD form") * "dialog" is the YUI modal dialog that allows editing an event and submitting the changes *without* submitting the "form". Tests (for both RAD and DC templates): ---- 1) Adding an event * Does the "add event" link work properly? * Does the dialog submit properly? * After dialog submit, does the data appear on screen correctly? * After form submit, does the data appear on screen correctly? * When javascript is disabled, can you add an new event properly? 2) Editing * Does the "edit event" (pencil icon) link appear correctly? * Is all the data displayed in the dialog correct (for new and exisiting events)? * Does the modal dialog submit properly? * After the dialog is submitted does the data display on screen correctly? * After the form is submitted does the data display correctly? * (NOTE: There is no "edit" functionality for events for non-javascript use - the user must delete and re-add the event) 3) Deleting * Does the delete link (stop sign icon) appear and work properly? * Do existing events delete correctly? * Do new events delete correctly? * After form submit are all deleted events actually deleted? * With javascript disabled, do the delete checkboxes work correctly? -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Qubit Toolkit Issues" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/qubit-issues?hl=en -~----------~----~----~----~------~----~------~--~---
