Skip to content
Snippets Groups Projects
Commit 0c1c6bb6 authored by Susan Yuen's avatar Susan Yuen
Browse files

Added Test Report initial doc

parent e5f8cfdd
No related branches found
No related tags found
No related merge requests found
File added
\documentclass{article}
\usepackage{booktabs}
\usepackage{tabularx}
\usepackage{hyperref}
\hypersetup{
colorlinks,
citecolor=black,
filecolor=black,
linkcolor=red,
urlcolor=blue
}
\usepackage[round]{natbib}
% ================ Title ===============
\title{
\vspace{40mm}
\textbf {
\Huge {\color[rgb]{0.9,0,0}Blaze} Brigade \\
\large - Test Plan -}}
\date{\today}
\author{SFWR ENG 3XA3 - Section L02 \\
007 (Group 7) \\ \\
Jeremy Klotz - klotzjj \\
Asad Mansoor - mansoa2 \\
Thien Trandinh - trandit \\
Susan Yuen - yuens2}
% =============== Document ===============
\begin{document}
\maketitle
\pagenumbering{gobble}
\newpage
\pagenumbering{roman}
\tableofcontents
\listoftables
\listoffigures
\begin{table}[bp]
\caption{\bf Revision History}
\begin{tabularx}{\textwidth}{p{3cm}p{2cm}X}
\toprule {\bf Date} & {\bf Version} & {\bf Notes} \\
\midrule
December 1, 2016 & 1.0 & Completed Test Report \\
\bottomrule
\end{tabularx}
\end{table}
\newpage
\pagenumbering{arabic}
\section{Functional Requirements Evaluation}
\section{Nonfunctional Requirements Evaluation}
\subsection{Usability}
\subsection{Performance}
\subsection{etc.}
\section{Comparison to Existing Implementation}
This section will not be appropriate for every project.
\section{Unit Testing}
\section{Changes Due to Testing}
\section{Automated Testing}
\section{Trace to Requirements}
\section{Trace to Modules}
\section{Code Coverage Metrics}
\end{document}
\ No newline at end of file
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