Posts

Showing posts from February, 2015

User story template

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