Skip to main content

Testing

  • Chapter
  • First Online:
Practical Web Development with Haskell
  • 965 Accesses

Abstract

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.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 54.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 69.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Notes

  1. 1.

    www.stackage.org/package/tasty

  2. 2.

    www.stackage.org/package/HTF

  3. 3.

    www.stackage.org/package/HUnit

  4. 4.

    www.stackage.org/package/hspec

  5. 5.

    www.stackage.org/package/hspec-wai

  6. 6.

    www.stackage.org/package/hspec-wai-json

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2018 Ecky Putrady

About this chapter

Check for updates. Verify currency and authenticity via CrossMark

Cite this chapter

Putrady, E. (2018). Testing. In: Practical Web Development with Haskell. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4842-3739-7_11

Download citation

Publish with us

Policies and ethics