oliverdavies.uk/sculpin/source/_pages/automated-testing.md
Oliver Davies 8af5ece6ba Automated Testing
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
2025-11-12 23:08:03 +00:00

26 lines
1.1 KiB
Markdown

---
layout: page
title: Automated Testing
---
{% block content %}
Automated testing is one of my favourite topics to teach and to speak and write about.
I write a lot about automated testing and other topics on my [daily email list](/daily).
I created a [free 10-day email course](/atdc) that covers the basics of automated testing in Drupal in a series of daily lessons.
I have [spoken at DrupalCons](https://www.youtube.com/watch?v=81J0dPvqG-g) and DrupalCamps about automated testing in Drupal.
I also have [videos and recordings](https://videos.oliverdavies.uk) of live streams where I've contributed tests to projects, including Drupal core.
Hopefully, that gives you enough information to get started.
If you need more hands-on help, [you can hire me](/pricing) for a 1-on-1 consulting call, pair programming session or a private talk or workshop to get you up and running.
{% endblock %}
{% block content_bottom %}
{% include 'daily-email-form.html.twig' with {
intro: 'Sign up and get daily emails about Drupal, PHP and software development.'
} %}
{% endblock %}