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
What does sksksk mean in text slang?
What is abstraction and encapsulation?
What is overloading in oops?
How to hide the base class functionality in Inheritance?
Can we define a class within the interface?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What are functions in oop?
Is oop better than procedural?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What is byval and byref? What are differences between them?
is there any choice in opting subjects like 4 out of 7
What causes polymorphism?
Prepare me a program for the animation of train
What is overriding in oops?
Can abstract class have normal methods?