Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 2.3 KB

File metadata and controls

53 lines (38 loc) · 2.3 KB

IVCT Documentation

This page gives an overview of the available documentation for the IVCT Framework code. It is designed for system integrators, framework and test case developers.

Background

A good starting point to get a bit of an background on the architecture are the following sections.

Building the Software / Creating Docker Images

The primary deployment typ for the IVCTool is the containerization with docker images. Building is done by using the Gradle build system. The underlying concept and configurations are explained below.

Running the tools

To use the IVCTool there are two types of interfaces available, a web-based and a commandline-based UI. These are described below, as well as some background on reading log files and the available test suite.

Extending the framework

Finally there are some guidelines on writing test cases and considerations for future enhancements.