Cypress is an amazing front-end JavaScript test runner and framework. It simultaneously simplifies the set-up and test creation whilst providing a more useful features than most alternatives.
(more…)Tag: testing
BDD with Visual Studio – part 2: First scenario and first test
In this second part of this series, we look at creating a first scenario and step definitions.
BDD in Visual Studio – part 1: introduction
As a natural extension of Test Driven Development (TDD), BDD takes things a stage further.
TDD focuses on the use of Unit Tests to drive out a specification for your code and to guide your development. The nature of unit tests means that they are mainly practical for use by developers and, as the name suggests, only for unit testing.
(more…)