Sign In Test Case
Main steps
There are 2 ways to access Portal and WebOS Portal- Access public:
- Typing: http://localhost:8080/portal/ in Address bar of Browser
- Typing: http://localhost:8080/portal/public/portal_name in Address bar of Browser
- Public site is displayed
- Click Sign In icon in the right
- Login form is shown
- Input user name and password to text boxes ( user name = root, password = exo)
- Click Sign In button to login
- Access private:
- Typing: http://localhost:8080/portal/private/portal_namel in Address bar of Browser
- Private site is displayed
- Login form is shown
- Input user name and password to text boxes ( user name = root, password = exo)
- Click Sign In button to login
- Private site of user is viewed
- User can access to functions on site which user has permission
Other checks
- Case 1: Test when User name and Password field are blank
- Input:
- Do not input user name and password
- Click Sign In button
- Output: Show message: "User Name or Password is wrong or empty. Please try again!"
- Input:
- Case 2: Test when User name is blank
- Input:
- Do not input user name
- Input password
- Click Sign In button
- Output: Show message: "User Name or Password is wrong or empty. Please try again!"
- Input:
- Case 3: Test when password is blank
- Input:
- Input user name
- Do not input password
- Click Sign In button
- Output: Show message: "User Name or Password is wrong or empty. Please try again!"
- Input:
- Case 4: Test when User name or Password is unavailable
- Input: Enter user name or password which unavailable (do not register)
- Out put: Show message: "User Name or Password is wrong or empty. Please try again!"
- Case 5: Test when User name or Password are wrong
- Input:
- Fill in wrong User name or Password
- Click Sign In button
- Output: Show message: "User Name or Password is wrong or empty. Please try again!"
- Input:
- Case 6: Test Escape form Sign In
- Input:
- Enter User name and Password
- Click Discard button
- Output: Show portal in public
- Input:
- Case 7: Test when Sign In successfully
- Input: Enter User name and Password are correct
- Output:
- Show portal in private
- Show page navigation that user has permission to access/edit
- Highlight current selected page
- Display login User name
- Allow user can sign out
Movie
Select the following link to see details in movie:Related JIRA issues
Select the following link to see detail all problems with Sign In in Jira http://jira.exoplatform.org/secure/IssueNavigator.jspa?reset=true&&pid=10001&query=Sign+In&summary=true&description=true&body=true&resolution=-1&resolution=1Suggested Improvements
on 12/04/2008 at 15:04