-
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...
-
It's time to automate your browser testing. Selenium is a great response to the lack of "front end" testing tools. The realm of unit testing is full of different tools, automations and monitors to make sure every function is doing what it's suppose to do. Almost every MVC has its...