17
2017
Learn Cucumber Test Automation with Ruby Core Framework
What is Cucumber? Cucumber is a BDD automation test environment which describes acceptance criteria. BDD develops scenarios under the feature file with or without examples using ‘Gherkin’. Gherkin provides the ‘Domain Specific Language’ and a simple way to understand between technical and non-technical members. It’s described in ‘Simple English’ that anyone can understand. Behavioral Driven Development (BDD) is associated with the test-driven development. It is a way to communicate example based software among the developers, […]