Open main menu

CDOT Wiki β

Changes

BBB BUC SAdmin MngDepart

227 bytes added, 14:01, 18 June 2013
no edit summary
'''Brief Description:''' This is a template to copy and paste into other pagesThe process of managing departments.
'''Scenario 1:''' Create new meetingAdd department
'''Preconditions:''' Includes anything that has been set up before starting the scenario. It must include what Manage departments page the user is on before the scenario starts.
! Actor !! System !! Data Used
|-
| What the actors doesActor chooses to add department. || What the system does in responseSystem returns page with editable fields. || The data fields retrieved, added, removed, by the system.
|-
| Actor populates fields and chooses to save. || System validates fields, persists data, and creates record for department ||Department code, department name
|}
'''Postconditions:''' The final results of the scenario running (ex. A record has been created, edited, etc.). It also includes the Manage departments page that the user ends on.
'''Scenario 2:''' Edit meeting
'''Scenario 2:''' Edit department
 '''Preconditions:''' Includes anything that has been set up before starting the scenario Manage departments page.  {| class="wikitable" border="1" cellpadding="5"|-! Actor !! System !! Data Used|-| Actor selects department and chooses to edit. || System returns page with editable fields populated by selected department's information. ||Department code, department name|-| Actor changes fields and chooses to save. ||System validates fields, persists new data. ||Department code, department name|}  '''Postconditions:''' Manage departments page. It must include what    '''Scenario 3:''' Delete department  '''Preconditions:''' Manage departments page the user is on before the scenario starts.
! Actor !! System !! Data Used
|-
| What the actors doesActor selects department and chooses to delete. || What the system does in responseSystem returns prompt asking for confirmation. || The data fields retrieved, added, removed, by the system.
|-
| Actor accepts (chooses to delete). || System deletes subject record from db. ||
|}
'''Postconditions:''' The final results of the scenario running (ex. A record has been created, edited, etc.). It also includes the Manage departments page that the user ends on.