Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
course-material
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
IT1901
course-material
Commits
c6e294d3
Commit
c6e294d3
authored
3 years ago
by
George Adrian Stoica
Browse files
Options
Downloads
Patches
Plain Diff
docs: update slides for lecture 18
parent
9b0acf55
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#145384
passed
3 years ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lectures/revealjs/18-lecture-integration-testing.adoc
+7
-7
7 additions, 7 deletions
lectures/revealjs/18-lecture-integration-testing.adoc
with
7 additions
and
7 deletions
lectures/revealjs/18-lecture-integration-testing.adoc
+
7
−
7
View file @
c6e294d3
...
...
@@ -56,7 +56,7 @@ IT1901 Fall 2021 - {LECTURE_NO}
- tests the complete system as it would be for actual use
- complete system should comply with the requirements in the clients' environment
==
Testing pyramid
==
!
image::../images/lecture18/test-pyramid.png[canvas, size=contain]
...
...
@@ -65,15 +65,15 @@ image::../images/lecture18/test-pyramid.png[canvas, size=contain]
- as we go from the bottom towards the top the tests get more complex and resource intensive
- the pyramid is a useful reminder that we should have many unit tests, several integration tests and very few system and deployment tests
==
System-Tiers-Layers-Modules-Components-Units
==
!
image::../images/lecture18/system-units.png[canvas, size=contain]
==
Unit tests
==
!
image::../images/lecture18/
system-uni
ts.png[canvas, size=contain]
image::../images/lecture18/
unit-tes
ts.png[canvas, size=contain]
==
Integration tests
==
!
image::../images/lecture18/integration-tests.png[canvas, size=contain]
...
...
@@ -92,12 +92,12 @@ image::../images/lecture18/integration-tests.png[canvas, size=contain]
- a simulated component is usually referred to as a mock, stub or fake
- when the simulated component is using / calling the tested component it is called a driver
==
Simulating parts
==
!
image::../images/lecture18/mocked-server.png[canvas, size=contain]
==
Simulating parts (2)
==
!
image::../images/lecture18/mocked-client.png[canvas, size=contain]
...
...
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