Python, Cucumber, and Gherkin using NPP
-
What would be needed to use Note Pad ++ to code Cucumber test frame work tests? I am learning python V3 for automation testing. I have found helpful the Cucumber framework, and Gherkin language. I want to continue to use NPP to write Python code.
Gherkin is the format for cucumber specifications. It is a domain specific language which helps describe business behavior without the need to go into detail of implementation. This text acts as documentation and skeleton of your automated tests. Gherkin is based on TreeTop Grammar which exists in 37+ languages. Therefore you can write your gherkin in 37+ spoken languages.
Thanks for the opportunity and Note Pad++