Job centered testing. Pick an action, expectation and goal to combine them into a job story. Job stories aim to be used in both UX design and integration testing, leveraging a single point of comparison.
- When I click this specific button
- When I visit a certain url
- When I make a certain gesture
- When the system fires an event
- I expect to view an element
- I expect to view a micro interaction
- So I can create a new course
- So I can view a certain element
- So I can update a certain element
- So I can delete a certain element
- When I click the home button, I expect to view a new page, so I can view my most relevant updates.
- When I visit /new, I expect to view a new page, so I can create a new object.
- When I swipe down, I expect to view the menu, so I can edit the URL.