Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What does <> mean pseudocode?

1200


What is polymorphism in oops with example?

1062


How to use CMutex, CSemaphore in VC++ MFC

4786


What does and I oop mean?

1203


What is class in oop with example?

1107


What is overloading and its types?

1183


which feature are not hold visual basic of oop?

2196


what is graphics

2470


How do you define social class?

1079


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

2289


Why do we use oops?

1027


What is oops concept with example?

1038


What is the example of polymorphism?

1133


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

2146


What are oops methods?

1020