diff --git a/Doc/TestReport/TestReport.pdf b/Doc/TestReport/TestReport.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..0d98520660b25c7ebf5793e81dd2484c86ed1e8b
Binary files /dev/null and b/Doc/TestReport/TestReport.pdf differ
diff --git a/Doc/TestReport/TestReport.tex b/Doc/TestReport/TestReport.tex
new file mode 100644
index 0000000000000000000000000000000000000000..2276e3fed1f43b24b45fb5d3a151ba292a22f7d8
--- /dev/null
+++ b/Doc/TestReport/TestReport.tex
@@ -0,0 +1,85 @@
+\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