CSC/ECE 517 Fall 2011/ch6 6f jd

From Expertiza_Wiki
Revision as of 15:54, 16 November 2011 by Dapatel2 (talk | contribs)
Jump to navigation Jump to search

Continous Integration

Introduction

Definitions

Time To Response (TTR)

Test-Driven Development (TDD) is the process of writing tests first and foremost. These tests represent desired improvements and/or new functionality in the system. Since these changes have yet to be implemented, the tests must fail when initially run. Then code is written until these tests can be passed, assuring that the desired behavior is exhibited by the code. Finally the code is rewritten to meet acceptable standards.

Time Between Failures (TBF)

Continuous Integration (CI)

Agile Project Development with CI

Why Implement CI?

CI Setup and Reporting

Conclusion

References

Expand your knowledge

  • Continuous Integration wikipedia CI