<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" encoding="UTF-8" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:atom="http://www.w3.org/2005/Atom/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:fireside="http://fireside.fm/modules/rss/fireside">
  <channel>
    <fireside:hostname>web02.fireside.fm</fireside:hostname>
    <fireside:genDate>Sat, 25 Apr 2026 09:24:06 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>Coder Radio - Episodes Tagged with “Automated Testing”</title>
    <link>https://coder.show/tags/automated%20testing</link>
    <pubDate>Wed, 08 May 2019 03:15:00 -0400</pubDate>
    <description>A weekly talk show taking a pragmatic look at the art and business of Software Development and the world of technology.
</description>
    <language>en-us</language>
    <itunes:type>episodic</itunes:type>
    <itunes:subtitle>A weekly talk show</itunes:subtitle>
    <itunes:author>The Mad Botter</itunes:author>
    <itunes:summary>A weekly talk show taking a pragmatic look at the art and business of Software Development and the world of technology.
</itunes:summary>
    <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/b/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/cover.jpg?v=7"/>
    <itunes:explicit>no</itunes:explicit>
    <itunes:owner>
      <itunes:name>The Mad Botter</itunes:name>
      <itunes:email>michael@themadbotter.com</itunes:email>
    </itunes:owner>
<itunes:category text="Technology"/>
<itunes:category text="Education">
  <itunes:category text="How To"/>
</itunes:category>
<itunes:category text="Business"/>
<item>
  <title>356: Fear, Uncertainty, and .NET</title>
  <link>https://coder.show/356</link>
  <guid isPermaLink="false">5de6966c-7a0c-4a86-b437-ea1180fa46a1</guid>
  <pubDate>Wed, 08 May 2019 03:15:00 -0400</pubDate>
  <author>The Mad Botter</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/5de6966c-7a0c-4a86-b437-ea1180fa46a1.mp3" length="24849577" type="audio/mp3"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>The Mad Botter</itunes:author>
  <itunes:subtitle>.NET 5 has been announced and brings a new unified future to the platform. We dig in to Microsoft's plans and speculate about what they mean for F#.</itunes:subtitle>
  <itunes:duration>34:30</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/b/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/cover.jpg?v=7"/>
  <description>.NET 5 has been announced and brings a new unified future to the platform. We dig in to Microsoft's plans and speculate about what they might mean for F#.
Plus the value of manual testing, Visual Studio Code Remote, and Conway's Game of Life in Rust. 
</description>
  <itunes:keywords>.net 5, testing, documentation, rdoc, javadoc, literate programming, QA, devops, testing culture, automated testing, manual testing, ui programming, oop, functional programming, sdet, lfnw, rust, web assembly, community, conway's game of life, simulation, WSL, pengwin, visual studio code, visual studio code remote, development environments, ide, .net, clr, mono, unity, .net core, open source, ahead of time, aot, llvm, runtime, objective c, java, rust, swift, jit, compilers, f#, iOS, xaml, xamarin, UWP, project uno, Developer podcast, Coder Radio</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>.NET 5 has been announced and brings a new unified future to the platform. We dig in to Microsoft&#39;s plans and speculate about what they might mean for F#.</p>

<p>Plus the value of manual testing, Visual Studio Code Remote, and Conway&#39;s Game of Life in Rust.</p><p>Links:</p><ul><li><a title="Feedback: Testing as a Career" rel="nofollow" href="https://pastebin.com/veNbnXSX">Feedback: Testing as a Career</a></li><li><a title="Feedback: Keeping up with Documentation" rel="nofollow" href="https://pastebin.com/xQxv6kar">Feedback: Keeping up with Documentation</a></li><li><a title="ruby/rdoc" rel="nofollow" href="https://github.com/ruby/rdoc">ruby/rdoc</a> &mdash; RDoc produces HTML and command-line documentation for Ruby projects.</li><li><a title="Javadoc" rel="nofollow" href="https://en.wikipedia.org/wiki/Javadoc">Javadoc</a> &mdash; Javadoc is a documentation generator created by Sun Microsystems for the Java language for generating API documentation in HTML format from Java source code. </li><li><a title="Literate programming" rel="nofollow" href="https://en.wikipedia.org/wiki/Literate_programming">Literate programming</a> &mdash; Literate programming is a programming paradigm introduced by Donald Knuth in which a program is given as an explanation of the program logic in a natural language, such as English, interspersed with snippets of macros and traditional source code, from which a compilable source code can be generated.</li><li><a title="Literate Programming" rel="nofollow" href="http://www.literateprogramming.com/">Literate Programming</a> &mdash; Writing a literate program is a lot more work than writing a normal program. After all, who ever documents their programs in the first place!? Moreover, who documents them in a pedagogical style that is easy to understand? And finally, who ever provides commentary on the theory and design issues behind the code as they write the documentation?</li><li><a title="A tutorial that implements Conway&#39;s Game of Life in Rust and WebAssembly." rel="nofollow" href="https://rustwasm.github.io/docs/book/game-of-life/introduction.html">A tutorial that implements Conway's Game of Life in Rust and WebAssembly.</a> &mdash; This tutorial is for anyone who already has basic Rust and JavaScript experience, and wants to learn how to use Rust, WebAssembly, and JavaScript together.

