DjangoCon US 2018 - BDD (Behavior Driven Development) Testing for Django Apps by Le Xiao

DjangoCon US 2018 - BDD (Behavior Driven Development) Testing for Django Apps by Le Xiao

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:

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

This talk was presented at: https://2018.djangocon.us/talk/bdd-behavior-driven-development-testing/

LINKS: Follow DjangCon US 👇 https://twitter.com/djangocon

Follow DEFNA 👇 https://twitter.com/defnado https://www.defna.org/

Date Added: September 19, 2024

Watch Video