hpi-swa-teaching / AcceptIt

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

More specific error priniting for syntax errors #71

Closed MarcelSchmidberger closed 6 years ago

MarcelSchmidberger commented 6 years ago

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.

image

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

Askir commented 6 years ago

Estimation: 5

MarcelSchmidberger commented 6 years ago

3