Showing posts with label User should be able to change user settings. Show all posts
Showing posts with label User should be able to change user settings. Show all posts

User Test Cases:User should be able to change user settings

User should be able to change user settings

User story (Scenario):
Users should be able to change user settings.

Test Case

  • Verify that users should be able to log on to the site. (see the corresponding log on test case)
  • Verify that users should be able to change these account settings below:

  • Password
  • Username
  • General account options
  • Notifications
  • Institution Membership
Step
Action
Expected Result
Test Data
Actual Result
Test Result
Note
1
Log on the site with valid username and password
Users should be able to log in the site.
    
 2 Click on the "Settings" link on top of the page My Account page should be displayed.    
 3Check on the radio button "Nobody may add me as a friend"Radio button "Nobody may me as a friend" should be checked.    
 4 Click on the "Save" button Preference saved message should be displayed.    
  • Repeat the above steps for all options under General account options and verify that each change should be saved.
  • Verify each options under Notification with the steps below.
Step
Action
Expected Result
Test Data
Actual Result
Test Result
Note
1
Log on the site with valid username and password
Users should be able to log in the site.
    
 2Click on the "Settings" link on top of the page My Account page should be displayed.    
 3Click on the Notification buttonNotification settings change should be displayed.    
 4Select "inbox" in the System message dropdown list box "Inbox" option should be selected.   
5Click on the "Save" buttonPreference saved message should be displayed.   
  • Repeat the above steps for all options under Notification options and verify that each change should be saved.

Handling Dynamic Elements in Selenium WebDriver

                       Handling Dynamic Elements in Selenium WebDriver Dynamic elements are those elements which have identifiers that a...