What is Agile methodology?

Answer Posted / ajay bharti

Agile is software development methodology. It is very
effective where Client frequently changes his requirement.
Since it has more iteration so you can assure a solution
that meets clients requirement.
More than one build deployement for a project.
It involves more client interection and testing effort.

There are two methods by which this methodology can be
implemented:-

1- Scrum
2- Extreme Progamming

Scrum: Each iteration would called a scrum which can be a 1-
2 Months.In Scrum Client prioritise his requirements what
he want first. If developer did not meets all the
requirement which was being fixed for a perticular scrum
than rest of the development part would be transferred to
the next scrum (would be delievered in the next build),
means developer cann't increase time decided for a scrum.
Its fixed.

Extreme Programming (XP): here iteration period would be
less then in scrum , which is being 2-4 weeks.
Here developer prioritise what to do first on the basis of
client requirement.
This duration which was being fixed for a iteration, can be
increase if the some development part is still pending.
The build would deployed with having all the client needs.
Thus iteration period is not fixed here it can be increase.
but iteration should meets all the client's requirement in
this build.
More attension is required for testing in XP.

Is This Answer Correct ?    276 Yes 20 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is destructor in oop?

617


design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)

6136


What is the real time example of inheritance?

631


What is an interface in oop?

589


Why is abstraction needed?

561






Why is abstraction used?

599


What are the benefits of polymorphism?

616


What is encapsulation in oop?

599


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

2095


What are classes oop?

594


What is ambiguity in inheritance?

619


What are objects in oop?

603


Why is polymorphism important in oop?

627


Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer

1610


Advantage and disadvantage of routing in telecom sector

780