Development Process¶
The process this project will follow shall be:
Proposal of user story
Here we create the user story in the standard format, place it within a gherkin feature, and add it to the documentation project.
Refinement of story
Here we create the test scenarios that describe the feature.
Document the feature
Here we add to the user-level documentation for the feature’s target user (who it’s as)
This step and the last will cycle until both are complete (as specified by the feature sponsor(s))
Develop the feature
There must be full unit test coverage or a documented reason why it couldn’t be done
As many as possible of the test scenarios shall be automated as part of the test suite