How to setup Specflow and Protractor
Behavior Driven Development In this article, we are going to discuss Behavior-driven development and Specflow and Protractor tools and some of the best tools present in the industry. So, before going into tools, what is behavior driven development? behavior-driven development (BDD) is an Agile software development process that encourages collaboration between developers, QA and non-technical or business participants of that project. The tools serve to add automation to the ubiquitous language that is a central theme of BDD. 1.First Install these 3 tools mentioned below · node v6.11.3 · protractor version 5.1.2 · Visual Studio 2017 Community Edition 2. Create NUnit project by: visual studio > new Project > Visual C# > Test > Unit Test Project (.Net Framework) 3....