Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
se2aa4_cs2me3
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
W. Spencer Smith
se2aa4_cs2me3
Commits
a37eb260
Commit
a37eb260
authored
6 years ago
by
W. Spencer Smith
Browse files
Options
Downloads
Patches
Plain Diff
Additional slide on metamorphic testing
parent
f180fb2d
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
Lectures/L35_Analysis/Analysis.pdf
+0
-0
0 additions, 0 deletions
Lectures/L35_Analysis/Analysis.pdf
Lectures/L35_Analysis/Analysis.tex
+23
-0
23 additions, 0 deletions
Lectures/L35_Analysis/Analysis.tex
with
23 additions
and
0 deletions
Lectures/L35_Analysis/Analysis.pdf
+
0
−
0
View file @
a37eb260
No preview for this file type
This diff is collapsed.
Click to expand it.
Lectures/L35_Analysis/Analysis.tex
+
23
−
0
View file @
a37eb260
...
...
@@ -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
}
...
...
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