I am just starting off with Cucumber and BDD/ATDP(Acceptance Test Driven Planning) in a new project, I am not 100% sure of what makes up a story, are the scenarios what I will end up using as my sprint stories? I am guessing this should be the case but not 100% sure if I am right, or is it the case that the feature description as in the example below would be the story?
e.g
feature: Ability to duplicate an invoice record
In order to re-use a particular invoice details
As a user
I want to be able to duplicate an existing invoice record