Adding some useful resources to more information (#21993)

* Adding some useful resources to more information

* Fixed link formatting
This commit is contained in:
KatLinaHH
2018-11-17 05:34:06 +01:00
committed by Manish Giri
parent 9574d0deeb
commit e923379497

View File

@ -59,4 +59,7 @@ Along with it are some Benefits:
## More Information ## More Information
* Wiki on <a href='https://en.wikipedia.org/wiki/Behavior-driven_development' target='_blank' rel='nofollow'>BDD</a> * Wiki on <a href='https://en.wikipedia.org/wiki/Behavior-driven_development' target='_blank' rel='nofollow'>BDD</a>
* A well-known Behavior Driven Development (BDD) framework is [Cucumber](https://cucumber.io/). Cucumber supports many programming languages and can be integrated with a number of frameworks; for example, [Ruby on Rails](http://rubyonrails.org/), [Spring Framework](http://spring.io/) and [Selenium](http://www.seleniumhq.org/) * A well-known Behavior Driven Development (BDD) framework is [Cucumber](https://cucumber.io/). Cucumber supports many programming languages and can be integrated with a number of frameworks; for example, [Ruby on Rails](http://rubyonrails.org/), [Spring Framework](http://spring.io/) and [Selenium](http://www.seleniumhq.org/)
* https://inviqa.com/blog/bdd-guide * [BDD Guide](https://inviqa.com/blog/bdd-guide)
* Ebook on the [Discovery Phase of BDD](https://leanpub.com/bddbooks-discovery)
* Dan North about [What's in a story](https://dannorth.net/whats-in-a-story/)
* Automation Panda on [Writing good Gherkin](https://automationpanda.com/2017/01/30/bdd-101-writing-good-gherkin/)