-
I was recently asked by a good friend of mine whether or not Unit Testing are a must, or should he just stick to End to End Testing. End to End Testing has some solid Pros: You can let Testers/QA define most of them, they might even be able to...
-
This time I’ll be covering the testing done on the Backend (Mocha) and Frontend (Karma). Mocha Mocha is a JS testing framework that allows Test-Driven Development (TDD) and Behavior-Driven Development (BDD) approaches to be used for building the tests. There’s a lot to learn about Mocha, luckily it’s very well...