Define Agile Process and explain agility principle.

5.a) Define Agile Process and explain agility principle.

Answer:

WHAT IS AN AGILE PROCESS?
Any agile software process is characterized in a manner that addresses a number of key assumptions
about the majority of software projects:
1) It is difficult to predict in advance which software requirements will persist and which will
change. It is equally difficult to predict how customer priorities will change as the project
proceeds.
2) For many types of software, design and construction are interleaved. That is, both activities should
be performed in tandem so that design models are proven as they are created. It is difficult to
predict how much design is necessary before construction is used to prove the design.
3) Analysis, design, construction, and testing are not as predictable (from a planning point of view)
as we might like.

Given these three assumptions, an important question arises:
How do we create a process that can manage unpredictability?
The answer is process adaptability (to rapidly changing project and technical conditions). An agile process, therefore, must be adaptable. But continual adaptation without forward progress accomplishes little.
Therefore,an agile software process must adapt incrementally. To accomplish incremental adaptation, an
agile team requires customer feedback (so that the appropriate adaptations can be made). An effective
catalyst for customer feedback is an operational prototype or a portion of an operational system. Hence,
an incremental development strategy should be instituted. Software increments (executable prototypes or
portions of an operational system) must be delivered in short time periods so that adaptation keeps pace
with change (unpredictability). This iterative approach enables the customer to evaluate the software
increment regularly, provide necessary feedback to the software team, and influence the process adaptations that are made to accommodate the feedback.

Agility Principles 

The Agile Alliance defines 12 agility principles for those who want to achieve agility: 

1. Our highest priority is to satisfy the customer through early and continuous delivery of valuable  software. 

2. Welcome changing requirements, even late in development. Agile processes harness change for the  customer’s competitive advantage. 

3. Deliver working software frequently, from a couple of weeks to a couple of months, with a preference  to the shorter timescale. 

4. Business people and developers must work together daily throughout the project. 

5. Build projects around motivated individuals. Give them the environment and support they need, and  trust them to get the job done. 

6. The most efficient and effective method of conveying information to and within a development team is  face-to-face conversation. 

7. Working software is the primary measure of progress. 

8. Agile processes promote sustainable development. The sponsors, developers, and users should be able  to maintain a constant pace indefinitely. 

9. Continuous attention to technical excellence and good design enhances agility. 10. Simplicity—the art of maximizing the amount of work not done—is essential. 

11. The best architectures, requirements, and designs emerge from self- organizing teams. 

12. At regular intervals, the team reflects on how to become more effective, then tunes and adjusts its  behaviour accordingly 

Leave a Reply

Your email address will not be published. Required fields are marked *