Antonio Di StefanoforDevEx & Ducksthegrizzlydev.hashnode.net·Jan 13, 2023Scaling testcontainers with Bazel - part 0 - introducing testcontainersWhat is integration testing? Sometimes controversy is all you need to start and what could be more controversial in the software engineering world than clearly defining a testing methodology? How about we all agree on defining integration testing as ...Discuss·1 like·63 readsScaling testcontainers with Bazelbazel
H.Enes Gökdağforhenesgokdag.hashnode.net·Aug 1, 2022TestcontainersSelamlar bugün size testcontainers hakkında bilgi vermeye çalışacağım.Projelerimize unit test yazarız ama sadece unit test yazmak yeterli olmayabilir. Örneğin bir database methodunun kullanıldığı bir methoda ilgili database methodunu mocklayıp unit t...Discuss·27 readsTesting
Vyacheslav RusakovforVyacheslav Rusakov's Blogxvik.hashnode.net·Nov 3, 2022Adding docker support into gradle plugin with testcontainersPreface Several years ago I was searching for a simple (but pretty) documentation tool for my open source projects. Eventually, I stopped on mkdocs with material theme: But, it is a python tool and I need to use it in gradle. I liked the tool so muc...Discuss·174 readsJava
Elton Muteswaphaizel.hashnode.net·Mar 20, 2023Running Docker Compose with Testcontainer for Spock TestsIntroduction. In this blog, I share how we eliminated the toil associated with manually starting and stopping integration test resources - databases & message queues - exposed by Docker Compose by automatically starting and stopping Docker Compose vi...DiscussDocker
Daniel GeneziniforDaniel Genezini's Blogdanielgenezini.hashnode.net·Mar 2, 2023How to run disposable databases for your tests. Improve your integration tests accuracy with TestcontainersIntroduction Integration tests are essential to ensure that the different components of our system work together as expected and continue to work after changes. In this post, I’ll explain how to spin up disposable database containers to use in integr...Discussdotnet
Gastondevgs-blog.hashnode.net·Feb 27, 2023Integration testing with testcontainers and LiquibaseIntegration tests need good test data Next to unit tests, integration tests offer an additional level of detecting defects in software. Integration tests can give confidence that separate modules are working together as designed. And when external sy...Discuss·127 readsTestcontainers
Antonio Di StefanoforDevEx & Ducksthegrizzlydev.hashnode.net·Jan 13, 2023Scaling testcontainers with Bazel - part 0 - introducing testcontainersWhat is integration testing? Sometimes controversy is all you need to start and what could be more controversial in the software engineering world than clearly defining a testing methodology? How about we all agree on defining integration testing as ...Discuss·1 like·63 readsScaling testcontainers with Bazelbazel
Yadukrishnanyadukrishnan.hashnode.net·Dec 2, 2022Easy Integration Testing with TestContainer-Scala1. Introduction Integration Testing is a very important part of software development. It is generally better to have an integration testing environment as close to the production setup as to catch bugs early. However, it is also cumbersome to set up ...Discuss·1.3K readsScala
DaShaundashaun.hashnode.net·Nov 22, 2022Spring Boot 3 Buildpacks with Testcontainers CloudBackground I have a modest laptop. It checks the boxes, for just about everything I need to do for work. Just about. AOT processing, with GraalVM, is not a great experience on this machine. The origin story Back in June 2022, I was presenting at Spri...Discuss·26 readsSpringboot
Vyacheslav Rusakovxvik.hashnode.net·Nov 3, 2022Adding docker support into gradle plugin with testcontainersPreface Several years ago I was searching for a simple (but pretty) documentation tool for my open source projects. Eventually, I stopped on mkdocs with material theme: But, it is a python tool and I need to use it in gradle. I liked the tool so muc...Discuss·174 readsJava
Marcus Blackhallcodefeest.hashnode.net·Sep 24, 2022Testcontainers - Integration testing at its bestA breath of fresh air When creating an integration test you want the test to be as close as possible to the environment where you will eventually want to deploy right ?. One of the components I regularly need for an integration test is a database. ...Discuss·130 readsJava
H.Enes Gökdağforhenesgokdag.hashnode.net·Aug 1, 2022TestcontainersSelamlar bugün size testcontainers hakkında bilgi vermeye çalışacağım.Projelerimize unit test yazarız ama sadece unit test yazmak yeterli olmayabilir. Örneğin bir database methodunun kullanıldığı bir methoda ilgili database methodunu mocklayıp unit t...Discuss·27 readsTesting