I’ve been writing regression tests today. Here is my post-work test case in web application style:
Steps:
- Login to residence using key
- Navigate to item ‘Refrigerator’
- Drag-n-drop ‘Refrigerator’ door from right to left
- This may vary depending on version of ‘Refrigerator’
- Search for “Beer” in ‘Refrigerator’
- Add quantity one(1) ‘Beer’ to ‘Counter’
- Drag-n-drop ‘Refrigerator’ door from left to right
- This may vary depending on version of ‘Refrigerator’
- Open ‘Beer’
- Version 1: Use item ‘Bottle Opener’ on Cap
- Version 2: Use hand to grasp and twist Cap counter-clockwise
- Navigate to ‘Couch’
- Save ‘Self’ to ‘Couch’
- Put opening of ‘Beer’ to mouth
- Using ‘Arm’ lift opposite end of ‘Beer’ upwards
- Repeat steps 2-11 as necessary
- Pass out
I’ve got my plans for the night… what about you?
**Expected results intentionally left out.
–dez
Tags: Yawn







Albert Gareev
November 20th, 2009
That seems much more like a Use Case to me.
Where are the expected results after each step?
dez
November 20th, 2009
threw it together quickly after joking with my boss about steps for everything… but here you go. Yeah, it definitely comes across as much more of a use case, but you get the idea.