Wiki Based Software Guide
21,337
software products
Free, Open Source, Commercial, Hosted
Filter Search
|
Home
>
Software Engineering Tools
>
Continuous Integration
Browse All Software
Browse All Software
[Suggest Product Class]
Operating Systems
(161)
Web Marketing Tools
(137)
Hosting
(538)
Mobile Applications
(88)
Software Engineering Tools
(2915)
Website Design, Tools & Scripts
(2759)
Website & Communication Applications
(4004)
Database & Business Intelligence
(1002)
Web Servers, Application Servers & Other Middleware
(105)
Security
(422)
Storage
(309)
Networking
(628)
System Administration and Other Utilities
(1089)
Desktop Environment & Drivers
(689)
Enterprise Resource Planning (ERP)
(538)
Customer Relationship Management (CRM)
(317)
Industry Specific
(760)
Office & Business
(834)
Multimedia & Graphics
(1764)
Home, Games & Education
(4543)
View
Edit
History
Edit Guide
Edit WIKI Page - Continuous Integration
Preview:
You can use this page to add a ====Description==== Continuous integration is a technique that encourages developers to check-in their code more frequently, have it compiled by an automated process, run a suite of unit tests, and report on the status. The idea is to streamline the feedback loop so that the effect of an integrated change is communicated back to the developer as soon as possible. By reducing the time between check-in and build status, developers find it much easier to identify faulty code. A continuous integration server is responsible for monitoring the source code repository for changes that are made during check-in. When a change is detected, the server automatically: *Retrieves source code<br /> *Builds the project <br /> *Executes tests<br /> *Reports on the build and testing status<br /> <br /> ====Brief history==== of software development ====What's important and what to look for==== at this particular type of software and ====Usage in various fields and areas==== Or, you can write about the software ====Features==== **Standards **Fundamental features **Usability and accessibility features Don't hesitate to ask for class help : ''or submit an answer to an existing question''
Upload Pictures
Resources:
Vendor/Foundation
|
Licenses
|
Linux Distributions
|
Programming Languages
|
Programming Interfaces (API)
|
Graphical Interfaces (GUI)
|
Available Languages