User story template

Things to keep in mind while writing a user story
  1. What is being performed – there should be single action in a story
  2. What is input to the action?
  3. What is output?
  4. What if the output is not as expected? – it should be error
  5. What do we do for error? – just log the error in system/display on screen/send communication (any combination of these)
  6. Are we connecting to any other system? If YES then what is protocol to connect. E.g. HTTP/HTTPS/SOAP/SQL query/STORED PROC
  7. What if we are not able to connect to system? – how to handle that error
  8. Error message to be displayed???



User Requirement ID

User Story Name:

User Story Number:

Created By:

Date Created:

Actor(s):

Description:

Trigger:

Pre-conditions:

Post-conditions:

Success Criteria

Special Comments


Comments

Popular posts from this blog

21 tips to understand an AS-IS process

Dealing with Integrations of systems

Using APIs in integrations