Posted in Gradle Junit

Junit 5 Test Report Using SonarQube Jacoco Gradle

Table of Contents Introduction Prerequisites Project Setup The Junit 5 Test Class Generating Test Reports Scanning Project with Sonar Source Code Introduction In this Spring Boot based application I am going to show you how to generate Junit 5 test report using SonarQube Jacoco gradle build tool. You need to generate such test reports to ensure that your source code…

Continue Reading... Junit 5 Test Report Using SonarQube Jacoco Gradle
Posted in Java

Analyze Code Quality Of Java Application Using SonarQube

Table of Contents Introduction Prerequisites Project Setup SonarQube Configuration Known Issue Source Code Introduction This tutorial will show you how to analyze code quality of Java applications using SonarQube. Maintaining the quality of code is an important part of the application and it is required to find out any bugs, issues in the developed code so that you can remove…

Continue Reading... Analyze Code Quality Of Java Application Using SonarQube