Skip to content
Snippets Groups Projects
Commit e7ff22c6 authored by Riley Mcgee's avatar Riley Mcgee
Browse files

Added save image requirements

parent f8a6f453
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
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