Skip to content

jbilkes/CucumberDemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CucumberDemo

Cucumber demo bij Atos test competence

Build status: Circle CI

Benodigdheden voor de demo zijn

  • Java IDE met cucumber plugin.
  • Selenium wordt aan de hand van de pom geimporteerd.
  • Firefox (wordt als webdriver gebruikt)

voorbeeld stukje Gerkin

Scenario Outline: verify whether the check-out date field accepts a later date than check-in date
  Given I am on the adactin site
  When I set the location to "<Location>"
  And I select Hotel "<Hotels>"
  And I select Room type "<Roomtype>"
  Then the search results in an error message
Examples:
  |Location  |Hotels        |Roomtype  |
  |Sydney    |Hotel Creek   |Standard  |
  |London    |Hotel Sunshine|Double    |

About

Cucumber demo bij Atos test competence

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 63.4%
  • Gherkin 36.6%