Given the nature of change within agile projects, it is good to try and foresee what is in store in the near future. This is where the use of a crystal ball is useful. Now, when i say crystal ball, i do not literally mean having a nice shiny circular translucent object that takes us into the future. I am talking of a chart which gives us a slight insight into what is going to be delivered. Lets call this Crystal ball as an ETA (Expected Time of Arrival) chart.
This ETA chart gives the team an insight into what is going to be delivered within an iteration. This ETA chart is a matrix where the columns represent the week days within a 1/2 week iteration and the rows are the dev pairs working on different stories. This is what it looks like
So the idea is to get the developer pairs signed up for stories to put up an ETA (Expected time of arrival) for the stories they are working on and put it against a day. So they would just put a sticky note with the story no and a brief desc of the story against a day. This ETA is re-visited and re-validated by the developers everyday after the stand-up in the morning.
The benefits a tester gets with the ETA chart are
This ETA chart gives the team an insight into what is going to be delivered within an iteration. This ETA chart is a matrix where the columns represent the week days within a 1/2 week iteration and the rows are the dev pairs working on different stories. This is what it looks like
So the idea is to get the developer pairs signed up for stories to put up an ETA (Expected time of arrival) for the stories they are working on and put it against a day. So they would just put a sticky note with the story no and a brief desc of the story against a day. This ETA is re-visited and re-validated by the developers everyday after the stand-up in the morning.
The benefits a tester gets with the ETA chart are
- The testers can plan their work better within the iteration since they have a better idea on what is being delivered first. Thus, they can focus on first writing test scenarios, writing automated tests for stories being delivered in the first week of the iteration.
- This helps them not focus on stories that might be delivered in the second week of the iteration
- The testers can finish up and sign-off stories being delivered within the first week of the iteration which gives them time to then focus on the stories being delivered in the 2nd week of the iteration.
Comments
Post a Comment