How to do external API testing (blackbox)
Assume you are using APIs from a vendor, how to make sure their API is working as expected?
TDD and test automation in applications heavily dependent on databases and user input [closed]
It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago. Recently I have been reading online about eXtreme […]
Branching breaks continous integration?
I think this article, A Successful Git Branching Model, is very well known among experienced DVCS users.
Alternative to “Passing/Broken build” indicator?
When having a continuous integration executing the tests at each commit, a common best practice is to have all the tests passing at all times (aka “do not break the build”).
Codeigniter modular separation with Phing
I am thinking of managing a product source I am doing using Codeigniter + HMVC.
Codeigniter modular separation with Phing
I am thinking of managing a product source I am doing using Codeigniter + HMVC.
Continuous Integration Feedback Cycle
How long should the Continuous Integration process take (i.e. compiling classes and running unit tests + integration test)?
Responsibilities of Build Script and Build Server
I need some clarifications on the responsibilities of the Build Script and the Build Server.
Suggestions to improve small team workflow (CI / Deployment)
I’d like to improve my team’s workflow and architecture.
how to stay efficient when a build is almost always broken
I work in a middle sized team which shares the same source code and while have a continues integration in place, but as all of us has to work in the same branch, the build is almost always broken.