How to automate Integration Testing for a SpringBoot and Camel application? What is TestContainers?

preview_player
Показать описание
How to automate Integration Testing for a SpringBoot and Camel application? What is TestContainers?

Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.

Рекомендации по теме
Комментарии
Автор

Sir your way of explaining is fabulous and superb. I really understood it thanks. God Bless You Sir

zakirazakira
Автор

Very helpful and clear explanation..Always wait for you video..

ashishmauryasiet
Автор

Loved this video. Very useful. Thank you!

juandavidarguello
Автор

It is really a very-very good session.

DhirendraSingh
Автор

Nicely explained..but I hv one doubt. Using integration test we want to be sure that all api, other instances(deployed in cloud), some crone jobs ..all are running in production environment.My question is by running docker images locally how can we test the functionality in production?

ramanandkumar
Автор

Hello All, Can anyone please tell me - Does the Testcontainers library support TestNG???

himanshukhare