Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Mastering F#

You're reading from   Mastering F# A comprehensive and in-depth guide to writing functional programs using F#

Arrow left icon
Product type Paperback
Published in Nov 2016
Publisher
ISBN-13 9781784393434
Length 264 pages
Edition 1st Edition
Languages
Arrow right icon
Authors (2):
Arrow left icon
Suhaib Fahad Suhaib Fahad
Author Profile Icon Suhaib Fahad
Suhaib Fahad
Alfonso García-Caro Núñez Alfonso García-Caro Núñez
Author Profile Icon Alfonso García-Caro Núñez
Alfonso García-Caro Núñez
Arrow right icon
View More author details
Toc

Summary

In this chapter, you learned how to do different kinds of automated testing with F#. We started with one of the most popular techniques in .NET and other programming languages or platforms: unit testing. In F#, we can use some of the most widely used unit testing tools for .NET, such as NUnit, and benefit from its extensive functionality and compatibility with different IDEs. F# has some niceties on its own, such as having more informative names for tests and idiomatic syntax.

We then continued with property-based testing. This is not exclusive of F# or other functional programming languages, but the absence of a shared state makes it usually much easier to test properties of our functions for any given set of parameters. FsCheck makes property testing a breeze by automatically generating hundreds of samples to feed into our functions, and gives a stronger indication of robustness than simple unit tests can. FsCheck also has several tools to helps us locate problems, like shrinkers...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime