From e7ff22c6809065b8c0a1cd62bda2abbb0a5ea7c0 Mon Sep 17 00:00:00 2001 From: Riley McGee <mcgeer@mcmaster.ca> Date: Mon, 24 Oct 2016 10:34:30 -0400 Subject: [PATCH] Added save image requirements --- Doc/TestPlan/TestPlan.tex | 44 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 41 insertions(+), 3 deletions(-) diff --git a/Doc/TestPlan/TestPlan.tex b/Doc/TestPlan/TestPlan.tex index 3b8507e..5ab01f1 100644 --- a/Doc/TestPlan/TestPlan.tex +++ b/Doc/TestPlan/TestPlan.tex @@ -172,12 +172,50 @@ How test will be performed: \item{Verify program remains open, and no image is loaded} \\ \end{enumerate} +%End of Open Requirement -\end{enumerate} %End of Functional requirements +\end{enumerate} -\subsubsection{Area of Testing2} +\subsubsection{Save GIF} +\paragraph{The user is able to save a GIF to a specified location} -... +\begin{enumerate} + +\item{Save GIF to known location-id1\\} + +Type: Manual Functional. +Initial State: Program loaded; GIF Loaded. +Input: File path, GIF file. +Output: GIF file loaded to specified location. + +How test will be performed: +\begin{enumerate} +\item{Launch the program} +\item{Open a GIF} +\item{Select save} +\item{Specify a known system file path and a saved image name} +\item{Verfify the loaded and saved GIFs are identical} +\\ +\end{enumerate} + +\item{Save GIF to no existant location- id2\\} + +Type: Manual Functional. +Initial State: Program loaded; GIF Loaded. +Input: File path, GIF file. +Output: GIF file loaded to specified location. + +How test will be performed: +\begin{enumerate} +\item{Launch the program} +\item{Open a GIF} +\item{Select save} +\item{Specify a system file path known not to exist and a saved image name} +\item{Verify the user is informed that the file path does not work} +\\ +\end{enumerate} +%End of save Requirement +\end{enumerate} \subsection{Tests for Nonfunctional Requirements} -- GitLab