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 does <> mean pseudocode?
What is polymorphism in oops with example?
How to use CMutex, CSemaphore in VC++ MFC
What does and I oop mean?
What is class in oop with example?
What is overloading and its types?
which feature are not hold visual basic of oop?
what is graphics
How do you define social class?
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
Why do we use oops?
What is oops concept with example?
What is the example of polymorphism?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What are oops methods?