What is Agile methodology?
Answer Posted / mani prabhu
Scrum is an agile approach to software development. Rather than a full process or methodology, it is a framework. So instead of providing complete, detailed descriptions of how everything is to be done on the project, much is left up to the software development team. This is done because the team will know best how to solve the problem they are presented. This is why, for example, a sprint planning meeting is described in terms of the desired outcome (a commitment to a set of features to be developed in the next sprint) instead of a set of Entry criteria, Task definitions, Validation criteria, and Exit criteria (ETVX) as would be provided in most methodologies.
I Referred the site : HTTP://www.mountaingoatsoftware.com/scrum/overview
If you want to Know more about Scrum you can use this site
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is object and example?
What is polymorphism what is it for and how is it used?
what is different between oops and c++
What are the 4 pillars of oop?
What is overriding in oop?
What is a class and object?
How to improve object oriented design skills?
How do you define a class in oop?
Can we define a class within the interface?
What is encapsulation example?
What is meant by multiple inheritance?
What is new keyword in oops?
What is class and object with example?
Explain the advantages of inheritance.