Introduction to Testing

I made an episode for anyone wanting an introduction to testing with Elixir.

https://elixircasts.io/introduction-to-testing

9 Likes

How interesting, do you talk about TDD, BDD, Property testing or something else entirely ?

You can have look. ElixirCasts always has it’s content in text form as well.

I do some very simple TDD with ExUnit. This episode is geared towards those new to Elixir or testing in general.

1 Like