-
Notifications
You must be signed in to change notification settings - Fork 425
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,15 +8,15 @@ William Skagerström ([email protected]) | |
Github username: wska | ||
|
||
## Topic | ||
An introduction to code coverage in continuous integration. We want to give an introduction to code coverage as it is used in continous integration, which is a cornerstone in devops. See outline for more detail. | ||
We want to give an overview of Continuous Testing and its role in devops. How does it relate to CI/CD? | ||
See outline for more detail. | ||
|
||
## Outline | ||
* What is code coverage? | ||
* Code coverage and continuous integration. | ||
* How is code coverage calculated? (Coverage criteria) | ||
* Pros and Cons of code coverage | ||
* Code coverage tools | ||
* Good coverage does not equal good tests (discussion) | ||
* What is Continuous Testing in Devops? | ||
* Continuous Testing vs Automated Testing | ||
* Advantages and challenges of Continuous Testing | ||
* Continuous Testing Tools | ||
* The future of Continuous Testing | ||
|
||
|
||
## Slides: | ||
|