</li><li><a title="JupiterBroadcasting/Talks" rel="nofollow" href="https://github.com/JupiterBroadcasting/talks">JupiterBroadcasting/Talks</a> &mdash; Public repository of crew talks, slides, and additional resources.
</li><li><a title="Visual Studio Code Remote Development" rel="nofollow" href="https://code.visualstudio.com/docs/remote/remote-overview">Visual Studio Code Remote Development</a> &mdash; Visual Studio Code Remote Development allows you to use a container, remote machine, or the Windows Subsystem for Linux (WSL) as a full-featured development environment. </li><li><a title="Remote Development - Visual Studio Marketplace" rel="nofollow" href="https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack">Remote Development - Visual Studio Marketplace</a></li><li><a title="Introducing .NET 5" rel="nofollow" href="https://devblogs.microsoft.com/dotnet/introducing-net-5/">Introducing .NET 5</a> &mdash; There will be just one .NET going forward, and you will be able to use it to target Windows, Linux, macOS, iOS, Android, tvOS, watchOS and WebAssembly and more.</li><li><a title="The Friday Stream" rel="nofollow" href="https://fridaystream.com/">The Friday Stream</a> &mdash; Our crew from all over the world share stories, make new friends, and give each other a hard time live.</li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>.NET 5 has been announced and brings a new unified future to the platform. We dig in to Microsoft&#39;s plans and speculate about what they might mean for F#.</p>

<p>Plus the value of manual testing, Visual Studio Code Remote, and Conway&#39;s Game of Life in Rust.</p><p>Links:</p><ul><li><a title="Feedback: Testing as a Career" rel="nofollow" href="https://pastebin.com/veNbnXSX">Feedback: Testing as a Career</a></li><li><a title="Feedback: Keeping up with Documentation" rel="nofollow" href="https://pastebin.com/xQxv6kar">Feedback: Keeping up with Documentation</a></li><li><a title="ruby/rdoc" rel="nofollow" href="https://github.com/ruby/rdoc">ruby/rdoc</a> &mdash; RDoc produces HTML and command-line documentation for Ruby projects.</li><li><a title="Javadoc" rel="nofollow" href="https://en.wikipedia.org/wiki/Javadoc">Javadoc</a> &mdash; Javadoc is a documentation generator created by Sun Microsystems for the Java language for generating API documentation in HTML format from Java source code. </li><li><a title="Literate programming" rel="nofollow" href="https://en.wikipedia.org/wiki/Literate_programming">Literate programming</a> &mdash; Literate programming is a programming paradigm introduced by Donald Knuth in which a program is given as an explanation of the program logic in a natural language, such as English, interspersed with snippets of macros and traditional source code, from which a compilable source code can be generated.</li><li><a title="Literate Programming" rel="nofollow" href="http://www.literateprogramming.com/">Literate Programming</a> &mdash; Writing a literate program is a lot more work than writing a normal program. After all, who ever documents their programs in the first place!? Moreover, who documents them in a pedagogical style that is easy to understand? And finally, who ever provides commentary on the theory and design issues behind the code as they write the documentation?</li><li><a title="A tutorial that implements Conway&#39;s Game of Life in Rust and WebAssembly." rel="nofollow" href="https://rustwasm.github.io/docs/book/game-of-life/introduction.html">A tutorial that implements Conway's Game of Life in Rust and WebAssembly.</a> &mdash; This tutorial is for anyone who already has basic Rust and JavaScript experience, and wants to learn how to use Rust, WebAssembly, and JavaScript together.

