12:11
Testcontainers have forever changed the way I write tests
I don't always test my code, but when I do, I test against real services. The testcontainers package enables me to easily test ...
15:39
Testcontainers Интеграционные тесты для баз данных
Пишем интеграционный тест для БД с помощью Testcontainers и Spring Boot ...
15:59
Stop Mocking Your Database! Use Testcontainers in .NET
Want to master Clean Architecture? Go here: https://bit.ly/3PupkOJ Want to unlock Modular Monoliths? Go here: ...
1:22:58
Testcontainers на практике: интеграционные тесты Java с PostgreSQL за час
В этом видео я показываю на практике, как использовать библиотеку Testcontainers для написания интеграционных тестов ...
19:32
Testcontainers - PostgreSQL DB
How to test JDBC and JPA APIs using TestContainers? How to test DAO APIs without using in-memory DB like H2? How to test ...
10:47
Spring Boot Integration Testing with PostgreSQL using Testcontainers | Full Hands-on Guide
Want to learn real-world integration testing with Spring Boot?* Check out my full Udemy course on *Integration Testing with ...
9:34
TESTCONTAINERS | Simple example with PostgreSQL
How to make testing easier? Testcontainers is the answer! Check out the video to find a way to test your data access layer code ...
22:01
Spring boot + PostgreSQL + Liquibase + Testcontainers
В данном видео рассматривается создание простого Spring boot приложения и настройка подключения к СУБД PostgreSQL ...
27:33
Testcontainers, Postgres, Kotlin
If you check our Kotlin Gilded Rose codebase out of GitHub (https://github.com/dmcg/gilded-rose-tdd) and try to build it, you will ...
57:37
Integrating Testcontainers Effectively into Your Spring Boot Tests
00:00 - Why do we need test containers 04:16 - Create a TODO CRUD app 14:24 - Issues with integration test without ...
33:31
Spring Boot Testcontainers - Integration Testing made easy!
In this tutorial you are going to learn how to write an integration test in Spring Boot using Testcontainers. We are going to use ...
19:47
Testcontainers и Spring Boot 3.1
Ещё одним нововведением в Spring Boot 3.1, связанным с использованием контейнеров, стала интеграция с Testcontainers ...
17:27
Coding Shorts 108: Using TestContainers in .NET Core
Don't miss my upcoming "Pragmatic Architecture for ASP.NET Core" workshop coming November 11th: ...
10:41
Integration Testing with Testcontainers
In this episode, we discover a beautiful library for integration called Testcontainers. With Testcontainers, we can start external ...
10:51
Writing Database Tests with PostgreSQL Test Containers in Go
Streamline Database Testing in Go with Test Containers In this video, I will show you how to write effective database tests for your ...
2:00
Testcontainers in Spring Boot: Real Tests, Real Infrastructure
https://joptimize.io/ ✓ 40% Discount Code : LINKEDIN40 Your mocked unit tests pass but production breaks — because mocks ...
58:53
Nikolay Kuznetsov - Integration and end-to-end testing with TestContainers and JUnit 5
TestContainers library facilitates simple start up of a service dependencies, i.e. Postgres, Redis in throwaway Docker containers.
46:23
2022 - Piotr Przybył - Removing complexity from integration tests using Testcontainers!
Unit tests are great, but without proper integration testing, especially if you work with microservices, you might not know how your ...
30:41
EP28: Integration Tests Done Right: Testcontainers | Oleg Šelajev
Writing good integration tests is hard. Databases and other services need to be started up, the test has to be run, and everything ...
8:42
Hibernate & Testcontainers: A Perfect Match For Your Tests?
When writing tests that rely on a database, you are facing 2 challenges: One, You need to write meaningful tests that ensure that ...