29 results

  1. A gentle introduction to symbolic execution

    blog.monic.co

  2. Cross-Branch Testing

    buttondown.email

  3. CrossHair

    github.com

  4. DWARF support in GHC

    www.well-typed.com

    1. Part 1
    2. Part 2
    3. Part 3
    4. Part 4
    5. Part 5
  5. Finding Bugs in Cassandra's Internals with Property-based Testing

    cassandra.apache.org

  6. Finding Property Tests

    www.hillelwayne.com

  7. Fuzzers & Reducers as Productivity Tools

    kripken.github.io

  8. Hedgehog on a REST API

    magnus.therning.org

  9. How to Test

    matklad.github.io

  10. How to fool the “try some test cases” heuristic: Algorithms that appear correct, but are actually incorrect

    cs.stackexchange.com

  11. Improvements in GHC's testsuite infrastructure

    www.haskell.org

  12. Metamorphic Testing

    www.hillelwayne.com

  13. Mutation Driven Testing – When TDD Just Isn’t Good Enough

    software.rajivprab.com

  14. Mutmut

    nedbatchelder.com

  15. Notes on Test-Case Reduction

    www.drmaciver.com

  16. Notes on test coverage

    jml.io

  17. Property-Based Testing in Rust with Arbitrary

    www.greyblake.com

  18. Rethinking Software Testing: Perspectives from the world of Hardware

    software.rajivprab.com

  19. Saved by NixOS Integration Tests, Surprisingly

    boinkor.net

  20. Testable IO in Haskell

    andyfriesen.com

  21. Testing higher-order properties with QuickCheck

    blog.poisson.chat

  22. Testing sync at Dropbox

    dropbox.tech

  23. Tests Should Build Confidence

    domk.website

  24. Tests aren’t enough: Case study after adding type hints to urllib3

    sethmlarson.dev

  25. Unveiling the Power of the NixOS Integration Test Driver

    nixcademy.com

    1. Part 1
    2. Part 2