Questions tagged as 'bdd'

2
answers

What is BDD and what is its relationship to TDD?

In the web , when we search for TDD , sometimes we also come across the abbreviation BDD . What is Behavior Driven Development (BDD) ? What is your relationship with Test Driven Development (TDD) ?
asked by 15.07.2014 / 13:09
1
answer

What is Feature Driven Development (FDD)?

I was researching on BDD, TDD and DDD and came across FDD (Feature Driven Development), after all: What is FDD? Does it have any relationship to BDD, TDD, and DDD?
asked by 17.08.2018 / 18:42
1
answer

Test ViewModel KnockOut with CucumberJs

I have the feature definition 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 ShoppingCart Then The ShoppingCart mus...
asked by 02.07.2014 / 04:29
1
answer

Jasmine tests on separate files without breaking the describe?

I want to organize my javascript tests on separate files, but these can be part of a common module. For example: describe("Controllers", function () { describe('Move list Controller', function () { //ListController its });...
asked by 31.10.2014 / 13:06
1
answer

Error accessing input fields with cucumber + capybara

I was writing my steps for my tests with Cucumber and they are not finding it the ids , labels or names of the forms. I've looked at various tutorials on the internet and my problem is really strange, because in all cases the problem is...
asked by 25.03.2014 / 13:38
1
answer

Problem to execute .feature file in PyCharm

I'm having trouble in my environment to run .feature files. I'm creating a Behave + Selenium and every time I run my file .feature it gives the following error: C:\Python\Python36-32\python.exe "C:\Program Files\JetBrains\PyCharm...
asked by 04.09.2017 / 23:16
1
answer

Test method of an AngularJs controller with promise using Karma, Mocha, Chai, Sinon

I'm not able to test the code that runs on then of promise I have the following controller: class Product extends Controller constructor: ($scope, productService) -> $scope.product = productService.new() $scope.products = []...
asked by 11.06.2015 / 21:33
1
answer

Codeception's see () method with Yii2 does not display the entire content of the page

Hello! I'm testing a PHP system (7.2.1) that uses the Yii2 framework, and for that, by default I'm using codeception. When writing functional tests, several methods are not working as expected. Among them is the see () method that should fetc...
asked by 22.05.2018 / 21:33
1
answer

Alert 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 else and left the alert inside the Else, but when enteri...
asked by 09.01.2018 / 21:43
1
answer

the table does not receive registration

Good afternoon, I'm trying to make a PHP Code that involves Database, and in the course of the code I came across an error which I can not solve. when he tries to register a data through the web, he does not register in any way , alreadywhenItr...
asked by 02.01.2018 / 21:06