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 difference between polymorphism and inheritance?

616


What is the difference between inheritance and polymorphism?

585


What is variable example?

593


What is this pointer in oop?

551


What does <> mean pseudocode?

618






What is protected in oop?

599


What are two types of polymorphism?

607


What is inheritance and how many types of inheritance?

612


How do you use inheritance in unity?

586


Whats oop mean?

584


Can we override main method?

599


Whats is abstraction in oops?

585


Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.

2567


Please send ford technologies placement paper 2 my mail id

1652


What is abstraction in oops with example?

768