How to set up a one-man research in the difference between BDD and Waterfall?

Posted by Martijn van der Maas on Programmers See other posts from Programmers or by Martijn van der Maas
Published on 2012-03-11T23:14:15Z Indexed on 2012/04/04 11:40 UTC
Read the original article Hit count: 327

Earlier, I asked a question about how to measure the quality of a project. The outcome of that question was that the quality of the project can be divided into two parts:

  • Internal quality (code quality, measurable by code quality metrics)
  • External quality (Acceptance test, how well the software meets the requirements)

So based on that, I want to set up some research and validate the outcome of the project. The problem is, I will conduct this research on my own, so it's not possible to run the project once in BDD style and the other one in waterfall by myself. It's also not possible to compare BDD and waterfall projects on a larger scale, due to the fact that there are not enough BDD projects that can be measured because of the age of BDD.

So, my question is: did anybody face this problem? How could I execute my experiment in such a way that it is of scientific value?

© Programmers or respective owner

Related posts about development-process

Related posts about code-quality