Automated Acceptance testing.

Basic of The Gherkin Language

Reading Time: 2 minutes Hello Everyone , In this blog we will discuss about Gherkin Language  which we used in BDD for writing test cases.we will take a look on below topic. Introduction: Gherkin’s grammar is defined in the parsing expression grammars. It is Business Readable, DSL created specifically for behavior descriptions without explaining how that behaviour is implemented. Gherkin is a plain English text language. Gherkin serves two purposes Continue Reading