Testing External Sites
Play
13:21

Testing External Sites

#359 Jul 24, 2022 pro
Sometimes we find ourselves in a situation where we are handling the releases for an important application in our organization, but with each release, a regression/happy path testing must occur. We can use Ruby and Capybara to test these external sites.

Testing View Components
Play
9:51

Testing View Components

#293 Apr 25, 2021 pro
View Components allow testing the rendered views much easier.

Testing Stripe Payments
Play
17:12

Testing Stripe Payments

#261 Sep 27, 2020 pro
Continuing from the previous episode, we add testing to the Stripe Payments without adding any additional dependencies.

Setting Up and Testing OmniAuth
Play
14:08

Setting Up and Testing OmniAuth

#222 Dec 29, 2019 pro
In this episode, we look at creating a Ruby on Rails application with OmniAuth as the authentication solution and write tests to ensure that it works properly.

Minitest and Test Driven Development
Play
23:58

Minitest and Test Driven Development

#221 Dec 22, 2019 pro
We continue from Episode 220 and add additional features and write tests for existing code. We look at introduced bugs and how test driven development can help to not only fix the bugs, but strengthen our test suite.