SlideShare a Scribd company logo
SpecFlow for Agile
Teams
Alejandro Ramirez
Senior Consultant
Polaris Solutions
Platinum Sponsors
Silver Sponsors
Gold Sponsors
The evolved role of testing
Image credit: http://www.archeolog-home.com/pages/content/how-humans-became-masters-of-the-earth.html
Black-Box Agile
Test automation pyramid
GUI
Tests
Acceptance Tests
Unit Tests
Manual
Tests
Test automation pyramid
GUI
Tests
Acceptance Tests / BDD | ATDD
Unit Tests / Component Tests/ TDD
Manual
Tests
CodedUI Visual Studio
SpecFlow Visual Studio
xUnit Visual Studio
Manual Test Cases
Exploratory Tests
MTM
Agile
Maturity
ATDD or BDD?
They are the same thing!
Agile techniques
Started in 2003
Understanding software behavior through discussion
Discussing acceptance criteria with examples
Focus on why and benefits of code
Embodies the definition of done in tests
Image is copyright of Nintendo
https://microsite.nintendo-europe.com/Stay_Updated/ptPT/
What is SpecFlow?
Not a pickle
Automated testing tool
Runs acceptance tests written in BDD style
It’s Cucumber for .NET
What you need to use it
• Visual Studio
• SpecFlow package
• Learn Gherkin
How to use SpecFlow in 3 Steps
ONE: Specify behavior in Gherkin
TWO: Automate scenarios
THREE: Enjoy and repeat
Example( y o u a r e g o i n g t o l o v e i t )
Specifying behavior with Gherkin
Describe behavior in plain English
Given,
When,
Then
In order to,
As a,
I want to
Feature
Behavior
Feature: Add Customer
In order to store new customer information
As a User of the XYZ system
I want to be able to create and store new customers
Scenario 1: Happy Path
Given a user has entered information about a customer
When he/she completes entering more information
Then the customer information should be stored in the system
Scenario 1 (more elaborate)
Given a user has entered information about a customer
And he/she has provided a first name and a last name
When he/she completes entering more information
Then the customer information should be stored in the system
Scenario 1 (even more elaborate)
Given a user has entered information about a customer
And he/she has provided a first name and a last name
When he/she completes entering more information
Then the customer information should be stored in the system
Scenario 1 (even more elaborate)
Given a user has entered information about a customer
And he/she has provided a first name and a last name
When he/she completes entering more information
Then the customer information should be stored in the system
Scenario 2: Missing Required Data
Given a user has entered information about a customer
And he/she has not provided the first name and last name
When he/she completes entering more information
Then the user will be notified about the missing data
And the customer will not be stored into the system
Exercise
In real life:
Quick Demo
Automating behaviors
Generate stubs
Fill in the blanks
Run
SpecFlow approaches for agile teams
Service layer
Integration
GUI
SpecFlow approaches for agile teams
Dev + BA
Dev + Test + BA
Dev + Test
Do you want to know more?
Contact:
alejandro.ramirez@polarissolutions.com
@alejandrormz
www.polarissolutions.com
Q&A

More Related Content

What's hot

Automated Acceptance Tests in .NET
Automated Acceptance Tests in .NETAutomated Acceptance Tests in .NET
Automated Acceptance Tests in .NET
Wyn B. Van Devanter
 
Selenium + Specflow
Selenium + SpecflowSelenium + Specflow
Selenium + Specflow
cromwellryan
 
Automated tests to a REST API
Automated tests to a REST APIAutomated tests to a REST API
Automated tests to a REST API
Luís Barros Nóbrega
 
BDD with SpecFlow and Selenium
BDD with SpecFlow and SeleniumBDD with SpecFlow and Selenium
BDD with SpecFlow and Selenium
Liraz Shay
 
REST API testing with SpecFlow
REST API testing with SpecFlowREST API testing with SpecFlow
REST API testing with SpecFlow
Aiste Stikliute
 
Points.com fisheye crucible code reviews 2011
Points.com fisheye crucible code reviews 2011Points.com fisheye crucible code reviews 2011
Points.com fisheye crucible code reviews 2011
pointstechgeeks
 
PHPConf.asia 2016 - BDD with Behat for Beginners
PHPConf.asia 2016 - BDD with Behat for BeginnersPHPConf.asia 2016 - BDD with Behat for Beginners
PHPConf.asia 2016 - BDD with Behat for Beginners
Adam Englander
 
Automated testing in javascript
Automated testing in javascriptAutomated testing in javascript
Automated testing in javascript
Michael Yagudaev
 
Using Specflow for BDD
Using Specflow for BDDUsing Specflow for BDD
Using Specflow for BDD
Abhimanyu Singhal
 
Serenity-BDD training
Serenity-BDD trainingSerenity-BDD training
Serenity-BDD training
Savvycom Savvycom
 
Cypress test techniques cucumber bdd framework,tdd,api tests course
Cypress test techniques cucumber bdd framework,tdd,api tests courseCypress test techniques cucumber bdd framework,tdd,api tests course
Cypress test techniques cucumber bdd framework,tdd,api tests course
Narayanan Palani
 
Codeception Testing Framework -- English #phpkansai
Codeception Testing Framework -- English #phpkansaiCodeception Testing Framework -- English #phpkansai
Codeception Testing Framework -- English #phpkansai
Florent Batard
 
Automation and Technical Debt
Automation and Technical DebtAutomation and Technical Debt
Automation and Technical Debt
IBM UrbanCode Products
 
Gherkin /BDD intro
Gherkin /BDD introGherkin /BDD intro
Testing the untestable
Testing the untestableTesting the untestable
Testing the untestable
RoyKlein
 
Introduction to Bdd and cucumber
Introduction to Bdd and cucumberIntroduction to Bdd and cucumber
Introduction to Bdd and cucumber
Nibu Baby
 
Automated Acceptance Tests & Tool choice
Automated Acceptance Tests & Tool choiceAutomated Acceptance Tests & Tool choice
Automated Acceptance Tests & Tool choice
toddbr
 
ATAGTR2017 Expanding test horizons with Robot Framework
ATAGTR2017 Expanding test horizons with Robot FrameworkATAGTR2017 Expanding test horizons with Robot Framework
ATAGTR2017 Expanding test horizons with Robot Framework
Agile Testing Alliance
 
EVOLVE'15 | Enhance | Rene Ugarte | AEM Quality Assurance
EVOLVE'15 | Enhance | Rene Ugarte | AEM Quality AssuranceEVOLVE'15 | Enhance | Rene Ugarte | AEM Quality Assurance
EVOLVE'15 | Enhance | Rene Ugarte | AEM Quality Assurance
Evolve The Adobe Digital Marketing Community
 
