- BDD --->> Behavioural driven development
What is BDD?
- BDD is one of the development approach involves the usage of common language that enhances communication between various tech and non-tech teams.
- Tests are more user-focused and based on the system's behaviour.
- In BDD, "Given-When-Then" is the proposed approach for writing test cases.
Given --->> I am at landing page of Ecommerce application -> Like amazon, flip kart
When --->> I searched for product which does not exist
Then --- >> No results message should be displayed.