7

Are there any credible sources of information on the adoption of agile techniques like automated testing, continuous integration and refactoring?

Of those that are using unit testing, how many follow test first or test driven development.

I'm trying to determine how widespread these practices are.

Dan McGrath
11.2k6 gold badges57 silver badges82 bronze badges
asked Feb 13, 2011 at 20:47
1
  • "credible sources"? What do you consider a "credible source"? Commented Feb 14, 2011 at 3:41

2 Answers 2

2

This is a list of surveys about adoption of some of the technoques you asked: http://www.methodsandtools.com/dynpoll/vote.php

If you need a survey about adoption of agile methodology in general, this is a good article:

Agile adoption and penetration rates are being overestimated. Although the number of companies that are adopting agile practices is, indeed, reasonably high, most organizations use agile in a very small percentage of their overall work.

http://analytical-mind.com/2010/02/25/gartners-the-current-state-of-agile-method-adoption/

answered Feb 14, 2011 at 10:55
1

I know I am answering a question from 2011 in 2020, yet this appears on Google's first page when you query the topic. Nowadays, the closest I've found to answer the question regarding continuous integration and to be a "credible" source, is this study from Oregon State University in 2016:

Usage, Costs, and Benefits of Continuous Integration in Open-Source Projects http://cope.eecs.oregonstate.edu/papers/OpenSourceCIUsage.pdf

Where the conclusion states:

Our results show there are good reasons for the rise of CI. Compared to projects that do not use CI, projects that use CI: (i) release twice as often, (ii) accept pull requests faster, and (iii) have developers who are less worried about breaking the build. Therefore, it should come as no surprise that 70% of the most popular projects on GitHub heavily use CI.

The study takes into account 34,544 open-source projects from GitHub, (ii) 1,529,291 builds from the most commonly used CI system, and (iii) 442 survey respondents.

answered Sep 17, 2020 at 0:20

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.