© Ecky Putrady 2018
Ecky PutradyPractical Web Development with Haskellhttps://doi.org/10.1007/978-1-4842-3739-7_11

11. Testing

Ecky Putrady1 
(1)
Singapore, Singapore, Singapore
 

In real-world software development, automated testing is one of the key practices to ensure our application quality. Automated testing allows us to scale the testing effort once our application gets bigger. Consider this: on every new feature, would you prefer to manually test all existing features to make sure they don’t break instead of having an automated process to do that? In addition to catching regression bugs, testing may also act as documentation on how the software should behave.

In this chapter, we will look into how we would test our Haskell application.

Making Our ...

Get Practical Web Development with Haskell: Master the Essential Skills to Build Fast and Scalable Web Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.