bdd
What frameworks/tools/techniques are available to help run javascript from PHP?
What frameworks/tools are there to help run javascript from PHP?Is there anything like the harmony project for PHP?I am hoping to perform JS unit tests (or 开发者_如何学Pythoneven better, BDD) directl[详细]
2023-02-16 10:46 分类:问答Is there a BDD framework for testing Javascript that uses Gherkin DSL?
I am very much a fan of BDD开发者_Python百科 and Behat for PHP.Is there something equivalent for Javascript, ie, that uses the Gherkin DSL?Everything I\'ve seen so far is more in line with RSpec, and[详细]
2023-02-16 10:39 分类:问答Rails 3, RSpec 2.5: Using should_receive or stub_chain with named scopes
I use Rails 3.0.4 and RSpec 2.5. In my controllers I use named scopes heavily, for example @collection = GuestbookEntry.nonreplies.bydate.inclusive.paginate([详细]
2023-02-16 07:59 分类:问答Open source projects using BDD testing?
My team is interesting in understanding BDD better. Are there open source .NET/Java projects which use behavior driven develo开发者_JS百科pment (BDD)?[详细]
2023-02-16 07:15 分类:问答How to write tests for ASP.NET MVC 3 AsyncControllers with MSpec
I want to write a TaskController for an ASP.NET MVC 3 application to some long running tasks, like sending a newsletter to the users of the site. I thought using an AsyncController would be appropriat[详细]
2023-02-16 03:46 分类:问答SpecFlow and BDD in ASP.NET MVC Application
I am writing some BDD style Spec Flow test which is working out smoothly! Now, I am in a position to test that the data annotations validations are fired. I am thinking that this test should be perfor[详细]
2023-02-16 00:41 分类:问答When doing Acceptance Testing and following BDD, do you assert database changes or just what the user sees?
I am doing acceptance testing with Steak on a Ruby on Rails application. Imagine I w开发者_JS百科ant to test the functionality of a form.[详细]
2023-02-15 23:03 分类:问答ruby cucumber testing practices
I have many cucumber feature files, each consists of many scenarios. When run together, s开发者_StackOverflow社区ome of them fails.[详细]
2023-02-15 16:54 分类:问答Are there any test spy libraries available for Objective-C?
I want to take a BDD approach to unit testing in an iOS project, and I just realized that there may not be an existing library that provides test doubles of the test spy variety. Ideally, I\'m looking[详细]
2023-02-15 14:31 分类:问答Lettuce BDD : How to refer scenarios?
I am using Lettuce BDD framework for python, and I am wondering how to run one scenario from within another scenario..[详细]
2023-02-15 09:14 分类:问答