Top "User-stories" questions

is a way of software requirements documentation focused on user-centered design

What is the difference between a User Story and a Feature in Agile terminology?

I guess a feature could be something like "credit card authorization", while a user story may be "authorize credit card …

agile user-stories
Breaking a project's first User Story in to tasks

I'm starting a new project from scratch and have written User Stores to describe how a given user will interact …

project-management agile scrum user-stories
Writing user stories for internal technical tasks

I am attempting to manage my projects a little better so I am looking at attempting to apply some of (…

project-management scrum user-stories
How to write stories / scenarios in BDD ( Behavior Driven Design )

I am about to use BDD (Behavior Driven Design) for the first time and am trying to get used to …

bdd scenarios user-stories
Scrum-board / Task Board and Color Coding

What would you recommend as far as a good color-coding for use on a Storyboard? Is this a good pattern …

task agile scrum user-stories scrumboard
Are there any web apps that do user stories cards?

We do distributed agile development and could really us a solution like story cards on a wall/board, only on …

agile web-applications user-stories
How to breakdown a business process workflow into user stories

The Product owners have specific requirements around how the Product should enable the users in a complex business process workflow (…

agile scrum user-stories
Given When Then Testing - Do I NEED a "When"?

I am implementing some smoke tests to our website. I'm using a Given/When/Then format for existing automated acceptance …

bdd specflow user-stories smoke-testing