Help! My Legacy Application is Unmaintainable!
Help! My Legacy Application is Unmaintainable!Help! My Legacy Application is Unmaintainable!
Help! My Legacy Application is Unmaintainable!
John Ferguson Smart Limited
 

What's hot (20)

Automated Acceptance Tests in .NET
Automated Acceptance Tests in .NETAutomated Acceptance Tests in .NET
Automated Acceptance Tests in .NET
 
Selenium + Specflow
Selenium + SpecflowSelenium + Specflow
Selenium + Specflow
 
Automated tests to a REST API
Automated tests to a REST APIAutomated tests to a REST API
Automated tests to a REST API
 
BDD with SpecFlow and Selenium
BDD with SpecFlow and SeleniumBDD with SpecFlow and Selenium
BDD with SpecFlow and Selenium
 
REST API testing with SpecFlow
REST API testing with SpecFlowREST API testing with SpecFlow
REST API testing with SpecFlow
 
Points.com fisheye crucible code reviews 2011
Points.com fisheye crucible code reviews 2011Points.com fisheye crucible code reviews 2011
Points.com fisheye crucible code reviews 2011
 
PHPConf.asia 2016 - BDD with Behat for Beginners
PHPConf.asia 2016 - BDD with Behat for BeginnersPHPConf.asia 2016 - BDD with Behat for Beginners
PHPConf.asia 2016 - BDD with Behat for Beginners
 
Automated testing in javascript
Automated testing in javascriptAutomated testing in javascript
Automated testing in javascript
 
Using Specflow for BDD
Using Specflow for BDDUsing Specflow for BDD
Using Specflow for BDD
 
Serenity-BDD training
Serenity-BDD trainingSerenity-BDD training
Serenity-BDD training
 
Cypress test techniques cucumber bdd framework,tdd,api tests course
Cypress test techniques cucumber bdd framework,tdd,api tests courseCypress test techniques cucumber bdd framework,tdd,api tests course
Cypress test techniques cucumber bdd framework,tdd,api tests course
 
Codeception Testing Framework -- English #phpkansai
Codeception Testing Framework -- English #phpkansaiCodeception Testing Framework -- English #phpkansai
Codeception Testing Framework -- English #phpkansai
 
Automation and Technical Debt
Automation and Technical DebtAutomation and Technical Debt
Automation and Technical Debt
 
Gherkin /BDD intro
Gherkin /BDD introGherkin /BDD intro
Gherkin /BDD intro
 
Testing the untestable
Testing the untestableTesting the untestable
Testing the untestable
 
Introduction to Bdd and cucumber
Introduction to Bdd and cucumberIntroduction to Bdd and cucumber
Introduction to Bdd and cucumber
 
Automated Acceptance Tests & Tool choice
Automated Acceptance Tests & Tool choiceAutomated Acceptance Tests & Tool choice
Automated Acceptance Tests & Tool choice
 
ATAGTR2017 Expanding test horizons with Robot Framework
ATAGTR2017 Expanding test horizons with Robot FrameworkATAGTR2017 Expanding test horizons with Robot Framework
ATAGTR2017 Expanding test horizons with Robot Framework
 
EVOLVE'15 | Enhance | Rene Ugarte | AEM Quality Assurance
EVOLVE'15 | Enhance | Rene Ugarte | AEM Quality AssuranceEVOLVE'15 | Enhance | Rene Ugarte | AEM Quality Assurance
EVOLVE'15 | Enhance | Rene Ugarte | AEM Quality Assurance
 
Help! My Legacy Application is Unmaintainable!
Help! My Legacy Application is Unmaintainable!Help! My Legacy Application is Unmaintainable!
Help! My Legacy Application is Unmaintainable!
 

Viewers also liked

Confort Bus Services
Confort Bus ServicesConfort Bus Services
Confort Bus Services
Confort Bus
 
E FIT BANUS
E FIT BANUS E FIT BANUS
E FIT BANUS
CIT Marbella
 
Sportbooking T T B V
Sportbooking  T T  B VSportbooking  T T  B V
Sportbooking T T B Vguske
 
Mesura de Govern: Pla Director de la Guàrdia Urbana
Mesura de Govern: Pla Director de la Guàrdia UrbanaMesura de Govern: Pla Director de la Guàrdia Urbana
Mesura de Govern: Pla Director de la Guàrdia Urbana
Ajuntament de Barcelona
 
Perl 111223 my college tomorrow article
Perl 111223 my college tomorrow articlePerl 111223 my college tomorrow article
Perl 111223 my college tomorrow article
Stéphane VINCENT
 
Carta de presentación de candidatura patxi aldecoa
Carta de presentación de candidatura patxi aldecoaCarta de presentación de candidatura patxi aldecoa
Carta de presentación de candidatura patxi aldecoa
Patxialdecoa
 
Festes de la Mercè Almacelles 2012
Festes de la Mercè Almacelles 2012Festes de la Mercè Almacelles 2012
Festes de la Mercè Almacelles 2012
Bondia Lleida SL
 
Acuerdo extrajudicial de pagos
Acuerdo extrajudicial de pagosAcuerdo extrajudicial de pagos
Acuerdo extrajudicial de pagos
mercetorrasgali
 
Hydraulic Torque & Tension Bolted Connection
Hydraulic Torque & Tension Bolted ConnectionHydraulic Torque & Tension Bolted Connection
Hydraulic Torque & Tension Bolted Connection
Chris Withers
 
Métodos de-recuperación-de-información-para-medios-ópticos-y-discos-duros-1 (1)
Métodos de-recuperación-de-información-para-medios-ópticos-y-discos-duros-1 (1)Métodos de-recuperación-de-información-para-medios-ópticos-y-discos-duros-1 (1)
Métodos de-recuperación-de-información-para-medios-ópticos-y-discos-duros-1 (1)
kerlly villon
 
Cookies, normative e strategie per il marketing Digitale
Cookies, normative e strategie per il marketing DigitaleCookies, normative e strategie per il marketing Digitale
Cookies, normative e strategie per il marketing Digitale
STEFANELLI&STEFANELLI LAW FIRM
 
Document 2012-03-28-11858067-0-the-wealth-report-2012
Document 2012-03-28-11858067-0-the-wealth-report-2012Document 2012-03-28-11858067-0-the-wealth-report-2012
Document 2012-03-28-11858067-0-the-wealth-report-2012
Daya Dayarayan Canada
 
