Chapter 4 : software Planning Flashcards

1
Q

What are the components of a user story

A

Acceptance test, priority, Story Points, description

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Epics

A

Like a user story, but they cover a large amount of functionality, usually too large for one iteration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the INVEST checklist for user stories

A

INdependent - from each other
Valuable - to user/business
Estimable - if can’t be estimated, doesn’t go into backlog
Small - should not take more than 1 sprint
Testable - must be testable, otherwise it’s not a requirement.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a task?

A

A small unit of work that is necessary for the completion of a story

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are acceptance tests:

A

Acceptance tests are functional tests that verify that the system implements the story as intended.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the three elements of a user story

A

Card : represents the 2-3 sentences used to describe the intent of the story
Converation: represents fleshing out the details of the intent of the card in a conversation with the customer/product owner.
Confirmation: Make sure that code meets the full intent of the story.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Why is many software delivered late?

A

Unrealistic deadline
Underestimate of the amount of effort
risks are not considered
technical difficulties not seen
miscommunication among staff.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Three types of making estimations:

A

Experience-based techniques

Algorithmic cost modeling

Agile planning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are story points

A

The number of points assigned represent the overall size of the story
It serves as an estimate.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly