Blog

GTest Tutorials
KT

Gtest Tutorial

Google test is Google’s C++ test framework for creating unit tests, and is also known as GTest. It is based on xUnit architecture, where xUnit architecture is a set of frameworks for creating and executing unit tests. The Gtest framework helps in creating and executing C++ unit tests. Since it…

Tools for Code Coverage
KT

Tools for Code Coverage

Code coverage measures the extent to which your source code has been tested. It’s crucial to evaluate the quality of your tests and their effectiveness on your software source code, ultimately determining the quality of your project. Code Coverage analysis is performed with the help of software which is called…

Code Coverage
RKTracer Tool

Publish coverage to Jenkins and SonarQube code coverage

Publish code coverage in Jenkins and SonarQube Code Coverage We’ve covered how to publish coverage reports to Jenkins and SonarQube using RKTracer for programs based on C, C++, C# ,Java, Kotlin, JavaScript, Python, Golang, Kotlin, and Swift programming languages in our previous posts. In this article, you’ll learn how to publish RKTracer’s HTML coverage…