A Mobile Application Testing Community
What is a BDD (Behavior Driver Development) test approach and how it is implemented in automation testing ?
Tags:
BDD is “Behavior Driven Development” methodology in which the software application is developed in an organized way focusing on the interaction between all layers of stakeholders involved. The main focus is on associating the behavioral specifications for each unit which is being developed.
Automation testing company using BDD initially writes all the tests in high level business language. Then these tests are automated to provide executable documentation for detailing the implementation of requirements. The test scenarios are written using the keywords Given, When and Then. The acceptance criteria is defined in the step definitions written for the provided requirements.
The test scenarios are written as below:
Given some initial rules,
When the incident occurs,
then the desired outcomes are ensured.
Below are few BDD tools and testing frameworks:
© 2019 Created by Anurag Khode.
Powered by