Gtest Tutorial

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

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…

End of content

End of content