Behaviour Driven Development using Specflow with Webdriver and Nunit – Part 3

Behaviour Driven Development using Specflow with Webdriver and Nunit – Part 3 Setting up Specflow Now I am already assuming that Selenium Webdriver and Nunit is already set up in your Visual Studio project. If not...

Behaviour Driven Development using Specflow with Webdriver and Nunit – Part 2

  Specflow allows you to create features which be executable specifications written in a business-readable language. Manual testers can assist in the automation process by writing these feature files in Gherkin...

Behaviour Driven Development using Specflow with Webdriver and Nunit – Part 1

What is Behaviour Driven Development ? In this 3 part series of blogs, I will talk about behaviour driven development within a .Net agile project using Specflow, Webdriver and NUnit  going through the set up of...

Webdriver challenges working in an agile project – Part 3

Challenge 7 – Tests ran away?   If your automated tests are only run manually and not through the Continuous Integration, then there is significant risk that they are not being run regularly and therefore may in...

Webdriver challenges working in an agile project – Part 2

Challenge 4 – Agile V Fragile One of the biggest issues with test automation is tests being very fragile and constantly breaking. To minimise this, ensure that you have a robust framework in place. A page object model...