scrum.org

Website:https://www.scrum.org/
Upvotes received1
Downvotes received1
Karma:1 (upvotes-downvotes)



0 earned Badges

No badges were found



Definitions (37)

1

1 Thumbs up   1 Thumbs down

BDD


agile software development practice adding to TDD the description of the desired functional behavior of the new functionality.
Source: scrum.org

2

0 Thumbs up   0 Thumbs down

ALM


 
Source: scrum.org

3

0 Thumbs up   0 Thumbs down

ATDD


test-first software development practice in which acceptance criteria for new functionality are created as automated tests. The failing tests are constructed to pass as development proceeds and accept [..]
Source: scrum.org

4

0 Thumbs up   0 Thumbs down

Branching


creating a logical or physical copy of code within a version control system so that this copy might be changed in isolation.
Source: scrum.org

5

0 Thumbs up   0 Thumbs down

Clean Code


software code that is expressed well, formatted correctly, and organized for later coders to understand. Clarity is preferred over cleverness.
Source: scrum.org

6

0 Thumbs up   0 Thumbs down

Code Coverage


a measurement indicating the amount of product code that is exercised by tests.
Source: scrum.org

7

0 Thumbs up   0 Thumbs down

continuous delivery


a software delivery practice similar to Continuous Deployment except a human action is required to promote changes into a subsequent environment along the pipeline.
Source: scrum.org

8

0 Thumbs up   0 Thumbs down

continuous deployment


a software delivery practice in which the release process is fully automated in order to have changes promoted to the production environment with no human intervention.
Source: scrum.org

9

0 Thumbs up   0 Thumbs down

Continuous Integration


agile software development practice popularized by Extreme Programming in which newly checked-in code is built, integrated and tested frequently, generally multiple times a day.
Source: scrum.org

10

0 Thumbs up   0 Thumbs down

cyclomatic complexity


a measure of code complexity based on the number of independent logical branches through a code base. Cyclomatic complexity is expressed as a simple integer.
Source: scrum.org


To view all 37 definitions, please sign in.