Getting Started: Selenium Automation C#
Object Oriented UI tests using Page Objects and SpecFlow
There's plenty of guides online describing what Selenium does and how to get up and running with Visual Studio and SpecFlow - so I won't go into too much detail here. I want to focus on maintainability and reusability. I've stayed away from using any of the Selenium wrappers for this post, and will be blogging about those in the . . .
Posted in: automationbddbehaviour driven developmentobject oriented designpage objectseleniumsoftware testingspecflowweb driver
Acceptance Criteria
A BDD Guide
Well thought out Acceptance Criteria define the boundaries and parameters of a User Story / Feature and allow both the development team and the stakeholder to determine when a story has been completed.
The creation of Acceptance Criteria should be a collaborative approach between the development team and the business, utilising a . . .