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

Update VnV lectures, update admin details, slide on tools, on measuring error

parent 74f9077e
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -198,6 +198,26 @@ Unit VnV or Impl.\ Present & Week 12/13 & Week of Nov 28\\
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Verification Plan Needs to Be Specific}
\begin{itemize}
\item State exactly what your test cases are, give the actual input, and
expected output
\item State feasible plans for testing and inspection
\item Decide what to emphasize, could include performance testing, or usability
testing
\item Part of the grading will be feedback on whether your VnV plan is an A+
effort, or not
\item Give specific measures of error/performance/....
\item \structure{How do you quantify error for a single scalar value?}
\item \structure{How do you quantify error for a vector value?}
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Outline of Verification Topics}
......
No preview for this file type
......@@ -79,24 +79,48 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Administrative Details: Deadlines}
\frametitle{Administrative Details: Report Deadlines}
~\newline
\begin{tabular}{l l l}
\textbf{SRS Issues} & Reading week & Oct 11\\
\textbf{Syst.\ VnV Present} & Week 06 & Week of Oct 15\\
\textbf{System VnV Plan} & Week 07 & Oct 22\\
MG Present & Week 08 & Week of Oct 29\\
MG & Week 09 & Nov 5\\
MIS Present & Week 10 & Week of Nov 12\\
MIS & Week 11 & Nov 19\\
Unit VnV or Impl.\ Present & Week 12 & Week of Nov 26\\
Unit VnV Plan & Week 13 & Dec 3\\
Final Doc & Week 14 & Dec 10\\
\textbf{SRS} & Week 06 & Oct 7\\
System VnV Plan & Week 08 & Oct 28\\
MG + MIS & Week 10 & Nov 25\\
Final Documentation & Week 14 & Dec 9\\
\end {tabular}
\bi
\item The written deliverables will be graded based on the repo contents as of
11:59 pm of the due date
\item If you need an extension, please ask
\item Two days after each major deliverable, your GitHub issues will be due
\item Domain expert code due 1 week after MIS deadline
\ei
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Administrative Details: Presentations}
~\newline
\begin{tabular}{l l l}
Syst.\ VnV Present & Week 07 & Week of Oct 21\\
MG + MIS Syntax Present & Week 9 & Week of Nov 4\\
MIS Semantics Present & Week 11 & Week of Nov 18\\
Unit VnV or Impl.\ Present & Week 12/13 & Week of Nov 28\\
\end {tabular}
\bi
\item Informal presentations with the goal of improving everyone's written
deliverables
\item Domain experts and secondary reviewers (and others) will ask questions
(listed in Repos.xlsx file)
\ei
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Administrative Details: Presentation Schedule}
......@@ -104,23 +128,23 @@ Final Doc & Week 14 & Dec 10\\
\bi
\item Syst V\&V Plan Present
\bi
\item Wednesday: Malavika, Robert
\item Friday: Hanane
\item \textbf{Monday: Deema, Peter}
\item \textbf{Thursday: Sharon, Ao}
\ei
\item MG Present
\item MG + MIS Syntax Present
\bi
\item Wednesday: Karol, Malavika, Robert, Hanane
\item Friday: Brooks, Vajiheh, Olu, Jennifer
\item Monday: Deema, Bo
\item Thursday: Sasha
\ei
\item MIS Present
\item MIS Syntax + Semantics Present
\bi
\item Wednesday: Malavika, Robert
\item Friday: Hanane, Jennifer
\item Monday: Zhi, Peter
\item Thursday: Sharon, Ao
\ei
\item Unit VnV Plan or Impl.\ Present
\bi
\item Wednesday: Brooks, Vajiheh
\item Friday: Olu, Karol
\item Monday: Bo, Sasha
\item Thursday: Zhi, Peter, Ao
\ei
\ei
......@@ -759,7 +783,18 @@ Summary of most points below in \cite{Smith2016}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Test Plan From BlankProjectTemplate}
\frametitle{Test Plan From BlankProjectTemplate}
\begin{itemize}
\item Add links to templates
\item For Unit VnV plan mention tools
\begin{itemize}
\item Linters
\item Coding standard checkers (like flake8)
\item unit testing frameworks
\item Performance testing (like Valgrind)
\end{itemize}
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
......
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