typo
[tt2015.git] / 2approach.tex
1 %6
2 %7
3 %8
4 %9
5 %10
6 %11
7 %12
8
9 The test process consists of several stages. The results of the first stage,
10 planning, are descibed in this document. On the basis of this document actual
11 test cases will be designed. Afterwards the actual tests will be implemented
12 and executed. The results of these tests will then be evaluated against the
13 exit criteria (see Section~\ref{sec:exitcriteria}) and depending on the outcome
14 of these evaluations further tests might be deemed necessary.
15
16 \subsection{Quality Characteristics}
17 The quality characteristics that are to be tested are described using the
18 ISO/IEC 25010 \cite{iso25010} as a guideline. In the following sections we will
19 discuss the relevant \textit{product quality} and \textit{quality in use}
20 characteristics.
21
22 \subsubsection{Product quality}
23 Product quality is divided into eight main categories which are divided into
24 several subcategories. Below we will discuss the qualities which are relevant
25 to the SUT.
26 \begin{itemize}
27 \item \textbf{Functional suitability}\\
28 As descibed in Section~\ref{sec:risks} the SUT is core functioanlity of the
29 networking capable system. Because many other systems running on the system
30 could rely on it it is very important that the SUT is functionaly suitable.
31 Therefore all three subcharacteristics of Functional Suitability
32 (\textit{Functional completeness, Functional correctness, Functional
33 appropriateness}) are of vital importance. As was previously mentioned in
34 Section~\ref{sec:risks} extra emphasis should be placed on testing
35 \emph{Functional Correctness} as recovery from Failures in
36 computer-to-computer systems is problematic.
37 \end{itemize}
38
39 \subsubsection{Quality in use}