Overview
This course introduces the tools and techniques needed to write unit tests using HUnit testing framework. HUnit is a unit testing framework for Haskell, similar to the JUnit tool for Java.
In this instructor-led, live training, participants will learn how to use HUnit to write unit tests that are direct and easy to understand.
By the end of this training, participants will be able to:
- Write tests that are easy to create, change, and execute
- Use HUnit to group tests into suites and check the results automatically
- Write concise and flexible test specifications
- Integrate HUnit with other utilities such as QuickCheck and HSpec
- Extend the test framework
Audience
- Test engineers
Format of the course
- Part lecture, part discussion, exercises and heavy hands-on practice
Requirements
- A general understanding of software testing
- Haskell programming experience