Showing items from Development and Programming

post-thumb

Split unit and integration tests

Introduction

The aim of this article is not to impose a solution, but to show different ways and tools to split unit and integration tests. We all encountered the need to write tests in our developments, the interest of each kind of tests is easy to found in several web sources or others (for example see http://softwaretestingfundamentals.com/unit-testing/ ), then i will not develop this part here. We will see below, how to split unit and integration tests with several methods of 2 dependency managers (Maven and Gradle), concerning Java source code. In conclusion you will find a succinct comparison of all the methods.

Read more Details
post-thumb

Architecture Katas for dummies

The sad reality

Meet John. John is a good lad, he has spent most of his five-year-long career so far as a good developer and excellent lead developer. A few weeks back, Linda (his boss) offered him an architect position. John saw that as a promotion, and took the opportunity. Fast-forward a few months: A big service has to be built, and it falls upon John to design the whole solution, him being the architect and all…

Read more Details