About 3,120,000 results
Open links in new tab
  1. What is the difference between Serenity BDD Framework and …

    May 22, 2022 · It is used with Cucumber. So I would like to clarify what is the difference between Serenity BDD Framework and Cucumber and why can't we use just Cucumber for our tests, …

  2. c# - What Behavior Driven Development (BDD) …

    I am interested in Behavior Driven Development (BDD) Are there any good frameworks and/or tooling available for the .Net platform (preferably C# and ASP.Net)? And when has BDD …

  3. bdd - Cucumber : How to read examples from external excel file …

    My requirement is to read examples from external excel file rather than hard code it into feature file. I have more than 100 examples which is difficult to maintain in feature file. Can you please ...

  4. Read data from excel file in selenium BDD cucumber test cases

    Apr 12, 2022 · I have bunch of gherkin test steps in a feature file scenario. How to read test data from excel file and execute the same test steps for each and every data in the row

  5. java - Managing Concurrent Data Storage for Cucumber BDD …

    Sep 21, 2023 · Request for Guidance: We are seeking advice, best practices, or code examples on implementing the chosen approach to handle concurrent data storage effectively during …

  6. bdd - Cucumber ordering of Given, When, Then (Given ... - Stack …

    Jul 12, 2017 · As an End-to-end Automation Tester I have always assumed that Given, When, Then statements (incorporated in the Gherkin Language when using Cucumber) should only …

  7. bdd - Given When Then Testing - Do I NEED a "When ... - Stack …

    Jan 27, 2012 · I'll just add that specflow is not the only consumer of BDD specs. There are also human beings who need to be able to read it such as product managers and customers. So …

  8. What BDD frameworks are popular in .net? - Stack Overflow

    Aug 11, 2012 · Using BDD style tests reads a lot better for me and MSPec is a nice, light framework to use. Here some other popular frameworks: NBehave NSpec Another NSpec (not …

  9. How to execute cucumber feature file parallel - Stack Overflow

    Dec 8, 2016 · Learn how to run Cucumber feature files in parallel efficiently with solutions and tips provided by experienced developers on Stack Overflow.

  10. Cucumber @before and @after hooks usage - Stack Overflow

    Sep 29, 2017 · I am designing a BDD automation framework, where we are thinking of using cucumber @Before and @after hooks, can anyone suggest the best use of these?