Introduction to BDD?
BDD stands for behavior driven development. Specifications for the system are laid down in simple language that is understood by all stakeholders.
Difference between BDD and TDD.
TDD stands for Test driven development. Here developers write tests to verify that software is working as expected. But in BDD, end users or customers write the specifications which are used to verify that system behaves as per the specification.
What are BDD test automation frameworks?
Advantages of BDD.
What do you think on this topic? Please express your opinion or ask any question through comment below. You can write to me at reply2sagar@gmail.com
BDD stands for behavior driven development. Specifications for the system are laid down in simple language that is understood by all stakeholders.
Difference between BDD and TDD.
TDD stands for Test driven development. Here developers write tests to verify that software is working as expected. But in BDD, end users or customers write the specifications which are used to verify that system behaves as per the specification.
What are BDD test automation frameworks?
- Jbehave
- Cucumber
- Specflow
- Gauge
Advantages of BDD.
- Tests can be written and understood by all business users.
- Focus is on testing the specifications stated by business users and customers.
What do you think on this topic? Please express your opinion or ask any question through comment below. You can write to me at reply2sagar@gmail.com
No comments:
Post a Comment
Leave your valuable feedback. Your thoughts do matter to us.