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

Additional slide on metamorphic testing

parent f180fb2d
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -173,6 +173,29 @@ TBD
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Metamorphic Testing}
\bi
\item Used for testing when there is no test oracle
\item Test program has properties known as Metamorphic Relations (MR)
\item MRs specify how a change in inputs should change the output
\item For instance (KanewalaEtAl2014)
\bi
\item Finding the maximum of a list should be the same no matter
the permutation of the list
\item The average of a set of numbers will increase if each number added is
larger than all previous numbers added
\item Etc.
\ei
\item Metamorphic testing gets its name because mew test cases are evolved from
the old ones (ChenEtAl1998)
\ei
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Module Testing}
......
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