Difference between revisions of "BBB BUC SAdmin MngDepart"
Xinggui Deng (talk | contribs) |
|||
Line 36: | Line 36: | ||
'''Postconditions:''' Manage departments page. | '''Postconditions:''' Manage departments page. | ||
+ | |||
+ | '''comments''' | ||
+ | * I think one step is not enough for this scenario, actor has to edit the content, system should validate the data, actor then choose to save or not ... | ||
Revision as of 12:45, 18 June 2013
Brief Description: The process of managing departments.
Scenario 1: Add department
Preconditions: Manage departments page.
Actor | System | Data Used |
---|---|---|
Actor chooses to add department. | System returns page with editable fields. | |
Actor populates fields and chooses to save | System persists data and creates record for department | Department code, department name |
Postconditions: Manage departments page.
Scenario 2: Edit department
Preconditions: Manage departments page.
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 |
Postconditions: Manage departments page.
comments
- I think one step is not enough for this scenario, actor has to edit the content, system should validate the data, actor then choose to save or not ...
Scenario 3: Delete department
Preconditions: Manage departments page.
Actor | System | Data Used |
---|---|---|
Actor selects department and chooses to delete. | System returns prompt asking for confirmation. | |
Actor accepts (chooses to delete). | System deletes subject record from db. |
Postconditions: Manage departments page.