Library PHP Tek 2024 Advanced Test Driven-Development
Advanced Test Driven-Development

Log in to watch this talk

You need to be logged in to access this video. If you don't have an account, purchase a virtual pass for the latest php[tek] conference to get access to the full video library.

Advanced Test Driven-Development

Scott Keck-Warren Scott Keck-Warren PHP Tek 2024 Intermediate (some prior knowledge necessary) Standard (50 minutes)

Test Driven Development (TDD) is the process of using very short development cycles to test and then implement your code. In this session, we'll quickly explain the process of TDD and then work through several examples of how to implement TDD in a complex web application that pulls data from an external source, relies on database access, and handles events.