hpi-swa-teaching / AcceptIt

SWT 2018 Group 12
MIT License
3 stars 3 forks source link

Wrong order of Userstory statements? #72

Closed MarcelSchmidberger closed 6 years ago

MarcelSchmidberger commented 6 years ago

Not sure whether this is as it should be? The necessary order of the statements in a user story differs from the format used elsewhere.

Expected Behavior

Usually Userstories have a format like this:

As a developer I want to be able to create a user story In order to document my requirements

This user story would not compile with acceptit.

Actual Behavior

To work the order has to change bringing the in order to statement in front.

In order to document requirements As a developer I want to be able to create a user story'

Steps to reproduce error

ACUserStory createUserStory: 'AC Accpeptance Test User Story Creation In order to document requirements As a developer I want to be able to create a user story'

withCategory: 'acceptit-Acceptance-Tests'

Askir commented 6 years ago

Yeh we should switch it around

Askir commented 6 years ago

Estimation: 3