</li><li><a title="JupiterBroadcasting/Talks" rel="nofollow" href="https://github.com/JupiterBroadcasting/talks">JupiterBroadcasting/Talks</a> &mdash; Public repository of crew talks, slides, and additional resources.
</li><li><a title="Visual Studio Code Remote Development" rel="nofollow" href="https://code.visualstudio.com/docs/remote/remote-overview">Visual Studio Code Remote Development</a> &mdash; Visual Studio Code Remote Development allows you to use a container, remote machine, or the Windows Subsystem for Linux (WSL) as a full-featured development environment. </li><li><a title="Remote Development - Visual Studio Marketplace" rel="nofollow" href="https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack">Remote Development - Visual Studio Marketplace</a></li><li><a title="Introducing .NET 5" rel="nofollow" href="https://devblogs.microsoft.com/dotnet/introducing-net-5/">Introducing .NET 5</a> &mdash; There will be just one .NET going forward, and you will be able to use it to target Windows, Linux, macOS, iOS, Android, tvOS, watchOS and WebAssembly and more.</li><li><a title="The Friday Stream" rel="nofollow" href="https://fridaystream.com/">The Friday Stream</a> &mdash; Our crew from all over the world share stories, make new friends, and give each other a hard time live.</li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>328: In Testing We Trust</title>
  <link>https://coder.show/328</link>
  <guid isPermaLink="false">bc3c9fdf-c7c8-45d2-ab8d-19e30701b9e6</guid>
  <pubDate>Mon, 08 Oct 2018 14:00:00 -0400</pubDate>
  <author>The Mad Botter</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/bc3c9fdf-c7c8-45d2-ab8d-19e30701b9e6.mp3" length="46284276" type="audio/mp3"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>The Mad Botter</itunes:author>
  <itunes:subtitle>Mike makes his case for realism when it comes to automated testing, and a readjustment of expectations in the wider community. </itunes:subtitle>
  <itunes:duration>54:38</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/b/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/cover.jpg?v=7"/>
  <description>Mike makes his case for realism when it comes to automated testing, and a readjustment of expectations in the wider community. 
Plus the guys define what makes a “Dark Matter Developer”, and gauk at the possibility of this young hip upstart’s automated build pipeline, and share memories of large scale QA testing teams.
</description>
  <itunes:keywords>Ci, BDD, TDD, Unit Testing, Microsoft App Center, Mac in Cloud, C#, GitHub, automated testing, QA, software contracting, Alexa, HomeKit, HomePod, Shortcuts, Visual Studio, Development Podcast, Coder Radio</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Mike makes his case for realism when it comes to automated testing, and a readjustment of expectations in the wider community. </p>

<p>Plus the guys define what makes a “Dark Matter Developer”, and gauk at the possibility of this young hip upstart’s automated build pipeline, and share memories of large scale QA testing teams.</p><p>Links:</p><ul><li><a title="Mike: I&#39;m Seeing Something Strange..." rel="nofollow" href="https://twitter.com/dominucco/status/1047287488732123136">Mike: I'm Seeing Something Strange...</a></li><li><a title="MacinCloud" rel="nofollow" href="https://www.macincloud.com/">MacinCloud</a> &mdash; This is the cloud-based Mac solution you are looking for! Access on-demand Mac servers for app development, Mac tasks, and enterprise builds.</li><li><a title="iOS Code Signing in App Cente" rel="nofollow" href="https://docs.microsoft.com/en-us/appcenter/build/ios/code-signing">iOS Code Signing in App Cente</a> &mdash; An app must be signed to run on a real device during the development process, through a beta program or in the App Store. </li><li><a title="The Day the QA Department Died" rel="nofollow" href="https://www.infoq.com/articles/day-qa-dept-died">The Day the QA Department Died</a> &mdash; Let’s take a step back and examine how things used to work.</li><li><a title="Who needs a separate QA Team?" rel="nofollow" href="https://blogs.agilefaqs.com/2009/01/14/who-needs-a-separate-qa-team/">Who needs a separate QA Team?</a> &mdash; Have you come across developers who think that having a separate Quality Assurance (QA) team, who could test (manually or auto-magically) their code/software at the end of an iteration/release, will really help them? Personally I think this style of software development is not just dangerous but also harmful to the developers’ growth.</li><li><a title="Why your QA testers quit—and what to do about it" rel="nofollow" href="https://techbeacon.com/why-your-qa-testers-quit%E2%80%94-what-do-about-it">Why your QA testers quit—and what to do about it</a> &mdash; After years of hearing tragic tales of continuous tester turnover, I started to wonder if testing is just a temporary, transitional role for many people.</li><li><a title="Alexa is the future of Amazon’s consumer business" rel="nofollow" href="https://qz.com/1398622/alexa-is-the-future-of-amazons-consumer-business/">Alexa is the future of Amazon’s consumer business</a> &mdash; Here’s a quick rundown of the Alexa-enabled products Amazon announced: A wall clock, microwave, subwoofer, an Alexa for the car, a DVR for your TV antenna, a smart plug, and a microphone that turns your existing hi-fi setup into an Alexa-powered audio rig. Oh, and updates to the Echo Dot, Echo Plus, and Echo Show.</li><li><a title="Big Mouth Billy Bass will soon work with Amazon Alexa - The Verge" rel="nofollow" href="https://www.theverge.com/circuitbreaker/2017/9/27/16375650/big-mouth-billy-bass-alexa-amazon">Big Mouth Billy Bass will soon work with Amazon Alexa - The Verge</a> &mdash; Amazon says an updated Billy is coming later this year.</li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Mike makes his case for realism when it comes to automated testing, and a readjustment of expectations in the wider community. </p>

