Tag: nunit

Getting started with unit testing can seem like a daunting task. There’s plenty to learn, such as what unit testing is in the first place and why it’s valuable, what the best practices are when writing tests, and which tools to choose. We’ve already published a post covering the unit test frameworks for JavaScript; now,…

Let’s talk about automated testing tools. Why are they valuable? Well, the tech world is incredibly competitive. To stay alive in such a fast-evolving landscape, companies worldwide must make use of automation, which includes having a sound automated testing strategy in place. And to design, implement, and maintain said strategy, you’ve got to have the…