User Management Stories

This document defines stories and scenarios to manage users.

1. [US01] List Users
2. [US02] Create User
3. [US03] Edit User
4. [US04] Delete Users




1. [US01] List Users

As an Admin User, I want to view all users so that I can manage the users.

Main Scenario




M-1. I create a new user


I click Create button to create a new user.

M-2. Go to other Story [US02]


Alternative Scenario 1:

Starts from beginning


A1-1. I view the user


I click the user ID link to view and edit the user information.

A1-2. Go to other Story [US03]


Alternative Scenario 2:

Starts from beginning


A2-1. I delete users


I select users and click Delete button to delete the users from the system.

A2-2. Go to other Story [US04]


Navigation Map: [US01]




Test Scenarios: [US01]

Story: [US01] List Users

Main Scenario:
       Given I am on a User List page
  M-1. When I create a new user
       Then the system displays User Creation Form
 #M-2. Go to other Story [US02]

Alternative Scenario 1:
       Given I am on a User List page
  A1-1. When I view the user
       Then the system displays User Profile Page
 #A1-2. Go to other Story [US03]

Alternative Scenario 2:
       Given I am on a User List page
  A2-1. When I delete users
       Then the system displays Confirmation Page for user deletion
 #A2-2. Go to other Story [US04]

2. [US02] Create User

As an Admin User, I want to create a new user so that I can register new members into this system.

Main Scenario




M-1. I enter info and click Next


I enter user information such as user ID, password, email, first and last names, address.





The real password should not be shown on this page.

M-2. I click Register


I verify the information entered and complete the registration.


A new account has been created successfully.

M-3. End of story



End of Story

Alternative Scenario 1:

Continued from M-1



The real password should not be shown on this page.

A1-1. I click Edit


I find some mistakes in the information and goes back to user creation form to fix it.




When user comes back from confirmation page, the fields on the entry form should be prepopulated with the data entered.

A1-2. I fix the user info




A1-3. Go back to

M-2

Navigation Map: [US02]




Test Scenarios: [US02]

Story: [US02] Create User

Main Scenario:
       Given I am on a User Creation Form
  M-1. When I enter info and click Next
       Then the system shows confirmation page with user info entered
  M-2. When I click Register
       Then the system shows a completion message

Alternative Scenario 1: Continued from the M-1
       Given the system shows confirmation page with user info entered
  A1-1. When I click Edit
       Then the system shows user information with prepopulated values in edit mode
  A1-2. When I fix the user info
 #A1-3. Go back to M-2

3. [US03] Edit User

As an Admin User, I want to edit user profile of existing user so that I can keep up to date.

Main Scenario




M-1. I click Edit


I confirm the current user info and starts to edit.



M-2. I select Update


I modify and save the changes.
Then the system displays the user information in readonly mode.


User profile has been updated successfully!


M-3. I click Edit


I confirm the current user info and starts to edit.

M-4. Go back to

M-2

Alternative Scenario 1:

Continued from M-1


A1-1. I select Cancel


I modify some information but cancel the changes.
Then the system displays the original user information in readonly mode.

A1-2. Go back to

M-1

Navigation Map: [US03]




Test Scenarios: [US03]

Story: [US03] Edit User

Main Scenario:
       Given I am on a User Profile page
  M-1. When I click Edit
  M-2. And I select Update
       Then the system displays a completion message for update
       And I am on a User Profile page
  M-3. When I click Edit
 #M-4. Go back to M-2

Alternative Scenario 1: Continued from the M-1
  A1-1. When I select Cancel
       Then the system does not display a completion message for update
 #A1-2. Go back to M-1

4. [US04] Delete Users

As an Admin User, I want to delete users so that unregistered users cannot use the system.
This story starts after the admin selected users to be deleted.

Main Scenario



Are you sure you want to delete the following users?

M-1. I delete selected users


I confirm users listed and perform the user deletion.


The users have been deleted.

M-2. I open User List


I open User List page and verify that the users are not shown in the list.

M-3. Go to other Story [US01]


Alternative Scenario 1:

Starts from beginning

Are you sure you want to delete the following users?

A1-1. I cancel the deletion


I find some users selected mistakenly and go back to user list page to select users again.

A1-2. Go to other Story [US01]


Navigation Map: [US04]




Test Scenarios: [US04]

Story: [US04] Delete Users

Main Scenario:
       Given I am on a Confirmation page for user deletion
  M-1. When I delete selected users
  M-2. And I open User List
       Then the system does not display the users in the list
 #M-3. Go to other Story [US01]

Alternative Scenario 1:
       Given I am on a Confirmation page for user deletion
  A1-1. When I cancel the deletion
       Then the system displays the users in the list
 #A1-2. Go to other Story [US01]