Agile vs Scrum
Waterfall project management is a well-known method in software development, and its basic process is story -> development -> test. It is assumed that the final result is right if each phase is done correctly. Microsoft uses the Waterfall method and it works well.
However, it has a relatively high failure rate, for the market and requirements are constantly changing. Software pioneers conducted a series of researches, thinkings, and summaries about the problems found in the Waterfall methodology and finally came up with the concept of Agile.
What is Agile?
Agile is an approach that helps one iterate on processes in the Software Development Life Cycle, such as development, testing, and so on. This technique has advantages, including the ability to produce high-value functionality in fast implementation times, which was previously a problem for the traditional waterfall approach. It also helps to enhance customer retention and satisfaction. This is accomplished by splitting down the product into smaller units/builds, allowing the operations to run concurrently. Agile encourages collaboration and face-to-face contact.
Agile approaches include
- Scrum
- Kanban
- Feature Driven Development (FDD)
- Extreme Programming (XP)
- Lean Software Development (LSD)
- Adaptive System Development (ASD)
- Dynamic Systems Development Method (DSDM)
What is Scrum?
Scrum
Scrum can be understood in the 3–5–3 structure. See also
Agile vs. Scrum
Agile Scrum Agile is a methodology Scrum is to implement Agile Leadership plays a significant role is a methodology Cross-functional and self-organizing team simple design and execution innovative and creative design and execution tasks are managed by the project leader issues are addressed by the entire team customer satisfaction is the top priority … face-to-face communication is emphasized focus on delivering the maximum business value fundamental measure of working software not collaborations and in-person interactions daily scrum meetings defines the responsibilities of scrum roles.
Reference
https://www.zentao.pm/agile-knowledge-share/agile-vs-scrum-922.html
Comments
Post a Comment