AS A developer writing acceptance tests
I WANT TO receive clear error messages when a User story could not be created due to a syntax error
IN ORDER TO find my mistakes fast and not get frustrated
Description
Syntax errors in user stories e.g. due to typos lead to an undescriptive error print.
Why: (What value does it have? For whom?)
For someone just getting started with acceptance testing these errors can be very time-consuming.
What: (What should be implemented?)
Better exception texts printing eg. "syntax error in line 3"
Story
AS A developer writing acceptance tests I WANT TO receive clear error messages when a User story could not be created due to a syntax error IN ORDER TO find my mistakes fast and not get frustrated
Description
Syntax errors in user stories e.g. due to typos lead to an undescriptive error print.
Why: (What value does it have? For whom?)
For someone just getting started with acceptance testing these errors can be very time-consuming.
What: (What should be implemented?)
Better exception texts printing eg. "syntax error in line 3"
Done: (How can it be demonstrated?)
Syntax errors can be deduced easily
Acceptance Criteria