Behavior Driven Development (BDD)

Do you use BDD methodology when working on your projects? Its being used by Emurgo

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/makec4rt
πŸ“…︎ Aug 28 2021
🚨︎ report
Wouldn't test-driven development be better if there were some way that we tested a user's behavior?
πŸ‘︎ 8
πŸ’¬︎
πŸ‘€︎ u/Meme_Burner
πŸ“…︎ May 11 2021
🚨︎ report
A testing tool for behavior-driven development github.com/unadlib/crius
πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/unadlib
πŸ“…︎ Nov 20 2020
🚨︎ report
What arte the disadvantages of Behavior driven development (BDD)?

I’m having an exam on BDD and such on Monday, and couldn’t really find any disadvantages of BDD, other then having to rely on a tight communication with the client.

Is there anything else you can think of?

πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/abhbhbls
πŸ“…︎ Feb 15 2020
🚨︎ report
Behavior-driven development for your TypeScript React application with Cucumber πŸ₯’ medium.com/@Charles_Stove…
πŸ‘︎ 31
πŸ’¬︎
πŸ‘€︎ u/Charles_Stover
πŸ“…︎ Dec 27 2019
🚨︎ report
What is the standard Behavior Driven Development (BDD) option for Scala?

I would like to know which tool/library is the standard for Behavior Driven Development in Scala projects.

I was about to invest time and energy on Cucumber but all they SAY about Scala is on this page (cucumber-scala). They do have a Scala API, but it is not documented. Their docs only cover Java, Javascript, Ruby and Kotlin. And also there is no official plugin for Intellij for gluing together feature files and step definitions written in Scala. The only one available (cucumber-for-scala) is not actively maintained and already out of date.

So I'm wondering if Cucumber is also the standard way to do BDD in Scala projects ?

πŸ‘︎ 14
πŸ’¬︎
πŸ‘€︎ u/acmoune
πŸ“…︎ Jan 01 2020
🚨︎ report
Behavior-driven Development: how to develop tests for a PokΓ©dex using BDD | Cheesecake Labs cheesecakelabs.com/br/blo…
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/matpfernandes
πŸ“…︎ Sep 30 2020
🚨︎ report
Why use Behavior-driven development?

I'm new to the topic of behavior driven development. What are the benefits? Why to use it?

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/thmslee
πŸ“…︎ Apr 30 2020
🚨︎ report
Figma Flow: behavior-driven development inspired way of creating designs flowplatform.io/figma-flo…
πŸ‘︎ 22
πŸ’¬︎
πŸ‘€︎ u/maciejkorsan
πŸ“…︎ Jan 26 2020
🚨︎ report
Behavior-driven React development with Cucumber πŸ₯’ medium.com/@Charles_Stove…
πŸ‘︎ 15
πŸ’¬︎
πŸ‘€︎ u/Charles_Stover
πŸ“…︎ Dec 27 2019
🚨︎ report
A Code Meetup In Your Back Yard March 18th - Behavior Driven Development and Bob Allen! (www.cantoncoders.org) eventbrite.com/o/canton-c…
πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/CantonCoders
πŸ“…︎ Feb 12 2020
🚨︎ report
Behavior-driven React development with Cucumber medium.com/@Charles_Stove…
πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/Charles_Stover
πŸ“…︎ Dec 26 2019
🚨︎ report
Behavior-driven React development with Cucumber medium.com/@Charles_Stove…
πŸ‘︎ 9
πŸ’¬︎
πŸ‘€︎ u/Charles_Stover
πŸ“…︎ Dec 26 2019
🚨︎ report
Created a library that adds Behavior Driven Development capabilities to python Unittest and Pytest. Check it out, and let me know what you think πŸ™‚. github.com/luisgrases/pys…
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/luisgrases
πŸ“…︎ Jan 15 2020
🚨︎ report
Behavior-driven React development with Cucumber πŸ₯’ medium.com/@Charles_Stove…
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/Charles_Stover
πŸ“…︎ Dec 27 2019
🚨︎ report
Behavior Driven Development Investigation

Hey, r/softwaretesting!

I am Fiorella Zampetti a PhD Student at the University of Sannio interested in investigating behaviour driven development practices.

I am working on a project aimed to investigate (i) to what extent and how developers use automated acceptance testing tools, and (ii) whether developers are "really" doing Behavior Driven Development (BDD). We would appreciate feedback from developers knowledgeable or expert in testing tasks who have at least once used one of the following tools: Cucumber, RSpec, Mocha or JBehave.

