Home › Software Testing › Software Testing › tools_automation_cicd › Behaviour-driven development (BDD) tools commonl…
Behaviour-driven development (BDD) tools commonly use
AExcel pivot tables of test data
BGherkin Given-When-Then syntax for scenarios
CRaw bytecode of compiled Java classes
DASCII art diagrams of UML states
Answer & Solution
Correct answer: B. Gherkin Given-When-Then syntax for scenarios
BDD frameworks (Cucumber, SpecFlow, Behave) use Gherkin scenarios in Given-When-Then form, readable by business stakeholders. Step definitions map natural-language steps to executable code.
Related questions
In Scrum, the 'Definition of Done' (DoD) typically includesTest pyramid (Mike Cohn) advocates forA 'flaky test' is a test thatPerformance testing in general is BROADER than load testing because it includesAccessibility testing primarily ensures thatPenetration testing is a form ofMutation testing measures the effectiveness ofExploratory testing is BEST described as