Skip to content

2. Technical Overview

emmateva18 edited this page Mar 16, 2021 · 9 revisions

Contents:

  1. General concept
  2. Functions overview
  3. Quality Assurance and Testing
  4. Blockschemes

1. General concept

We have created a C++ based application, with a Server side and a Client side, that helps schools organise projects and teams. The Server side helps for saving the data in binary files, that is being displayed in a table format and validate the inputs. The Client side in mainly used for inputting and displaying information.

2. Functions overview

3. Quality Assurance and Testing

Unit Testing- We used Visual Studio 2019 for the unit testing of our project. This allowed us to test our functions automatically.

  • Example of Unit testing:
    unitTesting
  • Manual Testing – We created an excel workbook, where we described the tests for each of our files. There we tested the code functionallity, alogithm, front end and etc.

4. Blockschemes

You can access our blockscheme from here.

blockscheme