What is Agile methodology?
Answer Posted / pavan madduri
Agile Manifesto:
->Individuals and interactions over processes and tools
->Working software over comprehensive documentation
->Customer collaboration over contract negotiation
->Responding to change over following a plan
Agile methods break tasks into small increments with
minimal planning and do not directly involve long-term
planning. Iterations are short time frames (timeboxes) that
typically last from one to four weeks. Each iteration
involves a cross functional team working in all functions:
planning, requirements analysis, design, coding, unit
testing, and acceptance testing. At the end of the
iteration a working product is demonstrated to
stakeholders. This minimizes overall risk and allows the
project to adapt to changes quickly. An iteration might not
add enough functionality to warrant a market release, but
the goal is to have an available release (with minimal
bugs) at the end of each iteration
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is encapsulation process?
Are polymorphisms mutations?
What is and I oop mean?
What is abstraction in oops?
What is the problem with multiple inheritance?
Why do we use class in oops?
What is abstract class in oops?
Who invented oop?
What are the important components of cohesion?
How Do you Code Composition and Aggregation in C++ ?
What is variable example?
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.
What are the benefits of interface?
What is encapsulation selenium?
what type of question are asked in thoughtworks pair programming round ?