Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rajkundalia/64174056b02aa5f65680c8e31de03eef to your computer and use it in GitHub Desktop.
Save rajkundalia/64174056b02aa5f65680c8e31de03eef to your computer and use it in GitHub Desktop.
BDD (Behavior-Driven Development) TDD (Test-Driven Development) Traditional Development
Focuses on behaviors and outcomes Focuses on code implementation and unit testing Often focuses on features without explicit test criteria
Tests written in natural language Tests written in programming language Testing often done after development
Encourages collaboration between technical and non-technical team members Primarily developer-focused Often has communication gaps between teams
Examples and scenarios describe expected behavior Tests verify code functions correctly Requirements and tests often disconnected
@rajkundalia
Copy link
Author

image

@rajkundalia
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment