Testing Tour #2: Pairing with Lisa Crispin: Contributing to Gherkin open source documentation
PR Link : https://github.com/cucumber/docs.cucumber.io/pull/429 Duration : 60 mins My second session with Lisa Crispin turned out to be a strong style pairing session as each of us assumed the driver/navigator role. Lisa was already working on adding better documentation on explaining declarative vs imperative style of Gherkin. Am a complete noob with regard to Cucumber/Gherkin and Lisa was briefly explained the what/how behind it. Her PR was already in progress and she needed help navigating via IntelliJ and git commands which I was familiar with. Based on my understanding: Cucumber is a testing tool that supports behavior driven development. BDD is a way for software teams to close the gap between business and technical people. It defines application behavior using simple English text defined by a language called Gherkin . Cucumber was initially implemented in Ruby and then extended to Java framework and it supports JUnit as well. All the stakeholders: developers,