Agile Continuous Integration

avril 22, 2018

Agile Continuous Integration   Continuous Integration is a software development practice where members of 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 […]

0

Test driven development: TDD /Test first development

avril 22, 2018

Test driven development: TDD /Test first development Test driven development TDD /Test first development Extreme programming (XP) emphasizes Test driven development (TDD) Test Driven Development is primarily a design technique with a side effect of ensuring that your source code is thoroughly unit tested. However, there is more to testing than this. You’ll still need […]

0

Agile frameworks and methodologies

avril 21, 2018

Agile frameworks and methodologies FDD Feature driven development (FDD) uses a prescriptive model where the software development process is planned, managed, and tracked from the perspective of individual software features. FDD uses short iterations of two weeks or less to develop a set amount of features. The five step FDD process is: 1. Develop overall […]

0