Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FaultInOurPong
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
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
Group3
FaultInOurPong
Commits
2ea59943
Commit
2ea59943
authored
8 years ago
by
Jie Luo
Browse files
Options
Downloads
Patches
Plain Diff
Template for the test plan uploaded
parent
d3f43d1b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Doc/TestPlan/TestPlan.pdf
+0
-0
0 additions, 0 deletions
Doc/TestPlan/TestPlan.pdf
Doc/TestPlan/TestPlan.tex
+184
-0
184 additions, 0 deletions
Doc/TestPlan/TestPlan.tex
with
184 additions
and
0 deletions
Doc/TestPlan/TestPlan.pdf
0 → 100644
+
0
−
0
View file @
2ea59943
File added
This diff is collapsed.
Click to expand it.
Doc/TestPlan/TestPlan.tex
0 → 100644
+
184
−
0
View file @
2ea59943
\documentclass
[12pt, titlepage]
{
article
}
\usepackage
{
booktabs
}
\usepackage
{
tabularx
}
\usepackage
{
hyperref
}
\hypersetup
{
colorlinks,
citecolor=black,
filecolor=black,
linkcolor=red,
urlcolor=blue
}
\usepackage
[round]
{
natbib
}
\title
{
SE 3XA3: Test Plan
\\
FaultInOurPong
}
\author
{
Team 3, Pongthusiastics
\\
Adwity Sharma - sharma78
\\
Arfa Butt - buttaa3
\\
Jie Luo - luoj3
}
\date
{
\today
}
\begin{document}
\maketitle
\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
Date 1
&
1.0
&
Notes
\\
Date 2
&
1.1
&
Notes
\\
\bottomrule
\end{tabularx}
\end{table}
\newpage
\pagenumbering
{
arabic
}
This document ...
\section
{
General Information
}
\subsection
{
Purpose
}
\subsection
{
Scope
}
\subsection
{
Acronyms, Abbreviations, and Symbols
}
\begin{table}
[hbp]
\caption
{
\textbf
{
Table of Abbreviations
}}
\label
{
Table
}
\begin{tabularx}
{
\textwidth
}{
p
{
3cm
}
X
}
\toprule
\textbf
{
Abbreviation
}
&
\textbf
{
Definition
}
\\
\midrule
Abbreviation1
&
Definition1
\\
Abbreviation2
&
Definition2
\\
\bottomrule
\end{tabularx}
\end{table}
\begin{table}
[!htbp]
\caption
{
\textbf
{
Table of Definitions
}}
\label
{
Table
}
\begin{tabularx}
{
\textwidth
}{
p
{
3cm
}
X
}
\toprule
\textbf
{
Term
}
&
\textbf
{
Definition
}
\\
\midrule
Term1
&
Definition1
\\
Term2
&
Definition2
\\
\bottomrule
\end{tabularx}
\end{table}
\subsection
{
Overview of Document
}
\section
{
Plan
}
\subsection
{
Software Description
}
\subsection
{
Test Team
}
\subsection
{
Automated Testing Approach
}
\subsection
{
Testing Tools
}
\subsection
{
Testing Schedule
}
See Gantt Chart at the following url ...
\section
{
System Test Description
}
\subsection
{
Tests for Functional Requirements
}
\subsubsection
{
Area of Testing1
}
\paragraph
{
Title for Test
}
\begin{enumerate}
\item
{
test-id1
\\
}
Type: Functional, Dynamic, Manual, Static etc.
Initial State:
Input:
Output:
How test will be performed:
\item
{
test-id2
\\
}
Type: Functional, Dynamic, Manual, Static etc.
Initial State:
Input:
Output:
How test will be performed:
\end{enumerate}
\subsubsection
{
Area of Testing2
}
...
\subsection
{
Tests for Nonfunctional Requirements
}
\subsubsection
{
Area of Testing1
}
\paragraph
{
Title for Test
}
\begin{enumerate}
\item
{
test-id1
\\
}
Type:
Initial State:
Input/Condition:
Output/Result:
How test will be performed:
\item
{
test-id2
\\
}
Type: Functional, Dynamic, Manual, Static etc.
Initial State:
Input:
Output:
How test will be performed:
\end{enumerate}
\subsubsection
{
Area of Testing2
}
...
\section
{
Tests for Proof of Concept
}
\subsection
{
Area of Testing1
}
\paragraph
{
Title for Test
}
\begin{enumerate}
\item
{
test-id1
\\
}
Type: Functional, Dynamic, Manual, Static etc.
Initial State:
Input:
Output:
How test will be performed:
\item
{
test-id2
\\
}
Type: Functional, Dynamic, Manual, Static etc.
Initial State:
Input:
Output:
How test will be performed:
\end{enumerate}
\subsection
{
Area of Testing2
}
...
\section
{
Comparison to Existing Implementation
}
\section
{
Unit Testing Plan
}
\subsection
{
Unit testing of internal functions
}
\subsection
{
Unit testing of output files
}
\bibliographystyle
{
plainnat
}
\bibliography
{
SRS
}
\newpage
\section
{
Appendix
}
This is where you can place additional information.
\subsection
{
Symbolic Parameters
}
The definition of the test cases will call for SYMBOLIC
\_
CONSTANTS.
Their values are defined in this section for easy maintenance.
\subsection
{
Usability Survey Questions?
}
This is a section that would be appropriate for some teams.
\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