Burn Down Chart
Burn Down Chart
Burn Down Chart
Total working days for both sprints: 9 (Sprint 1) + 9 (Sprint 2) = 18 working days.
New Ideal Daily Velocity = 143 / 18 ≈ 7.94 story points per day.
Task 2: Explain how your real burndown was evolving day by day
throughout sprints
Sprint 1:
• Week 1:
▪ Completed PBI-1 (8 story points)
▪ Completed PBI-2 (2 story points)
▪ Started PBI-3 (5 story points)
• Week 2:
▪ Completed PBI-3 (5 story points)
▪ Fixed and completed PBI-2 (2 story points)
▪ Completed PBI-4 (3 story points)
▪ Completed PBI-5 (1 story point)
▪ Total story points completed in Sprint 1: 8 + 2 + 5 + 3 + 1 = 19 story points.
Sprint 2:
• Week 1:
▪ Completed PBI-6 (8 story points)
▪ Completed PBI-7 (3 story points)
▪ Completed PBI-8 (2 story points)
▪ Started PBI-9 (8 story points), PBI-10 (3 story points), PBI-11 (2 story points)
• Week 2:
▪ Fixed and completed PBI-8 (2 story points)
▪ Completed PBI-9 (8 story points)
▪ Completed PBI-10 (3 story points)
▪ Completed PBI-11 (2 story points)
▪ Started PBI-12 (8 story points)
▪ Total story points completed in Sprint 2: 8 + 3 + 2 + 8 + 3 + 2 = 26 story points.
The real burndown chart would show the completion of 19 story points by the end of Sprint 1
and 26 story points by the end of Sprint 2.
Ideal Velocity:
Ideal Velocity = New Total Story Points / Total Working Days = 143 / 18 ≈ 7.94 story points per
day.
Acceptable Velocity:
An acceptable velocity could be 80% of the ideal velocity.
Acceptable Velocity = 0.8 Ideal Velocity = 0.8 * 7.94 ≈ 6.35 story points per day.
Real Velocity:
▪ Sprint 1: 19 story points / 9 working days ≈ 2.11 story points per day.
▪ Sprint 2: 26 story points / 9 working days ≈ 2.89 story points per day.
▪ Average Real Velocity = (19 + 26) story points / 18 working days ≈ 2.5 story points per
day.
Conclusion:
The team's real velocity (2.5 story points per day) is significantly lower than the ideal (7.94) and
acceptable (6.35) velocities. This indicates that the team is underperforming and may face
challenges in completing the project on time if they continue at the same pace. The team must
identify and address any bottlenecks or inefficiencies to improve their velocity.
- Ideal Burndown Line (dashed): Represents the planned reduction in story points over time.
- Real Burndown Line (solid with markers): Reflects the actual progress of the team, adjusted
for holidays (Laboure Day on March 11 and Good Friday on March 29).
This chart helps visualize the team's progress in completing story points compared to the
planned ideal progress, showing deviations and the impact of holidays on the schedule.
Identified Issues:
- Ambiguity: The criteria do not specify what happens if the credit card information is invalid or
what kind of validation needs to be performed on the credit card details.
- Usability: It does not mention what should happen if the user decides to switch payment
methods after initially selecting "CreditCard".
- Error Handling: There is no detail on how errors should be communicated to the user (e.g., if
the card is declined).
Corrected Version:
The sprint tasks provided in the Trello card for PBI 15:
Issues Identified:
- The tasks do not mention the need for usability and regression testing.
- There is no specific task for handling edge cases like invalid input formats or network failures.
Corrected Version:
Test Case Specification for Functional Testing Based on ACs (Manual Testing):
Task 1: Analysis of PBI Priorities, User Stories, PBI Statuses, PBI Owners, and Efforts
Issues Identified:
1. PBI Priorities:
- Inconsistencies: I noticed that some PBIs have the same priority but vary significantly in their
importance to the project. This suggests a lack of alignment in prioritizing tasks.
- Solution: To fix this, I will re-evaluate the priorities by consulting with the product owner and
stakeholders to ensure that the highest priority items reflect the most critical tasks that need
immediate attention.
2. User Stories:
- Clarity: Some user stories are vague or lack sufficient detail, making it difficult to understand
the user’s needs and the acceptance criteria.
- Solution: I will refine these user stories by adding more detail and ensuring they follow the
format "As a [type of user], I want [an action] so that [a benefit/value]." This will make them
clearer and more testable.
3. PBI Statuses:
- Progress Tracking: I found that some PBIs marked as "To-Do" may have already progressed
further in development, leading to inaccurate tracking of progress.
- Solution: I will update the statuses of these PBIs to accurately reflect their current state, such
as changing them to "In Progress" or "Done" as appropriate.
4. PBI Owners:
- Ownership Distribution: The distribution of PBIs among team members is uneven, with some
team members overloaded while others have fewer tasks.
- Solution: I will reassign PBIs to balance the workload more evenly across the team, ensuring
that each team member has a manageable number of tasks.
5. Efforts:
- Effort Estimation: Some PBIs have effort estimations that do not correspond with their
complexity, either overestimating or underestimating the required effort.
- Solution: I will review these estimations with the team to adjust them for accuracy, ensuring
that each PBI’s effort estimation realistically reflects the work involved.
Issues Identified:
1. PBI IDs:
- Non-Sequential IDs: The PBI IDs are not in a logical or sequential order, making it difficult to
track and manage tasks efficiently.
- Solution: I will re-number the PBIs in a sequential manner that reflects the order of tasks and
their importance. This will streamline the tracking process.
2. Sorting:
- Sorting by Priority and Status: The PBIs are not sorted by priority or current status, making it
challenging to identify the most critical tasks and their progress quickly.
- Solution: I will sort the product backlog first by priority to ensure the most important tasks are
addressed first, and then by status (e.g., To-Do, In Progress, Done) to provide a clear view of
the progress.
Issues Identified:
1. DoD Adherence:
- Inconsistencies: Some PBIs do not fully meet all the criteria specified in their respective
Definitions of Done (DoD), indicating incomplete tasks.
- Solution: I will ensure that all PBIs are re-evaluated against their DoD criteria before they are
marked as done. This involves checking each PBI to ensure all specified conditions are met.
2. DoD Clarity:
- Ambiguity: Some of the DoD criteria are ambiguous and open to interpretation, which can
lead to inconsistencies in how tasks are marked as complete.
- Solution: I will clarify and refine the DoD criteria to make them specific, measurable, and
achievable. This might involve adding more detailed descriptions or examples to remove any
ambiguity.