Hacia el despertar espiritual - José Manuel Martínez Sánchez
Hacia el despertar espiritual - José Manuel Martínez SánchezHacia el despertar espiritual - José Manuel Martínez Sánchez
Hacia el despertar espiritual - José Manuel Martínez Sánchez
Jose Manuel Martinez Sanchez
 
Building Contagious Commitment for Change - Workshop with Helen Bevan | April...
Building Contagious Commitment for Change - Workshop with Helen Bevan | April...Building Contagious Commitment for Change - Workshop with Helen Bevan | April...
Building Contagious Commitment for Change - Workshop with Helen Bevan | April...
Saskatchewan Health Care Quality Summit
 
In-room TV: Smart TV solutions to Hotels, Hospitals and Care Homes
In-room TV: Smart TV solutions to Hotels, Hospitals and Care HomesIn-room TV: Smart TV solutions to Hotels, Hospitals and Care Homes
In-room TV: Smart TV solutions to Hotels, Hospitals and Care Homes
Amador Rodriguez
 
Team p foodie zone - 083012 canvas-v2
Team p   foodie zone - 083012 canvas-v2Team p   foodie zone - 083012 canvas-v2
Team p foodie zone - 083012 canvas-v2
Stanford University
 
Adysa Group Club de Fidelización
Adysa Group Club de FidelizaciónAdysa Group Club de Fidelización
Adysa Group Club de Fidelización
Adysa Group
 
Tagging Systems to Assist Visually Impaired Users Identify Visual Data in Clo...
Tagging Systems to Assist Visually Impaired Users Identify Visual Data in Clo...Tagging Systems to Assist Visually Impaired Users Identify Visual Data in Clo...
Tagging Systems to Assist Visually Impaired Users Identify Visual Data in Clo...
Kate Ringland
 
Ideas fuerza de los grupos de trabajo
Ideas fuerza de los grupos de trabajoIdeas fuerza de los grupos de trabajo
Fibromialgia
FibromialgiaFibromialgia
Fibromialgia
AKAENA2407
 

Viewers also liked (20)

Confort Bus Services
Confort Bus ServicesConfort Bus Services
Confort Bus Services
 
E FIT BANUS
E FIT BANUS E FIT BANUS
E FIT BANUS
 
Sportbooking T T B V
Sportbooking  T T  B VSportbooking  T T  B V
Sportbooking T T B V
 
Mesura de Govern: Pla Director de la Guàrdia Urbana
Mesura de Govern: Pla Director de la Guàrdia UrbanaMesura de Govern: Pla Director de la Guàrdia Urbana
Mesura de Govern: Pla Director de la Guàrdia Urbana
 
Perl 111223 my college tomorrow article
Perl 111223 my college tomorrow articlePerl 111223 my college tomorrow article
Perl 111223 my college tomorrow article
 
Carta de presentación de candidatura patxi aldecoa
Carta de presentación de candidatura patxi aldecoaCarta de presentación de candidatura patxi aldecoa
Carta de presentación de candidatura patxi aldecoa
 
Festes de la Mercè Almacelles 2012
Festes de la Mercè Almacelles 2012Festes de la Mercè Almacelles 2012
Festes de la Mercè Almacelles 2012
 
Acuerdo extrajudicial de pagos
Acuerdo extrajudicial de pagosAcuerdo extrajudicial de pagos
Acuerdo extrajudicial de pagos
 
Hydraulic Torque & Tension Bolted Connection
Hydraulic Torque & Tension Bolted ConnectionHydraulic Torque & Tension Bolted Connection
Hydraulic Torque & Tension Bolted Connection
 
Métodos de-recuperación-de-información-para-medios-ópticos-y-discos-duros-1 (1)
Métodos de-recuperación-de-información-para-medios-ópticos-y-discos-duros-1 (1)Métodos de-recuperación-de-información-para-medios-ópticos-y-discos-duros-1 (1)
Métodos de-recuperación-de-información-para-medios-ópticos-y-discos-duros-1 (1)
 
Cookies, normative e strategie per il marketing Digitale
Cookies, normative e strategie per il marketing DigitaleCookies, normative e strategie per il marketing Digitale
Cookies, normative e strategie per il marketing Digitale
 
Document 2012-03-28-11858067-0-the-wealth-report-2012
Document 2012-03-28-11858067-0-the-wealth-report-2012Document 2012-03-28-11858067-0-the-wealth-report-2012
Document 2012-03-28-11858067-0-the-wealth-report-2012
 
Hacia el despertar espiritual - José Manuel Martínez Sánchez
Hacia el despertar espiritual - José Manuel Martínez SánchezHacia el despertar espiritual - José Manuel Martínez Sánchez
Hacia el despertar espiritual - José Manuel Martínez Sánchez
 
Building Contagious Commitment for Change - Workshop with Helen Bevan | April...
Building Contagious Commitment for Change - Workshop with Helen Bevan | April...Building Contagious Commitment for Change - Workshop with Helen Bevan | April...
Building Contagious Commitment for Change - Workshop with Helen Bevan | April...
 
In-room TV: Smart TV solutions to Hotels, Hospitals and Care Homes
In-room TV: Smart TV solutions to Hotels, Hospitals and Care HomesIn-room TV: Smart TV solutions to Hotels, Hospitals and Care Homes
In-room TV: Smart TV solutions to Hotels, Hospitals and Care Homes
 
Team p foodie zone - 083012 canvas-v2
Team p   foodie zone - 083012 canvas-v2Team p   foodie zone - 083012 canvas-v2
Team p foodie zone - 083012 canvas-v2
 
Adysa Group Club de Fidelización
Adysa Group Club de FidelizaciónAdysa Group Club de Fidelización
Adysa Group Club de Fidelización
 
Tagging Systems to Assist Visually Impaired Users Identify Visual Data in Clo...
Tagging Systems to Assist Visually Impaired Users Identify Visual Data in Clo...Tagging Systems to Assist Visually Impaired Users Identify Visual Data in Clo...
Tagging Systems to Assist Visually Impaired Users Identify Visual Data in Clo...
 
Ideas fuerza de los grupos de trabajo
Ideas fuerza de los grupos de trabajoIdeas fuerza de los grupos de trabajo
Ideas fuerza de los grupos de trabajo
 
Fibromialgia
FibromialgiaFibromialgia
Fibromialgia
 

Similar to SpecFlow for Agile Teams

