InterviewSolution
Saved Bookmarks
| 1. |
What is velocity in Agile testing? |
|
Answer» Velocity PREDICTS how much WORK can be completed by the development team within a two-week sprint. It is useful for estimating how fast and how long the team will TAKE to complete a project. The velocity is calculated by reviewing the work that the team has successfully completed during the previous 3 weeks. If the team completes 10 stories during the 2-week sprint and each story has 2 story points, then the team velocity is 30 points. Calculate Velocity Example to calculate velocity in Agile:
Average sprint velocity = (12+35+28)/3 = 56 |
|