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

Added name and Open requirements

parent 76be6a8d
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -16,7 +16,7 @@
\author{Team \#2,Gifitti
\\ Nicolai Kozel kozeln
\\ Student 2 name and macid
\\ Riley McGee mcgeer
\\ Student 3 name and macid
}
......@@ -106,38 +106,75 @@ See Gantt Chart at the following url ...
\subsection{Tests for Functional Requirements}
\subsubsection{Area of Testing1}
\subsubsection{Open GIF}
\paragraph{Title for Test}
\paragraph{The User is Able to Open a GIF from a specified location}
\begin{enumerate}
\item{test-id1\\}
\item{Select proper formatted gif- id1\\}
Type: Functional, Dynamic, Manual, Static etc.
Initial State:
Input:
Output:
Type: Manual Functional.
Initial State: Program loaded; no GIF Loaded.
Input: File name.
Output: System loads gif into memory, displays it to the user in the gif view.
How test will be performed:
\item{test-id2\\}
Type: Functional, Dynamic, Manual, Static etc.
Initial State:
Input:
Output:
\begin{enumerate}
\item{Launch the program}
\item{Select Open}
\item{From the Open dialog specify a path to a known gif image}
\item{After the image is loaded verify that it is being displayed, and resides in system memory}
\\
\end{enumerate}
\item{No File Selected in File Dialog-id2\\}
Type: Manual Functional.
Initial State: Program loaded; no GIF Loaded.
Input: No file path.
Output: No image loaded.
How test will be performed:
\begin{enumerate}
\item{Launch the program}
\item{Select Open}
\item{Select open option with no file path specified}
\item{Verify program remains open, and no image is loaded}
\\
\end{enumerate}
\item{Close File Dialog-id3\\}
Type: Manual Functional.
Initial State: Program loaded; no GIF Loaded.
Input: None.
Output: No image loaded.
How test will be performed:
\begin{enumerate}
\item{Launch the program}
\item{Select Open}
\item{Close the file dialog}
\item{Verify program remains open, and no image is loaded}
\\
\end{enumerate}
\item{Open random non gif file-id4\\}
Type: Manual Functional.
Initial State: Program loaded; no GIF Loaded.
Input: File that is not a GIF.
Output: No image loaded.
How test will be performed:
\begin{enumerate}
\item{Launch the program}
\item{Select Open}
\item{Try and select a file that is not a GIF or specify a file path to a known file}
\item{Verify program remains open, and no image is loaded}
\\
\end{enumerate}
\end{enumerate} %End of Functional requirements
\subsubsection{Area of Testing2}
...
......
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