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
Write a c++ program to display pass and fail for three student using static member function
What is polymorphism explain its types?
What is the difference between inheritance and polymorphism?
What is difference between multiple inheritance and multilevel inheritance?
What are the benefits of interface?
What is coupling in oop?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
how to get the oracle certification? send me the answer
What is oops and why we use oops?
What is overriding in oop?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
What is object in oop with example?
explain sub-type and sub class? atleast u have differ it into 4 points?
What is multilevel inheritance in oop?
What is destructor oops?