A Sweet Test Suite

Parent Track: 
Development & Performance
Audience: 
Intermediate

An effective testing strategy demands many tools in our tool belts. Let’s take a look at some tests, environments, and tools for Test-Driven Development (TDD):

  • Behavior-Driven Development (BDD) ensures the application functions as we are intending, and serves as documentation. We’ll look at leveraging existing Behat definitions and explore opportunities to compose our own.
  • Visual regression testing is great for ensuring your site keeps looking the way it is supposed to when changes are introduced.
  • Unit testing is fast, cheap, and perfect for testing granular functions. We can also extend Drupal classes to test the Kernel, Browser, and JavaScript bases.

Speakers