Please enable JavaScript.
Coggle requires JavaScript to display documents.
Agile Practice Guide (Execution Practices (Continuous Integration, Test at…
Agile Practice Guide
-
-
-
-
-
Hybrid Approaches
Sequential Hybrid
Agile, Agile, Agile, followed by Predictive, Predictive, Predictive, in linear sequence
-
-
-
-
Project Life Cycles
Characteristics
Requirements can be Fixed for Predictive but Dynamic for Iterative, Incremental, and Agile
-
-
-
-
-
Goals = Predictive is to Manage Cost; Iterative is the Correctness of the Solution; Incremental is the Speed; Agile is Customer value via frequent deliveries and feedback
Continuum
High Frequency of Delivery, High Degree of Change = AGILE
Low Frequency of Delivery, Low Degree of Change = PREDICTIVE
High Delivery, Low Change = Incremental; Low Delivery, High Change = Iterative
-
Burndown Chart (how story points are subtracted as work is accomplished) - functionalities or requirements from user stories; Decreases across time (X) and points (Y).
-
Kanban Board
Sticky Notes moved from Ready to Done - Develop and Unit Test, Dev-Done, and System Test in between
-
-
Predictive Life Cycle
Linear format of - Analyze, Design, Build, Test, Deliver
Iterative Life Cycle
Overlapping and cyclic processes - Analyze, Analyze and Design the Prototype cycling back, Building the same time as Testing while refining, and then Deliver
Incremental Life Cycle
Increments delivered after going through whole predictive phases (Analyze, Design, Build, Test, and Deliver) for each step, each stage, each increment.