Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 529 Bytes

File metadata and controls

11 lines (9 loc) · 529 Bytes

Lab 1 - Verification and Validation with Test-Cases

Description

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

Files

  • Lab1_VV_TestCases.cpp → C++ unit test file with test-cases
  • Lab1_VV_TestCases.ipynb → Jupyter Notebook to compile & run the program