Support for Gherkin test cases for QA on FHIR Core - Notice E Shelf Readiness #323
Replies: 1 comment
-
Compiling summary about BDD approach to testing using Gherkin & Cucumber. The purpose is to decide best collaborative approach to implement for Gherkin Test to FHIR core and other reference applications for BDD. Please share your thoughts and ideas. BDD is a development method that encourages communication between teams. This collaborative approach brings the business and the technical aspects of projects together. This method allows teams to better communicate on requirements, detect problems early on, and maintain software over time with ease. Cucumber reads executable specifications written in plain text and validates that the software does what those specifications say. Gherkin is a set of grammar rules that makes plain text structured enough for Cucumber to understand. Gherkin Syntax:
Example:
Cucumber implementation:
Listing pros and cons of using BDD below. For detail reading and understanding please see these links:
Pros of using BDD:
Cons of using BDD:
Conclusion: |
Beta Was this translation helpful? Give feedback.
-
We need to see how best to implement this framework to FHIR Core for the Support for Gherkin test cases for QA on FHIR Core - Notice E Shelf Readiness
Beta Was this translation helpful? Give feedback.
All reactions