From 329237bfbd3b357103d6f8c4e15f40c7b8da7dd0 Mon Sep 17 00:00:00 2001 From: pimjager Date: Sat, 14 Nov 2015 14:51:30 +0100 Subject: [PATCH] Framework voor results toegevoegd --- a2/2results.tex | 65 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 64 insertions(+), 1 deletion(-) diff --git a/a2/2results.tex b/a2/2results.tex index 871ab78..4e685ed 100644 --- a/a2/2results.tex +++ b/a2/2results.tex @@ -1,9 +1,72 @@ \subsection{Preflight checklist} -Execution of the preflight checklist of Table~\red{tbl:preflight} +Execution of the preflight checklist of Table~\ref{tbl:preflight} yields the +following results: +\begin{table}[H] + \centering + \begin{tabular}{|l|l|} + \hline + Check \# & result \\ \hline \hline + 1 & RESULT\\ \hline + 2 & RESULT\\ \hline + 3 & RESULT\\ \hline + 4 & RESULT\\ \hline + 5 & RESULT\\ \hline + \end{tabular} +\caption{Results of the preflight checks} +\label{tbl:preflightresults} +\end{table} \subsection{Test cases} +Comparing the results of the execution of the test cases of +Table~\ref{tbl:testpairs} with the expected results of those test cases specified in +Table~\ref{tbl:testcases} yields the following results: + +\setcounter{TCC}{1} +\begin{table}[H] + \centering + \begin{tabular}{|l|l|} + \hline + Test case \# & result \\ \hline \hline + \doTCC & RESULT\\ \hline + \doTCC & RESULT\\ \hline + \doTCC & RESULT\\ \hline + \doTCC & RESULT\\ \hline + \doTCC & RESULT\\ \hline + \doTCC & RESULT\\ \hline + \doTCC & RESULT\\ \hline + \doTCC & RESULT\\ \hline + \doTCC & RESULT\\ \hline + \doTCC & RESULT\\ \hline + \doTCC & RESULT\\ \hline + \doTCC & RESULT\\ \hline + \doTCC & RESULT\\ \hline + \doTCC & RESULT\\ \hline + \doTCC & RESULT\\ \hline + \doTCC & RESULT\\ \hline + \doTCC & RESULT\\ \hline + \doTCC & RESULT\\ \hline + \doTCC & RESULT\\ \hline + \doTCC & RESULT\\ \hline + \doTCC & RESULT\\ \hline + \doTCC & RESULT\\ \hline + \doTCC & RESULT\\ \hline + \doTCC & RESULT\\ \hline + \end{tabular} +\caption{Results of the test cases} +\label{tbl:testcasesresults} +\end{table} + +\subsection{Result} +To pass the test the SUT has to pass all the specified test cases ( +Table~\ref{tbl:tpreflight} and Table~\ref{tbl:testpairs}). As can be seen in +Table~\ref{tbl:preflightresults} and Table~\ref{tbl:testcasesresults} this is +%not %remove first % in case of any failure +the case. Therefore the SUT has PASSED/FAILED this test. +%This failure is due to the failure of the test case(s) 1,2,3,n as specified +%where the SUT failed to behave in the expected way by... %behavior dat SUT wel +%%liet zien % %\textbf{TODO: DEZE TABEL WEL UPDATEN!!} -- 2.20.1