Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
1.11/5 (2 votes)
See more: (untagged)
Scrum methodology how it is different from uml or othr desing perspective
Posted
Updated 6-Dec-17 3:38am
Comments
BillW33 1-Sep-10 15:29pm    
Reason for my vote of 2
Could get the idea that SCRUM and UML aren't related from the most basic Google or Wikipedia search.

Scrum and UML are very different things.

Scrum is an iterative, incremental framework for agile software development.

Unified Modeling Language is a modeling tool.
 
Share this answer
 
UML isn't a methodology. It's a modeling tool.

SCRUM relies on "sprints" that are typically 2-4 weeks of development followed by a release.
 
Share this answer
 
SCRUM has nothing to do with the design of the software. Its a process of building the software.

It relies on small iterative development pattern where you code, test and document a feature in small durations
 
Share this answer
 
Hi James,

All the answers mentioned earlier are right. UML is a designing tool whereas, SCRUM stands for agile methodology of development.

In this type of agile, you will have a small 2-4 weeks to develop some functionalities. It starts with planning where you will get some functionalities or bugs as stories. Then the whole team will do planning & breaking down the task. Development of the functionalities and testing by QA. At the last it ends with demo to the owner. The whole procedure stays long for 2-4 weeks (which is called as sprint). Everyday of the sprint starts with standup meeting with the team members on the previous day activity, that day's plan & any issues.

Do a quick search on Google to find out more on Scrum & Sprint.
 
Share this answer
 
You can get a general knowledge of what SCRUM and UML are from a simple wikipedia search. See info on SCRUM here[^] and UML here[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900