© Daniel Curtis 2019
Daniel CurtisPractical Oracle JEThttps://doi.org/10.1007/978-1-4842-4346-6_13

13. Automated Unit Testing

Daniel Curtis1 
(1)
Birmingham, UK
 

Ah, unit testing! It takes a multitude of things coming together to ensure that a team of developers write good automated unit tests for their work. One of these things is deciding on a unit test framework to use (it’s a bit of a maze out there). Another is making it really easy for developers to write their tests.

Unit testing can tend to be an afterthought, and the last thing you want to worry about when you are facing tight deadlines is having to learn a new testing framework on top of the pile of other tasks you likely have on your backlog. This chapter will walk through getting a skeleton ...

Get Practical Oracle JET: Developing Enterprise Applications in JavaScript 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.