This repository contains the solution for Lab 1: Verification and Validation focusing on designing and executing test-cases for simple C++ functions
The project includes:
- Unit tests in C++ (.cpp) using GoogleTest framework
- Jupyter Notebook (.ipynb) to compile and run the tests
Lab1_VV_TestCases.cpp→ C++ unit test file with test-casesLab1_VV_TestCases.ipynb→ Jupyter Notebook to compile & run the program