What is Agile methodology?
Answer Posted / biju
Agile methodology is more of people oriented. Agile
methodology helps us to increase productivity and reduce
risks. There are 2 popular agile methods- Extreme
programming (XP) and Scrum.
People believe that there is less documentation in Agile.
But agile also includes documentation and it can be used
either a small or a large projects. In agile Development,
testing is also integrated throughout the life cycle. But
for the testers, they will not have a good business
requirement. So they have to get the details from the
client or through the developer. The testers will do more
of Quality Assurance work than testing.
Agile Methodology- Characteristics
Ø Frequent Delivery
Ø More Iterations
Ø Test frequently
Ø Less defects
i refered the site www.sphur.com
| Is This Answer Correct ? | 205 Yes | 29 No |
Post New Answer View All Answers
What is use of overloading?
Which type does string inherit from?
What language is oop?
How do you achieve polymorphism?
What is the importance of oop?
What is property in oops?
What is polymorphism and types?
What are the 3 principles of oop?
when to use 'mutable' keyword and when to use 'const cast' in c++
Is abstract thinking intelligence?
Can abstract class have normal methods?
What is difference between oop and pop?
What is interface in oop?
What is advantage of inheritance?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.