Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update links.markdown #119

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pages/links.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ permalink: /links/

## Books and articles about mutation testing and PIT

* How to [Hunt The Bugs With Mutation Testing](https://www.sipios.com/blog-tech/hunt-the-bugs-with-mutation-testing) with Pitest in the Sipios Blog.
* Chris Rimmer put together a nice explanation of what mutation testing is all about for a lightning talk in oxford. [Getting mutants to test your tests](http://media.ogn.s3.amazonaws.com/ogn27/microslot-ChrisRimmer.pdf). Audio is also available [mp3](http://media.ogn.s3.amazonaws.com/27-microslot-ChrisRimmer.mp3).
* Filip van Laenen's article in the ACCU magazine *Overload* provides another nice overview of mutation testing, looking mainly at Ruby, but with
some discussion of Java and PIT towards the end. [Overload 108](http://accu.org/var/uploads/journals/overload108.pdf)
Expand Down