I would appreciate if you could find the time to answer my questionnaire by contributing to my research:
https://goo.gl/forms/ySv1KMPFffvE0e133

Filling out the survey will take less than 5 minutes and if you have any kind of comments please contact me at fzampetti@unisannio.it

Thank you for your time!

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/fzampetti
πŸ“…︎ Jan 07 2019
🚨︎ report
How to combine Behavior Driven Development and Scrum medium.com/@abstarreveld/…
πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/albertstarreveld
πŸ“…︎ Sep 24 2019
🚨︎ report
Behavior Driven Development (BDD) – an in-depth look dotnetcurry.com/patterns-…
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/ocnarf
πŸ“…︎ Jun 11 2019
🚨︎ report
Behavior-driven development (BDD) in Haskell with Hspec stackbuilders.com/tutoria…
πŸ‘︎ 32
πŸ’¬︎
πŸ‘€︎ u/jpvillaisaza
πŸ“…︎ Jun 14 2016
🚨︎ report
Simulating Boids in P5.js. Each little creature, or β€œBoid” is driven by 3 simple rules (cohesion, alignment, separation) with varying parameters which result in some pretty cool behavior. v.redd.it/nxm9uo4lc6781
πŸ‘︎ 352
πŸ’¬︎
πŸ‘€︎ u/eyebrowgamestrong
πŸ“…︎ Dec 22 2021
🚨︎ report
Behavior-Driven Development with Django and Aloe testdriven.io/blog/behavi…
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/michaelherman
πŸ“…︎ Jan 11 2019
🚨︎ report
Behavior-Driven Development With Behat nater1067.github.io/blog/…
πŸ‘︎ 23
πŸ’¬︎
πŸ‘€︎ u/nater1067
πŸ“…︎ Sep 23 2014
🚨︎ report
Behavior-Driven Development with Django and Aloe testdriven.io/blog/behavi…
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/michaelherman
πŸ“…︎ May 05 2019
🚨︎ report
Behavior-Driven Development with Django and Aloe testdriven.io/behavior-dr…
πŸ‘︎ 23
πŸ’¬︎
πŸ‘€︎ u/michaelherman
πŸ“…︎ Feb 16 2018
🚨︎ report
Behavior-Driven Development with Django and Aloe - updated! testdriven.io/blog/behavi…
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/michaelherman
πŸ“…︎ Mar 11 2019
🚨︎ report
Open Source Behavior-Driven Development (BDD) Tools for PHP softwaretestingmagazine.c…
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/johnfarden
πŸ“…︎ Jan 16 2019
🚨︎ report
Introducing Quick: A behavior-driven development framework for Swift and Objective-C github.com/modocache/Quic…
πŸ‘︎ 36
πŸ’¬︎
πŸ‘€︎ u/modocache
πŸ“…︎ Jun 15 2014
🚨︎ report
Open Source .NET Behavior-Driven Development (BDD) Tools softwaretestingmagazine.c…
πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/martinig
πŸ“…︎ Sep 11 2018
🚨︎ report
Open Source .NET Behavior-Driven Development (BDD) Tools softwaretestingmagazine.c…
πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/ocnarf
πŸ“…︎ Sep 05 2018
🚨︎ report
Researchers investigated effect of driving on teenage mortality and risky behaviors such as drug use. Poisoning deaths (from drug overdose or gas asphyxiation) rise 29% at minimum driving age, reflecting changes in both suicides and accidental deaths. That effect was overwhelmingly driven by females aeaweb.org/research/teen-…
πŸ‘︎ 61
πŸ’¬︎
πŸ‘€︎ u/rustoo
πŸ“…︎ Dec 20 2021
🚨︎ report
Behavior Driven Development Investigation

Hey, r/ruby!

I am Fiorella Zampetti a PhD Student at the University of Sannio interested in investigating behaviour driven development practices.

I am working on a project aimed to investigate (i) to what extent and how developers use automated acceptance testing tools, and (ii) whether developers are "really" doing Behavior Driven Development (BDD). We would appreciate feedback from developers knowledgeable or expert in testing tasks who have at least once used one of the following tools: Cucumber, RSpec, Mocha or JBehave.

I would appreciate if you could find the time to answer my questionnaire by contributing to my research:
https://goo.gl/forms/ySv1KMPFffvE0e133

Filling out the survey will take less than 5 minutes and if you have any kind of comments please contact me at fzampetti@unisannio.it

Thank you for your time!

πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/fzampetti
πŸ“…︎ Jan 07 2019
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.