RSpec is an open source Behavior-Driven Development (BDD) ruby package that lets you build a specification alongside your software. BDD is an approach to software development that combines Test-D...
https://www.softwaretestingmagazine.com/tools/rspec-behavior-driven-development-for-ruby/
This talk will take you through the challenge of testing a cloud-native application that uses MQTT (a pub/sub protocol), webhooks and REST to interact with IoT devices on top of AWS. It uses serv...
Agile approaches aims to improve the collaboration between the development team and the end-users or the Product Owner in Scrum. As far as software testing is concerned, it is however deceptive t...
https://www.softwaretestingmagazine.com/knowledge/helping-customers-write-tests/
This presentation explains the new system specs in RSpec, how to set them up, and what benefits they provide to test the browser stack of your application. If you want to improve your RSpec testi...
https://www.softwaretestingmagazine.com/videos/easy-browser-testing-using-rspec-and-rails-5-1/
Matt Wynne, co-founder of Cucumber, delivers a short webinar presentation on 10 easy ways to fail at Behavior-Driven Development (BDD). Many organizations desperately want to enjoy the benefits o...
https://www.softwaretestingmagazine.com/videos/create-the-conditions-for-bdd-success/
Behavior-Driven Development (BDD) is an Agile approach that mixes requirement gathering, documentation and acceptance testing. The idea is that you start by writing human-readable sentences that ...
This presentation shows what it is like working with Behavior Driven Development (BDD) frameworks like JBehave, Cucumber or Concordian. It proposes an effective alternative solution for BDD which...
https://www.softwaretestingmagazine.com/videos/star-trek-bdd-enterprise/
Gherkin is the language that many Behavior-Driven Development open source software testing tools like Cucumber or Behat use to define test cases. Gherkin is designed to be non-technical and human...
https://www.softwaretestingmagazine.com/videos/suggested-best-practices-for-gherkin/