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.
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.
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?
user1
user2
user3
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.
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]