Category: Unit testing with QUnit
-
Frameworks for unit testing JavaScript
Do you know that joke, pretty famous among JavaScript developers, that says that you should think of a word, search Google for “<word>.js,” and if a library with that name exists, have a drink? If you didn’t, you know it now. The point of this joke isn’t to get you drunk but to highlight the…
-
Why is testing important?
To explain why software testing is important, we’ll start with an example. How would you answer if we asked you to drive a car that nobody has ever tested in a Formula 1 race? Would you risk your life with something nobody has ever checked to see if it’s robust enough to not get destroyed…
-
Unit testing with QUnit
This lessons covers The previous lesson was the last discussing concepts strictly related to the jQuery core. Deferred and Promise might have been tough arguments to learn but, hopefully, with our help the process has gone smoothly. It’s now time for you to enhance your skills even further. In this lesson you’ll learn other tools and techniques that every…