Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Blaze-Brigade
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Susan Yuen
Blaze-Brigade
Commits
0c1c6bb6
Commit
0c1c6bb6
authored
8 years ago
by
Susan Yuen
Browse files
Options
Downloads
Patches
Plain Diff
Added Test Report initial doc
parent
e5f8cfdd
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Doc/TestReport/TestReport.pdf
+0
-0
0 additions, 0 deletions
Doc/TestReport/TestReport.pdf
Doc/TestReport/TestReport.tex
+85
-0
85 additions, 0 deletions
Doc/TestReport/TestReport.tex
with
85 additions
and
0 deletions
Doc/TestReport/TestReport.pdf
0 → 100644
+
0
−
0
View file @
0c1c6bb6
File added
This diff is collapsed.
Click to expand it.
Doc/TestReport/TestReport.tex
0 → 100644
+
85
−
0
View file @
0c1c6bb6
\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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment