Automated Testing

Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-11-10 23:38:44 +00:00
parent 37880f1c4c
commit 8af5ece6ba

View file

@ -0,0 +1,26 @@
---
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 %}