Behavior Driven Testing with SpecFlow
Behavior Driven Testing with SpecFlowBehavior Driven Testing with SpecFlow
Behavior Driven Testing with SpecFlow
Rachid Kherrazi
 
Sumo Logic Cert Jam - Fundamentals
Sumo Logic Cert Jam - FundamentalsSumo Logic Cert Jam - Fundamentals
Sumo Logic Cert Jam - Fundamentals
Sumo Logic
 
Unlocking the Power of ChatGPT and AI in Testing - NextSteps, presented by Ap...
Unlocking the Power of ChatGPT and AI in Testing - NextSteps, presented by Ap...Unlocking the Power of ChatGPT and AI in Testing - NextSteps, presented by Ap...
Unlocking the Power of ChatGPT and AI in Testing - NextSteps, presented by Ap...
Applitools
 
FASHIONTOP.pptx
FASHIONTOP.pptxFASHIONTOP.pptx
FASHIONTOP.pptx
TrushaKyada
 
Specification workshops
Specification workshopsSpecification workshops
Specification workshops
Kishen Simbhoedatpanday
 
Hotel management system
Hotel management systemHotel management system
Hotel management system
Roni Roy
 
TechDays 2013 Juhani Lind: Acceptance Test Driven Development With VS 2012
TechDays 2013 Juhani Lind: Acceptance Test Driven Development With VS 2012TechDays 2013 Juhani Lind: Acceptance Test Driven Development With VS 2012
TechDays 2013 Juhani Lind: Acceptance Test Driven Development With VS 2012
Tieturi Oy
 
[Rakuten TechConf2014] [G-4] Beyond Agile Testing to Lean Development
[Rakuten TechConf2014] [G-4] Beyond Agile Testing to Lean Development[Rakuten TechConf2014] [G-4] Beyond Agile Testing to Lean Development
[Rakuten TechConf2014] [G-4] Beyond Agile Testing to Lean Development
Rakuten Group, Inc.
 
Software Development Lifecycle Presentation
Software Development Lifecycle PresentationSoftware Development Lifecycle Presentation
Software Development Lifecycle Presentation
ssuser645e24
 
Testers in an agile world
Testers in an agile worldTesters in an agile world
Testers in an agile world
Ilan Kirschenbaum
 
Continuous Testing in Vegas
Continuous Testing in VegasContinuous Testing in Vegas
Continuous Testing in Vegas
jaredrrichardson
 
Modern developer workflow
Modern developer workflowModern developer workflow
Modern developer workflow
Giulio Vian
 
E-LEARNING
E-LEARNINGE-LEARNING
E-LEARNING
Shruti Kumar
 
Level 2 Certification: Using Sumo Logic - Oct 2018
Level 2 Certification: Using Sumo Logic - Oct 2018Level 2 Certification: Using Sumo Logic - Oct 2018
Level 2 Certification: Using Sumo Logic - Oct 2018
Sumo Logic
 
2 anton muzhailo - team development techniques you must know to be a valuab...
2   anton muzhailo - team development techniques you must know to be a valuab...2   anton muzhailo - team development techniques you must know to be a valuab...
2 anton muzhailo - team development techniques you must know to be a valuab...
Ievgenii Katsan
 
Formal Versus Agile: Survival of the Fittest? (Paul Boca)
Formal Versus Agile: Survival of the Fittest? (Paul Boca)Formal Versus Agile: Survival of the Fittest? (Paul Boca)
Formal Versus Agile: Survival of the Fittest? (Paul Boca)
AdaCore
 
Project report(Smart Auction Access)
Project report(Smart Auction Access)Project report(Smart Auction Access)
Project report(Smart Auction Access)
akki_hearts
 
Beyond Agile Testing to Lean Development — Rakuten Technology Conference
Beyond Agile Testing to Lean Development — Rakuten Technology ConferenceBeyond Agile Testing to Lean Development — Rakuten Technology Conference
Beyond Agile Testing to Lean Development — Rakuten Technology Conference
James Coplien
 
Zend con 2016 bdd with behat for beginners
Zend con 2016   bdd with behat for beginnersZend con 2016   bdd with behat for beginners
Zend con 2016 bdd with behat for beginners
Adam Englander
 
Debugging Production Applications in Nomad using Lightrun
Debugging Production Applications in Nomad using LightrunDebugging Production Applications in Nomad using Lightrun
Debugging Production Applications in Nomad using Lightrun
ShaiAlmog1
 

Similar to SpecFlow for Agile Teams (20)

Behavior Driven Testing with SpecFlow
Behavior Driven Testing with SpecFlowBehavior Driven Testing with SpecFlow
Behavior Driven Testing with SpecFlow
 
Sumo Logic Cert Jam - Fundamentals
Sumo Logic Cert Jam - FundamentalsSumo Logic Cert Jam - Fundamentals
Sumo Logic Cert Jam - Fundamentals
 
Unlocking the Power of ChatGPT and AI in Testing - NextSteps, presented by Ap...
Unlocking the Power of ChatGPT and AI in Testing - NextSteps, presented by Ap...Unlocking the Power of ChatGPT and AI in Testing - NextSteps, presented by Ap...
Unlocking the Power of ChatGPT and AI in Testing - NextSteps, presented by Ap...
 
FASHIONTOP.pptx
FASHIONTOP.pptxFASHIONTOP.pptx
FASHIONTOP.pptx
 
Specification workshops
Specification workshopsSpecification workshops
Specification workshops
 
Hotel management system
Hotel management systemHotel management system
Hotel management system
 
TechDays 2013 Juhani Lind: Acceptance Test Driven Development With VS 2012
TechDays 2013 Juhani Lind: Acceptance Test Driven Development With VS 2012TechDays 2013 Juhani Lind: Acceptance Test Driven Development With VS 2012
TechDays 2013 Juhani Lind: Acceptance Test Driven Development With VS 2012
 
[Rakuten TechConf2014] [G-4] Beyond Agile Testing to Lean Development
[Rakuten TechConf2014] [G-4] Beyond Agile Testing to Lean Development[Rakuten TechConf2014] [G-4] Beyond Agile Testing to Lean Development
[Rakuten TechConf2014] [G-4] Beyond Agile Testing to Lean Development
 
Software Development Lifecycle Presentation
Software Development Lifecycle PresentationSoftware Development Lifecycle Presentation
Software Development Lifecycle Presentation
 
Testers in an agile world
Testers in an agile worldTesters in an agile world
Testers in an agile world
 
