Skip to content
Snippets Groups Projects
Commit edfbe4a5 authored by W. Spencer Smith's avatar W. Spencer Smith
Browse files

Updates to blank project template

parent a69174f3
No related branches found
No related tags found
No related merge requests found
%% Common Parts
\newcommand{\progname}{ProgName} % PUT YOUR PROGRAM NAME HERE %Every program
% should have a name
No preview for this file type
......@@ -17,6 +17,7 @@
}
\input{../../Comments}
\input{../../Common}
\newcounter{acnum}
\newcommand{\actheacnum}{AC\theacnum}
......@@ -30,15 +31,9 @@
\newcommand{\mthemnum}{M\themnum}
\newcommand{\mref}[1]{M\ref{#1}}
\newcommand{\progname}{ProgName} % PUT YOUR PROGRAM NAME HERE %Every program
% should have a name - same as name in SRS -
% rather than repeat this command, in the future
% it should be
% moved to a common file
\begin{document}
\title{Module Guide: Project Title \wss{include software's name}}
\title{Module Guide for \progname{}}
\author{Author Name}
\date{\today}
......
No preview for this file type
......@@ -31,6 +31,7 @@
}
\input{../Comments}
\input{../Common}
% For easy change of table widths
\newcommand{\colZwidth}{1.0\textwidth}
......@@ -72,9 +73,6 @@
\newcommand{\lthelcnum}{LC\thelcnum}
\newcommand{\lcref}[1]{LC\ref{#1}}
\newcommand{\progname}{ProgName} % PUT YOUR PROGRAM NAME HERE %Every program
% should have a name
\usepackage{fullpage}
\begin{document}
......
No preview for this file type
......@@ -13,10 +13,11 @@
\usepackage[round]{natbib}
\input{../../Comments}
\input{../../Common}
\begin{document}
\title{Project Title: System Verification and Validation Plan}
\title{Project Title: System Verification and Validation Plan for \progname{}}
\author{Author Name}
\date{\today}
......@@ -105,6 +106,10 @@ This document ... \wss{provide an introductory blurb and roadmap of the
\wss{You should at least point to the tests listed in this document and the unit
testing plan.}
\wss{In this section you would also give any details of any plans for static verification of
the implementation. Potential techniques include code walkthroughs, code
inspection, static analyzers, etc.}
\subsection{Software Validation Plan}
\wss{If there is any external data that can be used for validation, you should
......@@ -197,12 +202,6 @@ How test will be performed:
\wss{Provide a table that shows which test cases are supporting which
requirements.}
\section{Static Verification Techniques}
\wss{In this section give the details of any plans for static verification of
the implementation. Potential techniques include code walkthroughs, code
inspection, static analyzers, etc.}
\bibliographystyle{plainnat}
......
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