Posted on December 17, 2013
by Imran Ali
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...
Posted on November 20, 2013
by Imran Ali
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...
Posted on November 6, 2013
by Imran Ali
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...
Posted on October 6, 2013
by Imran Ali
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...
Posted on September 23, 2013
by Imran Ali
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...