Open main menu

CDOT Wiki β

Changes

BBB BUC Guest MngUsrSetting

19 bytes added, 12:32, 14 June 2013
Scenario 2: Change email address
| 2 || Enters a new nickname in the nickname field and clicks the "Submit" button || Validates the data entered against predefined rules, display an error message if nickname entered not valid ||
|-
| End of Loop || Until the nickname enters is valid || Change user nickname in database, displays a success message on screen, still displays the "user SetttingsUser Settings" page || bu_id (bbb_user)<br />bu_nick (bbb_user)
|-
| 3 || Clicks on the link labeled "Back", usually located on the left panel of the webpage || Displays the site main page (calender.jsp) ||
* Data in system is updated
* The system now displays the main site page (calender.jsp)
 
 
=='''Scenario 2:''' Change email address==
! Step# !! Actor !! System !! Data Used
|-
| 1 || Clicks the link to "User Settings" page, usually located on the left panel of the webpage || Displays the "User Settings" page (settings.jsp) that includes an empty field to enter a new nickname email ||
|-
| Loop || || ||
|-
| 2 || Enters a new nickname email address in the nickname email field and clicks the "Submit" button || Validates the data entered against predefined rules, display an error message if nickname email address entered not valid ||
|-
| End of Loop || Until the nickname email address enters is valid || Change non-ldap user nickname email in database, displays a success message on screen, still displays the "user SetttingsSser Settings" page || bu_id (bbb_usernon_ldap_user)<br />bu_nick nu_email (bbb_usernon_ldap_user)
|-
| 3 || Clicks on the link labeled "Back", usually located on the left panel of the webpage || Displays the site main page (calender.jsp) ||
'''Successful Post Conditions:'''
* Actor's nickname email changed in database
* Data in system is updated
* The system now displays the main site page (calender.jsp)
1
edit