<p>Plus the guys define what makes a “Dark Matter Developer”, and gauk at the possibility of this young hip upstart’s automated build pipeline, and share memories of large scale QA testing teams.</p><p>Links:</p><ul><li><a title="Mike: I&#39;m Seeing Something Strange..." rel="nofollow" href="https://twitter.com/dominucco/status/1047287488732123136">Mike: I'm Seeing Something Strange...</a></li><li><a title="MacinCloud" rel="nofollow" href="https://www.macincloud.com/">MacinCloud</a> &mdash; This is the cloud-based Mac solution you are looking for! Access on-demand Mac servers for app development, Mac tasks, and enterprise builds.</li><li><a title="iOS Code Signing in App Cente" rel="nofollow" href="https://docs.microsoft.com/en-us/appcenter/build/ios/code-signing">iOS Code Signing in App Cente</a> &mdash; An app must be signed to run on a real device during the development process, through a beta program or in the App Store. </li><li><a title="The Day the QA Department Died" rel="nofollow" href="https://www.infoq.com/articles/day-qa-dept-died">The Day the QA Department Died</a> &mdash; Let’s take a step back and examine how things used to work.</li><li><a title="Who needs a separate QA Team?" rel="nofollow" href="https://blogs.agilefaqs.com/2009/01/14/who-needs-a-separate-qa-team/">Who needs a separate QA Team?</a> &mdash; Have you come across developers who think that having a separate Quality Assurance (QA) team, who could test (manually or auto-magically) their code/software at the end of an iteration/release, will really help them? Personally I think this style of software development is not just dangerous but also harmful to the developers’ growth.</li><li><a title="Why your QA testers quit—and what to do about it" rel="nofollow" href="https://techbeacon.com/why-your-qa-testers-quit%E2%80%94-what-do-about-it">Why your QA testers quit—and what to do about it</a> &mdash; After years of hearing tragic tales of continuous tester turnover, I started to wonder if testing is just a temporary, transitional role for many people.</li><li><a title="Alexa is the future of Amazon’s consumer business" rel="nofollow" href="https://qz.com/1398622/alexa-is-the-future-of-amazons-consumer-business/">Alexa is the future of Amazon’s consumer business</a> &mdash; Here’s a quick rundown of the Alexa-enabled products Amazon announced: A wall clock, microwave, subwoofer, an Alexa for the car, a DVR for your TV antenna, a smart plug, and a microphone that turns your existing hi-fi setup into an Alexa-powered audio rig. Oh, and updates to the Echo Dot, Echo Plus, and Echo Show.</li><li><a title="Big Mouth Billy Bass will soon work with Amazon Alexa - The Verge" rel="nofollow" href="https://www.theverge.com/circuitbreaker/2017/9/27/16375650/big-mouth-billy-bass-alexa-amazon">Big Mouth Billy Bass will soon work with Amazon Alexa - The Verge</a> &mdash; Amazon says an updated Billy is coming later this year.</li></ul>]]>
  </itunes:summary>
</item>
  </channel>
</rss>
