GeistHaus
log in · sign up

The Enterprise Developer from Hell

fsharpforfunandprofit.com

Outwitting malicious compliance with property-based testing

8 pages link to this URL
Just a Whole Bunch of Different Tests

I’ve been working on a bunch of longform obligation pieces and while they’re a lot of fun, they’re also steadily driving me insane. So I took a day off to write about all of the kinds of automated testing I know about. I’m defining tests here to be “an independent verification program that, as part of verification, executes the code we want to verify.” This means types are not tests, as they don’t involve execution of the code, and contracts are not tests, because they’re not executed as an independent program.

1 inbound link article en Programming TestingList
Testing your software system with resilient randomized tests

Resiliency against change & avoiding regression The real cost of software isn’t the initial development, but the maintenance over time. In time, the requirements will change, there will b…

0 inbound links article en C# & F#Core engineeringF#Unit testing F#property testingsoftware developmenttest fixturetestingUnit testing
How to Test

Alternative titles: Unit Tests are a Scam Test Features, Not Code Data Driven Integrated Tests