Continuous Testing in Vegas
Continuous Testing in VegasContinuous Testing in Vegas
Continuous Testing in Vegas
 
Modern developer workflow
Modern developer workflowModern developer workflow
Modern developer workflow
 
E-LEARNING
E-LEARNINGE-LEARNING
E-LEARNING
 
Level 2 Certification: Using Sumo Logic - Oct 2018
Level 2 Certification: Using Sumo Logic - Oct 2018Level 2 Certification: Using Sumo Logic - Oct 2018
Level 2 Certification: Using Sumo Logic - Oct 2018
 
2 anton muzhailo - team development techniques you must know to be a valuab...
2   anton muzhailo - team development techniques you must know to be a valuab...2   anton muzhailo - team development techniques you must know to be a valuab...
2 anton muzhailo - team development techniques you must know to be a valuab...
 
Formal Versus Agile: Survival of the Fittest? (Paul Boca)
Formal Versus Agile: Survival of the Fittest? (Paul Boca)Formal Versus Agile: Survival of the Fittest? (Paul Boca)
Formal Versus Agile: Survival of the Fittest? (Paul Boca)
 
Project report(Smart Auction Access)
Project report(Smart Auction Access)Project report(Smart Auction Access)
Project report(Smart Auction Access)
 
Beyond Agile Testing to Lean Development — Rakuten Technology Conference
Beyond Agile Testing to Lean Development — Rakuten Technology ConferenceBeyond Agile Testing to Lean Development — Rakuten Technology Conference
Beyond Agile Testing to Lean Development — Rakuten Technology Conference
 
Zend con 2016 bdd with behat for beginners
Zend con 2016   bdd with behat for beginnersZend con 2016   bdd with behat for beginners
Zend con 2016 bdd with behat for beginners
 
Debugging Production Applications in Nomad using Lightrun
Debugging Production Applications in Nomad using LightrunDebugging Production Applications in Nomad using Lightrun
Debugging Production Applications in Nomad using Lightrun
 

Recently uploaded

list of states and organizations .pdf
list of  states  and  organizations .pdflist of  states  and  organizations .pdf
list of states and organizations .pdf
Rbc Rbcua
 
Anny Serafina Love - Letter of Recommendation by Kellen Harkins, MS.
Anny Serafina Love - Letter of Recommendation by Kellen Harkins, MS.Anny Serafina Love - Letter of Recommendation by Kellen Harkins, MS.
Anny Serafina Love - Letter of Recommendation by Kellen Harkins, MS.
AnnySerafinaLove
 
How are Lilac French Bulldogs Beauty Charming the World and Capturing Hearts....
How are Lilac French Bulldogs Beauty Charming the World and Capturing Hearts....How are Lilac French Bulldogs Beauty Charming the World and Capturing Hearts....
How are Lilac French Bulldogs Beauty Charming the World and Capturing Hearts....
Lacey Max
 
Dpboss Matka Guessing Satta Matta Matka Kalyan panel Chart Indian Matka Dpbos...
Dpboss Matka Guessing Satta Matta Matka Kalyan panel Chart Indian Matka Dpbos...Dpboss Matka Guessing Satta Matta Matka Kalyan panel Chart Indian Matka Dpbos...
Dpboss Matka Guessing Satta Matta Matka Kalyan panel Chart Indian Matka Dpbos...
➒➌➎➏➑➐➋➑➐➐Dpboss Matka Guessing Satta Matka Kalyan Chart Indian Matka
 
2024-6-01-IMPACTSilver-Corp-Presentation.pdf
2024-6-01-IMPACTSilver-Corp-Presentation.pdf2024-6-01-IMPACTSilver-Corp-Presentation.pdf
2024-6-01-IMPACTSilver-Corp-Presentation.pdf
hartfordclub1
 
Unveiling the Dynamic Personalities, Key Dates, and Horoscope Insights: Gemin...
Unveiling the Dynamic Personalities, Key Dates, and Horoscope Insights: Gemin...Unveiling the Dynamic Personalities, Key Dates, and Horoscope Insights: Gemin...
Unveiling the Dynamic Personalities, Key Dates, and Horoscope Insights: Gemin...
my Pandit
 
Taurus Zodiac Sign: Unveiling the Traits, Dates, and Horoscope Insights of th...
Taurus Zodiac Sign: Unveiling the Traits, Dates, and Horoscope Insights of th...Taurus Zodiac Sign: Unveiling the Traits, Dates, and Horoscope Insights of th...
Taurus Zodiac Sign: Unveiling the Traits, Dates, and Horoscope Insights of th...
my Pandit
 
HOW TO START UP A COMPANY A STEP-BY-STEP GUIDE.pdf
HOW TO START UP A COMPANY A STEP-BY-STEP GUIDE.pdfHOW TO START UP A COMPANY A STEP-BY-STEP GUIDE.pdf
HOW TO START UP A COMPANY A STEP-BY-STEP GUIDE.pdf
46adnanshahzad
 
The APCO Geopolitical Radar - Q3 2024 The Global Operating Environment for Bu...
The APCO Geopolitical Radar - Q3 2024 The Global Operating Environment for Bu...The APCO Geopolitical Radar - Q3 2024 The Global Operating Environment for Bu...
The APCO Geopolitical Radar - Q3 2024 The Global Operating Environment for Bu...
APCO
 
TIMES BPO: Business Plan For Startup Industry
TIMES BPO: Business Plan For Startup IndustryTIMES BPO: Business Plan For Startup Industry
TIMES BPO: Business Plan For Startup Industry
timesbpobusiness
 
Satta Matka Dpboss Matka Guessing Kalyan Chart Indian Matka Kalyan panel Chart
Satta Matka Dpboss Matka Guessing Kalyan Chart Indian Matka Kalyan panel ChartSatta Matka Dpboss Matka Guessing Kalyan Chart Indian Matka Kalyan panel Chart
Satta Matka Dpboss Matka Guessing Kalyan Chart Indian Matka Kalyan panel Chart
➒➌➎➏➑➐➋➑➐➐Dpboss Matka Guessing Satta Matka Kalyan Chart Indian Matka
 
GKohler - Retail Scavenger Hunt Presentation
GKohler - Retail Scavenger Hunt PresentationGKohler - Retail Scavenger Hunt Presentation
GKohler - Retail Scavenger Hunt Presentation
GraceKohler1
 
Lundin Gold Corporate Presentation - June 2024
Lundin Gold Corporate Presentation - June 2024Lundin Gold Corporate Presentation - June 2024
Lundin Gold Corporate Presentation - June 2024
Adnet Communications
 
