a team integrate their work frequently, usually each person integrates at least daily - leading to multiple integrations per day. Each integration is verified by an automated build (including test) to detect integration errors as quickly as possible. Many teams find that this approach leads to significantly reduced integration problems and allows a team to develop cohesive software more rapidly." (Martin Fowler, http://martinfowler.com/articles/continuousIntegration.html) Continuous Integration
of a team integrate their work frequently - leading to multiple integrations per day - Each integration is verified by an automated build (including test) - Verification is made to detect integration errors as quickly as possible Continuous Integration
use the firefox profile manager to customized the browser. - make many small tests to make it more manageable. - set the build interval frequently e.g 30 minutes. - include the Selenium test suite into the project repository. - be discipline, the code grows test must grows as well. - record the selenium test using https://github.com/leonid-shevtsov/headless Tips