Most voted "bdd" questions
BDD (Behavior Driven Development) or Behavior Driven Development is an agile development technique that encourages collaboration between developers, quality sectors, and non-technical or business people in a software project. It was originally conceived in 2003 by Dan North as a response to Test Driven Development (Test Driven Development), and has expanded considerably in recent years.
Learn more…12 questions
Sort by count of
-
10
votes2
answers746
viewsWhat is BDD and its relation to TDD?
In the web, when we searched for TDD, sometimes we also come across the acronym BDD. What is Behavior Driven Development (BDD)? What is your relationship with Test Driven Development (TDD)?…
-
7
votes1
answer1373
viewsWhat is Feature Driven Development (FDD)?
I was researching about BDD, TDD and DDD and came across FDD (Feature Driven Development), after all: What is FDD? It has some relationship with BDD, TDD and DDD?…
-
2
votes1
answer141
viewsTesting Viewmodel Knockout with Cucumberjs
I have the definition of Feature as follows: Feature: Shoper can add an item to ShoppingCart Scenario: First item added to ShoppingCart Given I have an Empty ShoppingCart When I add an Item to…
-
2
votes1
answer51
viewsTesting Jasmine in separate files without breaking the describe?
I want to organize my javascript tests in separate files, but these can be part of a common module. For example: describe("Controllers", function () { describe('Move list Controller', function () {…
-
2
votes1
answer379
viewsProblem to run file. Feature in Pycharm
I’m having trouble in my environment to run files .feature. I am creating a Behave + Selenium and every time I run my file .feature he makes the following mistake: C:\Python\Python36-32\python.exe…
-
1
votes1
answer370
viewsError accessing input fields with Cucumber + Capybara
I was writing my Steps for my tests with the Cucumber and they are not finding the ids, Labels or Names of the forms. I’ve looked at several tutorials on the internet and really my problem is very…
-
1
votes1
answer117
viewsTest method of an Angularjs controller using Karma, Mocha, Chai, Sinon
I’m unable to test the code that runs on then of Promise I have the following controller: class Product extends Controller constructor: ($scope, productService) -> $scope.product =…
-
1
votes0
answers55
viewsHow to build a BDD scenario?
A few days ago I joined a project to work on a test team conducted in BDD, but my only participation in the project is to create the Features to send to the developers. As I have little practice to…
-
0
votes1
answer51
viewsthe table does not receive registration
Good afternoon friends, I’m doing trying to make a php code that involves database, and in the course of the code I came across an error that I can not solve. when trying to register a data on the…
-
0
votes1
answer104
viewsAlert appearing at the wrong time
I made a php code where the first part of it is to go through the login.php page. and for this I put an Alert to warn when the login and password are incorrect. for that I put an If and an Lse and I…
-
0
votes1
answer29
viewsCodeception see() method with Yii2 does not display all page content
Hello! I am testing a PHP(7.2.1) system that uses the Yii2 framework, and for that, by default I am using codeception. When writing functional tests, several methods are not working as expected.…
-
-1
votes2
answers52
viewsSwitcher in python with Get
I created a function in Python to return me a name of an object. Before trying to use Switcher I did several variables as below: name_case_1 =…