© 2023 Hashnode
#testcontainers
What 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 t…
1. 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 bug…
Background 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…
Preface 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 t…
A 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 regul…
Selamlar 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 …