Hi Kirsten, it’s worth mentioning that you don’t need to use SpecFlow to do UI automation if you don’t need that business-readable representation of the tests/scenarios. If the test are just for the devs/automation testers then may be able to do without the additional layer.
Also check out BDDfy http://docs.teststack.net/bddfy/index.html it lets you create business readable living documentation from your tests, as opposed to writing the tests in business readable language and then implementing the test steps (as with SpecFlow). If you’re doing UI automation then you may want to consider page object models as your tests size/complexity grows - just wrote an article about: http://dontcodetired.com/blog/post/Using-Page-Object-Models-in-UI-Test-Automation.aspx Also for browser automation, check out Seleno: http://martinfowler.com/bliki/PageObject.html Cheers Jason Roberts Journeyman Software Developer Twitter: @robertsjason Blog: http://DontCodeTired.com Pluralsight Courses: http://bit.ly/psjasonroberts From: Kirsten Greed Sent: Tuesday, 29 April 2014 3:45 PM To: ozDotNet Hi All Not sure if this is OT or not, but is anyone using Specflow? I am wondering if the practice works in reality... www.specflow.org Thanks Kirsten
