Skip to content
Snippets Groups Projects
Commit 670e6527 authored by Hameed Andy's avatar Hameed Andy
Browse files

Section 5

parent f4cab9c0
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -3,6 +3,7 @@
\usepackage{booktabs}
\usepackage{tabularx}
\usepackage{hyperref}
\usepackage{graphicx}
\hypersetup{
colorlinks,
citecolor=black,
......@@ -36,7 +37,7 @@
\begin{tabularx}{\textwidth}{p{3cm}p{2cm}X}
\toprule {\bf Date} & {\bf Version} & {\bf Notes}\\
\midrule
2018-12-04 & 1.0 & Andy worked on 4 - Unit Testing\\
2018-12-04 & 1.0 & Andy worked on 5 - how Intergrated \& System testing helped the process \\
Date 2 & 1.1 & Notes\\
\bottomrule
\end{tabularx}
......@@ -65,6 +66,14 @@ This section will not be appropriate for every project.
\section{Unit Testing}
\section{Changes Due to Testing}
Through integrated and system testing, which encompassed the majority of the testing done on the software, the user interface as well as bugs and errors in the gameplay were modified to fix erroneous properties of the software. By continuously executing the game, it was easy to estimate changes in object coordinates within the interface. For example, the menu buttons were arranged through trial and error by testing the software continuously until the desired look was acheived. Beyond that, system and intergrated testing confirmed that all modules were working correctly and any change in one of the modules did not affect the function of other modules through dependency relations.
Similarly, the gameplay was tested and verified by the developers of the software as well as peers and classmates to ensure proper functioning. Through feedback received in the google survey, errors and modifications were made: For example, one user suggested an excitement element to be added to the game and a maze feature was added to the advanced difficulty gameplay mode to accomodate for that. As seen in Figure 1, feedback received from peers included both functional and non-functional properties and aided in the software revision process.
\begin{figure}
\includegraphics[width=\linewidth]{feedback.png}
\caption{Peer Feedback \& Comments}
\end{figure}
\section{Automated Testing}
......
BlankProjectTemplate/Doc_Revision1/TestReport/feedback.PNG

51.6 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment