SOFTWARE ENGINEERING

INTRODUCTION TO SOFTWARE ENGINEERING

AGILE SOFTWARE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Find what is the unit of measurement that is used to measure the size of a user story for an Agile project?
A
Function points
B
Story points
C
Work breakdown points
D
Velocity points
Explanation: 

Detailed explanation-1: -The measure of size commonly used in Agile is story points. Story points are a relative measure of the size of a user story. A user story estimated as 2 story points should be twice as big, complex, or risky as a story estimated as 1 story point.

Detailed explanation-2: -Agile teams commonly use the Fibonacci sequence to size stories (1, 2, 3, 5, 8, 13, …), likely to prevent a sized story from being broken down even more and to illustrate the uncertainty in estimating larger items.

Detailed explanation-3: -Stories are measured in “story points". A “story point” is the unit. Story points measure relative complexity of a story.

There is 1 question to complete.