Call8328958814 satta matka Kalyan result satta guessing
Call8328958814 satta matka Kalyan result satta guessingCall8328958814 satta matka Kalyan result satta guessing
Call8328958814 satta matka Kalyan result satta guessing
➑➌➋➑➒➎➑➑➊➍
 
Dpboss Matka Guessing Satta Matta Matka Kalyan Chart Satta Matka
Dpboss Matka Guessing Satta Matta Matka Kalyan Chart Satta MatkaDpboss Matka Guessing Satta Matta Matka Kalyan Chart Satta Matka
Dpboss Matka Guessing Satta Matta Matka Kalyan Chart Satta Matka
➒➌➎➏➑➐➋➑➐➐Dpboss Matka Guessing Satta Matka Kalyan Chart Indian Matka
 
3 Simple Steps To Buy Verified Payoneer Account In 2024
3 Simple Steps To Buy Verified Payoneer Account In 20243 Simple Steps To Buy Verified Payoneer Account In 2024
3 Simple Steps To Buy Verified Payoneer Account In 2024
SEOSMMEARTH
 
Maksym Vyshnivetskyi: PMO KPIs (UA) (#12)
Maksym Vyshnivetskyi: PMO KPIs (UA) (#12)Maksym Vyshnivetskyi: PMO KPIs (UA) (#12)
Maksym Vyshnivetskyi: PMO KPIs (UA) (#12)
Lviv Startup Club
 
Best Competitive Marble Pricing in Dubai - ☎ 9928909666
Best Competitive Marble Pricing in Dubai - ☎ 9928909666Best Competitive Marble Pricing in Dubai - ☎ 9928909666
Best Competitive Marble Pricing in Dubai - ☎ 9928909666
Stone Art Hub
 
NIMA2024 | De toegevoegde waarde van DEI en ESG in campagnes | Nathalie Lam |...
NIMA2024 | De toegevoegde waarde van DEI en ESG in campagnes | Nathalie Lam |...NIMA2024 | De toegevoegde waarde van DEI en ESG in campagnes | Nathalie Lam |...
NIMA2024 | De toegevoegde waarde van DEI en ESG in campagnes | Nathalie Lam |...
BBPMedia1
 
Profiles of Iconic Fashion Personalities.pdf
Profiles of Iconic Fashion Personalities.pdfProfiles of Iconic Fashion Personalities.pdf
Profiles of Iconic Fashion Personalities.pdf
TTop Threads
 

Recently uploaded (20)

list of states and organizations .pdf
list of  states  and  organizations .pdflist of  states  and  organizations .pdf
list of states and organizations .pdf
 
Anny Serafina Love - Letter of Recommendation by Kellen Harkins, MS.
Anny Serafina Love - Letter of Recommendation by Kellen Harkins, MS.Anny Serafina Love - Letter of Recommendation by Kellen Harkins, MS.
Anny Serafina Love - Letter of Recommendation by Kellen Harkins, MS.
 
How are Lilac French Bulldogs Beauty Charming the World and Capturing Hearts....
How are Lilac French Bulldogs Beauty Charming the World and Capturing Hearts....How are Lilac French Bulldogs Beauty Charming the World and Capturing Hearts....
How are Lilac French Bulldogs Beauty Charming the World and Capturing Hearts....
 
Dpboss Matka Guessing Satta Matta Matka Kalyan panel Chart Indian Matka Dpbos...
Dpboss Matka Guessing Satta Matta Matka Kalyan panel Chart Indian Matka Dpbos...Dpboss Matka Guessing Satta Matta Matka Kalyan panel Chart Indian Matka Dpbos...
Dpboss Matka Guessing Satta Matta Matka Kalyan panel Chart Indian Matka Dpbos...
 
2024-6-01-IMPACTSilver-Corp-Presentation.pdf
2024-6-01-IMPACTSilver-Corp-Presentation.pdf2024-6-01-IMPACTSilver-Corp-Presentation.pdf
2024-6-01-IMPACTSilver-Corp-Presentation.pdf
 
Unveiling the Dynamic Personalities, Key Dates, and Horoscope Insights: Gemin...
Unveiling the Dynamic Personalities, Key Dates, and Horoscope Insights: Gemin...Unveiling the Dynamic Personalities, Key Dates, and Horoscope Insights: Gemin...
Unveiling the Dynamic Personalities, Key Dates, and Horoscope Insights: Gemin...
 
Taurus Zodiac Sign: Unveiling the Traits, Dates, and Horoscope Insights of th...
Taurus Zodiac Sign: Unveiling the Traits, Dates, and Horoscope Insights of th...Taurus Zodiac Sign: Unveiling the Traits, Dates, and Horoscope Insights of th...
Taurus Zodiac Sign: Unveiling the Traits, Dates, and Horoscope Insights of th...
 
HOW TO START UP A COMPANY A STEP-BY-STEP GUIDE.pdf
HOW TO START UP A COMPANY A STEP-BY-STEP GUIDE.pdfHOW TO START UP A COMPANY A STEP-BY-STEP GUIDE.pdf
HOW TO START UP A COMPANY A STEP-BY-STEP GUIDE.pdf
 
The APCO Geopolitical Radar - Q3 2024 The Global Operating Environment for Bu...
The APCO Geopolitical Radar - Q3 2024 The Global Operating Environment for Bu...The APCO Geopolitical Radar - Q3 2024 The Global Operating Environment for Bu...
The APCO Geopolitical Radar - Q3 2024 The Global Operating Environment for Bu...
 
TIMES BPO: Business Plan For Startup Industry
TIMES BPO: Business Plan For Startup IndustryTIMES BPO: Business Plan For Startup Industry
TIMES BPO: Business Plan For Startup Industry
 
Satta Matka Dpboss Matka Guessing Kalyan Chart Indian Matka Kalyan panel Chart
Satta Matka Dpboss Matka Guessing Kalyan Chart Indian Matka Kalyan panel ChartSatta Matka Dpboss Matka Guessing Kalyan Chart Indian Matka Kalyan panel Chart
Satta Matka Dpboss Matka Guessing Kalyan Chart Indian Matka Kalyan panel Chart
 
GKohler - Retail Scavenger Hunt Presentation
GKohler - Retail Scavenger Hunt PresentationGKohler - Retail Scavenger Hunt Presentation
GKohler - Retail Scavenger Hunt Presentation
 
Lundin Gold Corporate Presentation - June 2024
Lundin Gold Corporate Presentation - June 2024Lundin Gold Corporate Presentation - June 2024
Lundin Gold Corporate Presentation - June 2024
 
Call8328958814 satta matka Kalyan result satta guessing
Call8328958814 satta matka Kalyan result satta guessingCall8328958814 satta matka Kalyan result satta guessing
Call8328958814 satta matka Kalyan result satta guessing
 
Dpboss Matka Guessing Satta Matta Matka Kalyan Chart Satta Matka
Dpboss Matka Guessing Satta Matta Matka Kalyan Chart Satta MatkaDpboss Matka Guessing Satta Matta Matka Kalyan Chart Satta Matka
Dpboss Matka Guessing Satta Matta Matka Kalyan Chart Satta Matka
 
3 Simple Steps To Buy Verified Payoneer Account In 2024
3 Simple Steps To Buy Verified Payoneer Account In 20243 Simple Steps To Buy Verified Payoneer Account In 2024
3 Simple Steps To Buy Verified Payoneer Account In 2024
 
Maksym Vyshnivetskyi: PMO KPIs (UA) (#12)
Maksym Vyshnivetskyi: PMO KPIs (UA) (#12)Maksym Vyshnivetskyi: PMO KPIs (UA) (#12)
Maksym Vyshnivetskyi: PMO KPIs (UA) (#12)
 
Best Competitive Marble Pricing in Dubai - ☎ 9928909666
Best Competitive Marble Pricing in Dubai - ☎ 9928909666Best Competitive Marble Pricing in Dubai - ☎ 9928909666
Best Competitive Marble Pricing in Dubai - ☎ 9928909666
 
NIMA2024 | De toegevoegde waarde van DEI en ESG in campagnes | Nathalie Lam |...
NIMA2024 | De toegevoegde waarde van DEI en ESG in campagnes | Nathalie Lam |...NIMA2024 | De toegevoegde waarde van DEI en ESG in campagnes | Nathalie Lam |...
NIMA2024 | De toegevoegde waarde van DEI en ESG in campagnes | Nathalie Lam |...
 
Profiles of Iconic Fashion Personalities.pdf
Profiles of Iconic Fashion Personalities.pdfProfiles of Iconic Fashion Personalities.pdf
Profiles of Iconic Fashion Personalities.pdf
 

SpecFlow for Agile Teams

  • 1. SpecFlow for Agile Teams Alejandro Ramirez Senior Consultant Polaris Solutions
  • 3. The evolved role of testing Image credit: http://www.archeolog-home.com/pages/content/how-humans-became-masters-of-the-earth.html Black-Box Agile
  • 4. Test automation pyramid GUI Tests Acceptance Tests Unit Tests Manual Tests
  • 5. Test automation pyramid GUI Tests Acceptance Tests / BDD | ATDD Unit Tests / Component Tests/ TDD Manual Tests CodedUI Visual Studio SpecFlow Visual Studio xUnit Visual Studio Manual Test Cases Exploratory Tests MTM Agile Maturity
  • 6. ATDD or BDD? They are the same thing! Agile techniques Started in 2003 Understanding software behavior through discussion Discussing acceptance criteria with examples Focus on why and benefits of code Embodies the definition of done in tests Image is copyright of Nintendo https://microsite.nintendo-europe.com/Stay_Updated/ptPT/
  • 7. What is SpecFlow? Not a pickle Automated testing tool Runs acceptance tests written in BDD style It’s Cucumber for .NET
  • 8. What you need to use it • Visual Studio • SpecFlow package • Learn Gherkin
  • 9. How to use SpecFlow in 3 Steps ONE: Specify behavior in Gherkin TWO: Automate scenarios THREE: Enjoy and repeat
  • 10. Example( y o u a r e g o i n g t o l o v e i t )
  • 11. Specifying behavior with Gherkin Describe behavior in plain English Given, When, Then In order to, As a, I want to Feature Behavior
  • 12. Feature: Add Customer In order to store new customer information As a User of the XYZ system I want to be able to create and store new customers
  • 13. Scenario 1: Happy Path Given a user has entered information about a customer When he/she completes entering more information Then the customer information should be stored in the system
  • 14. Scenario 1 (more elaborate) Given a user has entered information about a customer And he/she has provided a first name and a last name When he/she completes entering more information Then the customer information should be stored in the system
  • 15. Scenario 1 (even more elaborate) Given a user has entered information about a customer And he/she has provided a first name and a last name When he/she completes entering more information Then the customer information should be stored in the system
  • 16. Scenario 1 (even more elaborate) Given a user has entered information about a customer And he/she has provided a first name and a last name When he/she completes entering more information Then the customer information should be stored in the system
  • 17. Scenario 2: Missing Required Data Given a user has entered information about a customer And he/she has not provided the first name and last name When he/she completes entering more information Then the user will be notified about the missing data And the customer will not be stored into the system
  • 22. SpecFlow approaches for agile teams Service layer Integration GUI
  • 23. SpecFlow approaches for agile teams Dev + BA Dev + Test + BA Dev + Test
  • 24. Do you want to know more? Contact: alejandro.ramirez@polarissolutions.com @alejandrormz www.polarissolutions.com
  • 25. Q&A

Editor's Notes

  1. Evolution: Talk about how testers have been perceived through time. Dream come true: testing as a first-class citizen in agile. Team Members: Talk about how in agile is all about “roles”, and not so much about a “Tester” or “Developer”, but the skills they bring to the table
  2. Unit Testing and TDD: MSTest, NUnit Executable Specifications and BDD: SpecFlow UI Automation: CodedUI ES/SBE An executable specification is a description of software behavior written in natural language, but with a defined structure. A.K.A. Behavior-Driven Development (BDD) Acceptance-Test-Driven-Development (ATDD)  Gherkin uses GIVEN/WHEN/THEN structure that lets you write specifications like this: GIVEN that I have items in my basket, WHEN I go to the checkout, THEN I am shown a confirmation screen, AND the screen lists all the items in my basket. CodedUI requires: Visual Studio Premium or Ultimate Edition (CodedUI Test Project) Pitfalls Trying to do everything UI should be last resort When should I use UI testing? Test the things that are only possible from the UI Navigation The way the user interacts Stuff you can't test from Unit tests When not? Validating business rules ONLY TEST THINGS YOU CANNOT TEST WITH UNIT TESTS 3 Ways to use CodedUI Record & Playback (most common) Great way to get started Not the way to get the most ROI Most fragile way to build your test automation Be careful of multiple team members recording at the same time and merging the UIMap files One big chunk of unmaintainable code Use Recording of UI Maps to abstract the UI and then code against the abstraction More maintainable Be careful about maintaining UI Map files Create multiple UI maps, each one targeting a specific part of your UI Record ACTIONS and ASSERTIONS in separate UIMap Files Hand code everything and not use UI Map files Most control Most time-consuming Use UI Maps only for specific purposes like locating controls Create a UI Map per distinct par of the UI Requires more coding Page Object Pattern Helps you abstract the details of HOW the UI is CONSTRUCTED We create a class that represents the screen we see when we browse a web page, and we represent those UI elements as objects. Each Page Object abstracsts a PAGE or a PART OF A PAGE The Page Object has knowledge of the page and has the ability to find controls within the page. A Page Object has Methods Provides services to the test developer Abstracts the way UI elements are located Returns page objects A Page Object has Query Methods Used in assertions so deails about the UI stay with the object and don't leak to your test E.G. IsPageValid() os IsItemInShoppingBasket("name of item") Assertion is done in the test!
  3. Cucumber is a software tool that computer programmers use for testing other software. It runs automated acceptance tests written in a behavior-driven development (BDD) style. Specification by Example An executable specification is a description of software behavior written in natural language, but with a defined structure. Cucumber is written in the Ruby programming language.[6][7] Cucumber projects are available for other platforms beyond Ruby. Some use Ruby Cucumber with a bridge into the target language (e.g. cuke4php and cuke4lua). Others use the Gherkin parser but implement everything else in the target language.[8] Cucumber allows the execution of feature documentation written in business-facing text.
  4. Talk about the work that goes into Test Planning Sprint Planning vs. Poker Planning
  5. Gherkin is the language that Cucumber understands. It is a Business Readable, Domain Specific Language that lets you describe software’s behaviour without detailing how that behaviour is implemented. Gherkin’s grammar is defined in the Treetop grammar that is part of the Cucumber codebase. The grammar exists in different flavours for many spoken languages (37 at the time of writing), so that your team can use the keywords in your own language.   Gherkin uses GIVEN/WHEN/THEN structure that lets you write specifications like this: GIVEN that I have items in my basket, WHEN I go to the checkout, THEN I am shown a confirmation screen, AND the screen lists all the items in my basket.
  6. Gherkin is the language that Cucumber understands. It is a Business Readable, Domain Specific Language that lets you describe software’s behaviour without detailing how that behaviour is implemented. Gherkin’s grammar is defined in the Treetop grammar that is part of the Cucumber codebase. The grammar exists in different flavours for many spoken languages (37 at the time of writing), so that your team can use the keywords in your own language.   Gherkin uses GIVEN/WHEN/THEN structure that lets you write specifications like this: GIVEN that I have items in my basket, WHEN I go to the checkout, THEN I am shown a confirmation screen, AND the screen lists all the items in my basket.
  7. Gherkin is the language that Cucumber understands. It is a Business Readable, Domain Specific Language that lets you describe software’s behaviour without detailing how that behaviour is implemented. Gherkin’s grammar is defined in the Treetop grammar that is part of the Cucumber codebase. The grammar exists in different flavours for many spoken languages (37 at the time of writing), so that your team can use the keywords in your own language.   Gherkin uses GIVEN/WHEN/THEN structure that lets you write specifications like this: GIVEN that I have items in my basket, WHEN I go to the checkout, THEN I am shown a confirmation screen, AND the screen lists all the items in my basket.
  8. Gherkin is the language that Cucumber understands. It is a Business Readable, Domain Specific Language that lets you describe software’s behaviour without detailing how that behaviour is implemented. Gherkin’s grammar is defined in the Treetop grammar that is part of the Cucumber codebase. The grammar exists in different flavours for many spoken languages (37 at the time of writing), so that your team can use the keywords in your own language.   Gherkin uses GIVEN/WHEN/THEN structure that lets you write specifications like this: GIVEN that I have items in my basket, WHEN I go to the checkout, THEN I am shown a confirmation screen, AND the screen lists all the items in my basket.
  9. Gherkin is the language that Cucumber understands. It is a Business Readable, Domain Specific Language that lets you describe software’s behaviour without detailing how that behaviour is implemented. Gherkin’s grammar is defined in the Treetop grammar that is part of the Cucumber codebase. The grammar exists in different flavours for many spoken languages (37 at the time of writing), so that your team can use the keywords in your own language.   Gherkin uses GIVEN/WHEN/THEN structure that lets you write specifications like this: GIVEN that I have items in my basket, WHEN I go to the checkout, THEN I am shown a confirmation screen, AND the screen lists all the items in my basket.
  10. Gherkin is the language that Cucumber understands. It is a Business Readable, Domain Specific Language that lets you describe software’s behaviour without detailing how that behaviour is implemented. Gherkin’s grammar is defined in the Treetop grammar that is part of the Cucumber codebase. The grammar exists in different flavours for many spoken languages (37 at the time of writing), so that your team can use the keywords in your own language.   Gherkin uses GIVEN/WHEN/THEN structure that lets you write specifications like this: GIVEN that I have items in my basket, WHEN I go to the checkout, THEN I am shown a confirmation screen, AND the screen lists all the items in my basket.
  11. Gherkin is the language that Cucumber understands. It is a Business Readable, Domain Specific Language that lets you describe software’s behaviour without detailing how that behaviour is implemented. Gherkin’s grammar is defined in the Treetop grammar that is part of the Cucumber codebase. The grammar exists in different flavours for many spoken languages (37 at the time of writing), so that your team can use the keywords in your own language.   Gherkin uses GIVEN/WHEN/THEN structure that lets you write specifications like this: GIVEN that I have items in my basket, WHEN I go to the checkout, THEN I am shown a confirmation screen, AND the screen lists all the items in my basket.
  12. Talk about the work that goes into Test Planning Sprint Planning vs. Poker Planning
  13. Gherkin is the language that Cucumber understands. It is a Business Readable, Domain Specific Language that lets you describe software’s behaviour without detailing how that behaviour is implemented. Gherkin’s grammar is defined in the Treetop grammar that is part of the Cucumber codebase. The grammar exists in different flavours for many spoken languages (37 at the time of writing), so that your team can use the keywords in your own language.   Gherkin uses GIVEN/WHEN/THEN structure that lets you write specifications like this: GIVEN that I have items in my basket, WHEN I go to the checkout, THEN I am shown a confirmation screen, AND the screen lists all the items in my basket.
  14. Talk about the work that goes into Test Planning Sprint Planning vs. Poker Planning