Difference between revisions of "BBB BUC Std MngUsrSetting"

From CDOT Wiki
Jump to: navigation, search
 
Line 19: Line 19:
 
| 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 ||
 
| 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 Setttings" page || bu_id (bbb_user)<br />bu_nick (bbb_user)
+
| End of Loop || Until the nickname enters is valid || Change user nickname in database, displays a success message on screen, still displays the "User 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) ||
 
| 3 || Clicks on the link labeled "Back", usually located on the left panel of the webpage || Displays the site main page (calender.jsp) ||

Latest revision as of 12:33, 14 June 2013

Brief Description: This Use Case enables a student to change his/her personal setting for the Integration site.


Scenario 1: Change user nickname

Preconditions:

  • The actor is logged into the system
  • The actor is currently viewing a system page with link to "User Settings" page
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
Loop
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 Settings" page bu_id (bbb_user)
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)


Successful Post Conditions:

  • Actor's nickname changed in database
  • Data in system is updated
  • The system now displays the main site page (calender.jsp)


Use Case Site Map