Agile Delivery
BIT-415 User Story and Acceptance Criteria
|
Feature: Vehicle Owner |
Priority: 3 |
Size: |
|
Story: Example |
||
|
As a |
As a vehicle owner, |
|
|
I want to |
I want the vehicle to determine the speed limit and set the speed. |
|
|
So that |
So that traffic laws are obeyed. |
|
|
Acceptance Criteria: |
Scenario: The vehicle owner drives the car, and the speed limit changes. |
|
|
Given |
Given vehicle driving at the current speed limit |
|
|
When |
When a new speed limit is lower |
|
|
Then |
Then the current speed becomes the new speed before the new limit applies. |
|
Feature: |
Priority: |
Size: |
|
Story: |
|
|
|
As a |
As a traveler |
|
|
I want to |
I want to utilize a map. |
|
|
So that |
So that I can arrive to my destination. |
|
|
Acceptance Criteria: |
Scenario: |
|
|
Given |
The traveler anlyzes different routes based on distance. |
|
|
When |
When comparing available routes. |
|
|
Then |
Then routes are sorted with the shortest route available on top. |
Example:
© 2021. Grand Canyon University. All Rights Reserved.