DECK 3 Flashcards

1
Q

Shippable Product/Increment

A

When a product ic completed and it keeps being added upon by other functionalities from each sprint.
The increment must align with dev team DOD and the AC has to be fulfilled. Increment must be accepted by PO

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

BurnDown Chart

A

Graphic Representation of the rate at which work is completed and how much remains

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

What is Verification and Validation

A

Verification: is the process of evaluating software at dev stage and deciding whether it satisfies the requirement

Validation: Done by testers. It involves evaluating software at the end of the development process and to check whether it meets the customer’s requirement.

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

Definition of Ready

A
Done in Sprint Planning meeting 
- What will be carried out in sprint 
- You will define if the US is testable 
.
* defines the criteria of when a specific well defined US can be considered ready for estimation or inclusion in a sprint.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a User Story

A

Short description of the requirement from the User point of view
- Must have a end user type, action and a benefit

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

What is an Epic

A

EPIC is a big U.S that cannot be completed in on Sprint. Example: As a user i want to buy online so i do not have to visit the store.

EPIC has to be broken down to smaller U.S

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

What is Acceptance Criteria

A

It is the criteria set that lets us know when a U.S can be considered done
- These statements are made from the point of view or User

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

Rat hole?

A

talking about a topic for way too long and not being efficient with time.

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

What types of test cases ?

A

Positive
negative
boundary value analysis

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

Test Case definition

A

Test case has to be specific condition to check against the application under test
It has steps and pre-requisites, test environments, and outputs.

Test cases describes the functionality and test steps:

  • Test case ID
  • Step Number
  • Description of the functionality
  • Expected results
  • Actual results
How well did you know this?
1
Not at all
2
3
4
5
Perfectly