Test Scenarios as a user


Test Scenarios as a user


As a user, in addition to log in to the site, change password and change user setting, a user should be able to perform following actions. Each action is a test scenario with various test steps (test steps are omitted here).


  • User should be able to change profile.
  • User should be able to change contact information.
  • User should be able to change messaging.
  • User should be able to change general information.
  • User should be able to change user profile icon.
  • User should be able to add resume.
  • User should be able to upload files.
  • User should be able to upload profile file.
  • User should be able to create dashboard view.
  • User should be able to create profile view.
  • User should be able to copy a view.
  • User should be able to find friends.
  • User should be able to create groups.
  • User should be able to join groups.
  • User should be able to publish a blog.

No comments:

Post a Comment

Handling Dynamic Elements in Selenium WebDriver

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