InterviewSolution
| 1. |
What Is Gherkin Language? |
|
Answer» Gherkin is the language that CUCUMBER uses to define test cases. It is DESIGNED to be non-technical and human readable, and collectively describes use cases relating to a software system. The purpose behind Gherkin's SYNTAX is to promote Behavior Driven Development PRACTICES across an entire development team, including business analysts and MANAGERS. Gherkin is the language that Cucumber uses to define test cases. It is designed to be non-technical and human readable, and collectively describes use cases relating to a software system. The purpose behind Gherkin's syntax is to promote Behavior Driven Development practices across an entire development team, including business analysts and managers. |
|