What is Test Driven Development or TDD

What is Test Driven Development or TDD

Test Driven Development also known as TDD  is an iterative approach to developing software in the field of software engineering. In this approach ,functionality test cases are developed before development of the actual code. TDD was discovered by Software Engineer Kent Beck. Test Driven Development TDD is a specification technique…

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