Write and Publish a Tutorial!
Do you have good notes or papers written by you and seeking for a
platform to publish? We provide the platform to publish your tutorials
in your name. If you wish to publish your tutorial in your name to
help the readers, Please contact us by sending an email to
publish@tools4testing.com or publish@java4coding.com The main way that
others learn about your work is through your published tutorials. If
you don’t publish, it will be as if you never did the work. Your notes
can help the readers only when you share it.
Gherkin language
Gherkin is a language used to write cucumber features. In this chapter you’ll learn what each of the Gherkin keywords does and how they all fit together to make readable, executable Cucumber specifications. Gherkin files should be saved with .feature file extension. These files can be read and edited by any of the text editors.
Below is the list of supported keywords of gherkin:
Cucumber Feature
Cucumber Scenario
Cucumber Given
Cucumber When
Cucumber Then
Cucumber And
Cucumber But
Cucumber Bullets
Cucumber Comments
Cucumber Background
Cucumber Data tables
Cucumber Scenario Outline
Cucumber doc strings
Cucumber Tags