The quality management consist of two big parts. The first part is covered by the Developer Guide which contains the rules regarding to the code quality, code style, etc. The second part is a description of test which ensure have to be completed before a new version of the Open eCard App is released.
ISO 9000 defines quality assurance as a "part of quality management [...] focused on the providing confidence that quality requirements will be fulfilled." [ISO05]. In this sense quality assurance is a process targeting the objective to guarantee that a product works as intended. This task is mostly done by specifying tests which may be automated or not. The Open eCard project uses a mixture of manual and automated tests in the form of Continuous Integration and acceptance tests where automation is not feasible.
The Open eCard team uses Jenkins as tool for this task. The Jenkins server builds the complete project after a new version has been uploaded to the main Git repository after that all unit and integration tests available and enabled are performed. If an error occurs while this procedure the responsible release manager and if contact information are available the developers are informed. In the case that are all test successfully executed the release manger has to decide whether to accept or reject the changes.
The main focus of the acceptance testing is the compliance to the technical guideline BSI-TR03124 part 2 and the practical usability with
existing services which accept the supported cards.
Therefore the acceptance tests include the following:
Perform Security Operation Digital Signature
or Internal Authenticate
(according to ISO/IEC 7816 part 4). This includes also some more smart card related methods to select and read the specific files containing required certificates and separate applications which may contain the signing key.ISO05: ISO. 9000:2005 Quality management systems Fundamentals and vocabulary. ISO 9000:2005, International Organizations for Standardization, 2005.