-
D
Design Sprint
The Design Sprint is a five-phase process to get a tangible product prototype in a short period of time.
-
C
Code Review
A Code Review is a software quality assurance practice in which developers check each other’s code, usually before merging the code.
-
F
Fail Fast
Debugging can be very annoying.
-
M
MVP
The Minimum Viable Product (MVP) represents a concept from Lean Thinking that emphasizes the impact of learning in new product development.
-
P
Proper Bug Reporting
Bug reports are descriptions of bugs found by testers - they help to understand where the product lacks its functionality or performance.
-
C
Clickable Prototype
A Clickable Prototype shows a visual representation of the user interface of a website or software application.
-
R
Retrospective
A retrospective is an opportunity for the team to inspect itself and create a plan for improvements to be included in the next Sprint.
-
P
Penetration Testing
Penetration Testing is a practice of testing a computer system, network or a web application to find flaws and potential security vulnerabilities.
-
S
Scrum
Scrum is a framework focused on a productive and creative delivery of complex products with an emphasis on the highest possible value.
-
C
Code Coverage
Code Coverage (CC) measures how many, and which specific source code lines are being tested by automated tests (for example, unit or integration test).