Common Web Vulnerabilities
Lectures 77 • 40 slides
Narration
Session 77 Slide 1: TDD/BDD Practice
What you will learn today
- Basic concepts of TDD (Test-Driven Development)
- Red-Green-Refactor cycle
- Concepts of BDD (Behavior-Driven Development)
- Cucumber and gherkin notation
mindmap
root((TDD/BDD Practice))
TDD
Test-First
Red-Green-Refactor
Small Steps
BDD
Behavior-Driven
Gherkin Notation
Cucumber
Review of the previous session
- In Session 76, "Integration Testing Practice", we learned about testing the collaboration of multiple components
- This time, we will learn more upstream testing methods
Goals of this lecture
- Understand TDD/BDD and be able to put them into practice in real work
1/40