DECK 3 Flashcards
Shippable Product/Increment
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
BurnDown Chart
Graphic Representation of the rate at which work is completed and how much remains
What is Verification and Validation
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.
Definition of Ready
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.
What is a User Story
Short description of the requirement from the User point of view
- Must have a end user type, action and a benefit
What is an Epic
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
What is Acceptance Criteria
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
Rat hole?
talking about a topic for way too long and not being efficient with time.
What types of test cases ?
Positive
negative
boundary value analysis
Test Case definition
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