Kurre2001

Stories submitted by Kurre2001

FsCheck 0.7: Pleasure and Pain(fortysix-and-two.blogspot.com)

submitted by Kurre2001Kurre2001(40) 1 year, 11 months ago

FsCheck 0.7 release announcement. This version focuses on API usability - FsCheck now has an API that is simpler, discoverable (intellisense friendly) and well documented. read more...

add a comment |category: |Views: 9

tags: another

How to test DSLs using FsCheck(fortysix-and-two.blogspot.com)

submitted by Kurre2001Kurre2001(40) 3 years ago

A nice, fully automated way to test DSLs thoroughly using FsCheck. read more...

add a comment |category: |Views: 6

tags: another

Announcing FsCheck 0.6(fortysix-and-two.blogspot.com)

submitted by Kurre2001Kurre2001(40) 3 years ago

New version of FsCheck with C# and VB support. read more...

add a comment |category: |Views: 18

tags: another

Tests are not specifications(fortysix-and-two.blogspot.com)

submitted by Kurre2001Kurre2001(40) 3 years ago

Short rant about why tests and specifications are different things that shouldn't be confused. read more...

add a comment |category: |Views: 9

tags: another

FsChecking dnAnalytics – Part 3(fortysix-and-two.blogspot.com)

submitted by Kurre2001Kurre2001(40) 3 years, 2 months ago

The last part in a series of posts on applying FsCheck, a random testing framework written in F#, to dnAnalytics. Some simple and short tests found several previously unknown bugs, and caused the dnAnalytics team to start using FsCheck. Also meant as an introduction with some practical tips and patterns for FsCheck users. read more...

add a comment |category: |Views: 5

tags: another