What is the language used to write a scenario in feature file?
Question
What is the language used to write a scenario in feature file?
Answer
Gherkin is a plain-text language used to write cucumber scenario in the feature file. Gherkin is a business readable, domain-specific language used to describe the behavior of software application from user’s perspective so that its easy for non-programmers to read and collaborate.