Giridhar Rajkumar
With his 12+ years of experience in test automation, Giridhar has worked with multiple customers in the UK, EU, India and Latin America for a successful transformation.
Giridhar Rajkumar
giridhar rajkumar
grajk88
http://learndevtestops.com
@vgrk2017
Behavior-driven development (BDD) is an Agile software development process that encourages collaboration among developers, QA and non-technical or business participants in a software project. (Wikipedia)
BDD is NOT test automation
• Talks Common Language
• Thinking "from the outside in", in other words implement only those behaviours which contribute most directly to these business outcomes, so as to minimise waste
• Describe behaviours in a single notation which is directly accessible to domain experts, testers and developers, so as to improve communication
Three Amigos Meeting
Gherkin is a set of grammar rules that are structured enough for all stakeholder to understand the requirements
It is a simple English text language that helps Cucumber tool to interpret and run automated acceptance tests
Documentation of the system behaviour
https://i.ndtvimg.com/i/2016-11/gherkins-620_620x350_81478162225.jpg
Gherkin Scenarios should not be written from the team member like the developer, tester perspective. It should always be user perspective
Wrong
Right
1. Testers should write GWTs (Given When Then)
2. BDD means Business Driven Development
3. Gherkins are not your Test Steps
4. BDD means Test Automation
2. Testers covert the acceptance criteria to automated tests
3. Validate the acceptance criteria for exisiting functionalities with SMEs
4. Collaborate with Developers to discuss the failed acceptance criteria
5. Develop & maintain the test automation framework
1. Participate in 3 Amigos Session
Giridhar Rajkumar
giridhar rajkumar
grajk88
http://giridharrajkumar.com
@vgrk2017
By Giridhar Rajkumar
With his 12+ years of experience in test automation, Giridhar has worked with multiple customers in the UK, EU, India and Latin America for a successful transformation.