DEV Community

Discussion on: Testing a HTTP Error Handler Utility Hook

Collapse
 
jayeshchoudhary profile image
Jayesh Choudhary

Thanks ... testing is often neglected and its hard to find good reading material on it .. appreciated :)

Collapse
 
rexebin profile image
Rex • Edited

You are welcome. I am glad you liked it. There are a lot of misconceptions out there for testing, but also loads of good ones. Just that if one doesn’t have a good understanding of the principles of testing, it is not easy to recognise one.

If you look for a good testing book to read, read this one: manning.com/books/unit-testing. I think principles are at the core of effective testing.

I know testing is important but have been putting it off for so long, because I didn’t have a concrete understanding of what’s the correct way and to be frank I was confused. The book helped me tremendously.