Drupal 8 has introduced the most powerful testing framework than any previous version of Drupal. Navigating the different types of tests can be tricky. Writing your own can be even trickier.
In this session we'll explore the 4 different types of tests (unit, kernel, browser, and javascript-enabled). We'll touch on why the legacy framework (simpletest) has been deprecated, and even how to convert legacy tests.
After this session, you should be able to write tests for your own custom code, contributed modules, and even help along core issues that need tests.