From 22e1fff61b2108062fb5e9a88b3dc1744518caae Mon Sep 17 00:00:00 2001 From: Maciej Wyrodek <32420051+mwyrodek@users.noreply.github.com> Date: Wed, 30 Jan 2019 18:32:47 +0100 Subject: [PATCH 1/2] added ab testing podcast --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2f22b11..e2dc974 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ List of podcasts which are helpful for software engineers/programmers. * [Scala](#scala) * [Security](#security) * [Swift](#swift) +* [Software Testing](#software-testing) * [Web development](#web-development) ## .NET @@ -1038,6 +1039,13 @@ More .NET Podcasts can be found on [The Sound of .NET](https://thesoundof.net/) * **Frequency**: Once every week * **Runtime**: 15 - 50 mins, regularly ~30 mins +## Software Testing +* [AB Testing](https://www.angryweasel.com/ABTesting/) + + * **Description**: Two Experienced test directors talk about how testing is changing. Currently, the primary goal of the podcast is the explanation of Modern Testing Principles. + * **Frequency**: Approximately twice per month + * **Runtime**: 40 - 60 mins, regularly ~50 mins + ## Web development * [Chance the Developer](https://chancethedev.com/) From 339d8b6deb43ce0a1df2c2e65e5c0fa74dc04308 Mon Sep 17 00:00:00 2001 From: Maciej Wyrodek <32420051+mwyrodek@users.noreply.github.com> Date: Wed, 30 Jan 2019 18:41:35 +0100 Subject: [PATCH 2/2] added testtalk --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e2dc974..5f7771e 100644 --- a/README.md +++ b/README.md @@ -1045,6 +1045,12 @@ More .NET Podcasts can be found on [The Sound of .NET](https://thesoundof.net/) * **Description**: Two Experienced test directors talk about how testing is changing. Currently, the primary goal of the podcast is the explanation of Modern Testing Principles. * **Frequency**: Approximately twice per month * **Runtime**: 40 - 60 mins, regularly ~50 mins + +* [Test Talks](https://www.joecolantonio.com/testtalks/) + + * **Description**: The podcast dedicated to testing automation experts, it goes through a wide variety of subjects - tools, trends, patterns etc. + * **Frequency**: Once every week + * **Runtime**: 20 - 40 mins, regularly ~30 mins ## Web development