Join guest chef Piotr Murach to learn how algorithm performance can be analyzed and characterized using "Big-O" notation. Then, be amazed at his tools for programmatically verifying our algorithmic performance!
Tag: testing

Episode #544
Risk-Oriented Testing
Unit tests? Integration tests? Where will you get the most bang for the buck from the time you spend testing your code? Join guest chef Chelsea Troy to learn how …

Episode #539
Better Code with Mutant
Mutation testing isn't just for better tests. In this screencast with Daniel Gollahon, you'll see how the mutant gem can help you write cleaner, safer Ruby code.

Episode #538
Better Tests with Mutant
Learn how mutation testing can teach you to write better tests, with guest chef Daniel Gollahon.

Episode #533
Episode #533: Rails System Test with Sam Phippen
Get the lowdown on how to use RSpec to write modern Rails System Tests, from guest chef Sam Phippen.

Episode #527: OpenAPI and Apivore – with Ariel Caplan
Nobody likes a web API that behaves differently than the docs say it should. Join Ariel Caplan to learn how to ensure your API never gets out of sync with …

Episode #522: Cucumber Expressions with Matt Wynne
Is sharing executable specification documents between developers and business domain experts a myth? Far from it! In this episode, guest chef Matt Wynne of the Cucumber project shows how to …

Episode #516: TDD is easy! – with Michal Taszycki
Have you ever heard someone say that TDD is just "too hard" to get started with on some platform? Watch Michal Taszycki put this fear to bed once and for …

Episode #513: Literal Expectation
In tests is it better to assert against model attributes, or against literal values? In this episode, you'll see why one option is clearly preferable to the other.