Contribute Media
A thank you to everyone who makes this possible: Read More

BDD (Behavior Driven Development) Testing for Django Apps

Description

Unit tests focus on classes and methods while integration tests focus on components and basic business logic. However, neither of these is executed against the full system environment nor take account of the system’s behaviors as a whole. Therefore, our app will not be assured to work properly in production environments if we limit our testing approach to only two types of tests. Incorporating BDD testing into our app’s testing plan addresses these limitations.

BDD is experiencing increasing industry adoption but can still prove daunting to implement from scratch. Our talk will describe how we implement a BDD framework stack by answering following questions:

  1. How do we design structured and reusable test code for BDD?
  2. How do we integrate BDD tests with our CI/CD pipeline?
  3. How do we speed up the execution of BDD automated tests?
  4. How do we set up our BDD framework?
  5. What are the limits of BDD testing?

Details

Improve this page