Not sure if this would be a useful shortcut for story writers, but as an idea:
[Story( AsA = "As a Customer",
IWant = "I want to log-in",
SoThat="So that I can place a new order" )]
Could instead be written:
[Story( AsA = "Customer",
IWant = "to log-in",
SoThat="I can place a new order" )]
The "As a", "I want", and "So that" strings will be auto-added if they aren't already present at the start of the strings for these properties.
This would reduce the typing that dev has to do when using this attribute and I feel that it also improves the readability.
Not sure if this would be a useful shortcut for story writers, but as an idea:
Could instead be written:
The "As a", "I want", and "So that" strings will be auto-added if they aren't already present at the start of the strings for these properties.
This would reduce the typing that dev has to do when using this attribute and I feel that it also improves the readability.