Another exquisit release
Lynda.F.Sharp.Automated.Testing.For.Developers-XQZT
Title: F Sharp: Automated Testing For Developers
Publisher: Lynda
Iso Size: 513M (536434688 B)
Files: 10F
Date: 06/16/2017
Course #: 585248
Type: Development Tools
Published: 6/15/2017
Modified: N/A
URL: www.lynda.com/F-tutorials/F-Automated-Testing-Developers/585248-2.html
Author: Kit Eason
Duration: 2h 33m
Skill: Intermediate
Exercise: [X]
Installation:
Unpack that shit, mount that shit, run that shit
Notes:
Automated testing is a popular topic in software
development, but it's still often seen by developers as
overhead rather than as an opportunity. By leveraging F and some
external tools and libraries, you can make automated testing
easy, enjoyable, and productive. In this course, learn about a
variety of techniques for writing automated testing code in
F.u003cbru003eu003cbru003eKit Eason explains how to use xUnita
.NET unit-testing packageto do some test-driven
development, and demonstrates how to improve your test run
experience using NCrunch, a test runner. He shows how to use
FsCheck to generate test cases, and how to use Expecto to move
into the world of tests as first-class values. He also covers the
use of Canopy to automate the testing of web
userinterfaces,and of mocking to tame dependencies.