Cloud and Application Modernization

Test

Technical articles and architecture insights on cloud migration, modernization strategy, legacy transformation and enterprise IT.

SonarQube and ReactJS
SonarQube and ReactJS

This article is showing you how to use SonarQube with ReactJS and its JSX files. I will use both the SonarQube JavaScript plugin and the additional plugin Sonar EsLint plugin.

SonarQube plugins for AngularJS and Javascript you may not know
SonarQube plugins for AngularJS and Javascript you may not know

In this article, I will present you with two new SonarQube plugins that you will never find on the SonarQube marketplace (for some good reasons). Keep reading if you are developing in TypeScript, AngularJS 2, Javascript.

Test and Data Generation for Java Unit tests
Test and Data Generation for Java Unit tests

Today I was preparing a presentation about Software Code quality for a TechTalk on Thursday. I made a search on the Internet about Automatic Unit test generators and Data Generators. I will present some tools I have tried. Today, we will …

Writing an integration test with a mail server
Writing an integration test with a mail server

This is a simple example of code to demonstrate how to use the library fakesmtp-junit-runner to write integration tests with mail servers. The library has been released on GitHub and Maven Central.