U
F
FL_Explorer
How to create BDD tests
With BDD (Behavior-Driven Development), tests are created using the Gherkin Given-When-Then language:
- given (some context)
- when (something happens)
- then (outcome)
#flutlab #tutorial #flutter #flutterdevelopment

U