Question: You are working on an Agile software development effort and are planning the next sprint. Using the information below calculate the forward and backward pass
- You are working on an Agile software development effort and are planning the next sprint.
Using the information below calculate the forward and backward pass and determine the critical path. If each sprint is expected to be completed within two weeks does this schedule support that expectation?
| Activity | Predecessor | Duration |
| A Attend sprint planning meeting | Start | 3 |
| B Development team pulls stories from the backlog | A | 1 |
| C Developers meet with product owner to refine requirements | B | 1 |
| D S/W coder 1 develops code (using paired programming) | C | 4 |
| E S/W coder 2 develops code (using paired programming) | C | 5 |
| F Independent testers write scripts for each story | B | 2 |
| G Developed code is integrated and tested | D, E, F | 3 |
| H Team selects best performing code | G | 1 |
| I Demonstration of working code to customer | H | 1 |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
