Friday 20 April 2018

cucumber tutorial

      Introduction to Cucumber
      Hello World Application in command line mode
      Hello World application in Eclipse
      Install Cucumber-Eclipse plugin
      Generate source code from feature file
      Install cucumber-natural plugin in eclipse
      Generate method names in camel case
      Feature file example and their source codes in java
      Exploring Gherkin
      Feature keyword
      Scenario Keyword
      Given, When and Then keywords
      And, Then keywords
      * keyword
      Background: Mention common steps
      Adding comments to the feature file
      Internationalisation support
      Escaping character (/)
      Grouping the steps using | (pipe symbol)
      . : Match any character
       *: Match zero or more occurrences
      Match range of characters
      Data Tables
      Scenario outline
      Data tables vs scenario outline
      Add multiple tables to scenario outline
      Doc Strings

Previous                                                 Next                                                 Home

No comments:

Post a Comment