User Story Example !!

Examples (for the list account balances user story)
A. Given the customer has one credit account and one savings account
 i) When they have logged in successfully
 ii) Then the two accounts will be listed in account number order (Account no, Name,           Balance, Available Funds)
B. Given the customer has no accounts
     i) When they have logged in successfully
     ii) Then a message indicating that there are no accounts to show will be displayed
C. Given the customer has twenty one accounts 
      i) When they have logged in successfully
      ii) Then the first twenty accounts will be listed in account number order
      iii) And a Next Page option will be enabled
D. Given the customer has twenty five accounts 
      i) And they have logged in successfully
      ii) And they are on the first page of the list
      iii) When they activate the Next Page button
      iv) Then the list will be cleared
       v) And the list will be populated with the last five accounts
      vi) And the Previous Page button will be enabled
     vii) And the Next Page button will be enabled

Comments

Popular posts from this blog

How to Create an Issue in JIRA (2)

Fundamentals of Accessibility Testing ... 2