specflow
SpecFlow - running parallel tests
I\'m implementing tests using SpecFlow that have nothing to do with each other. Is there config option for SpecFlow that enables parallel test execution? I\'m using VS10 and MSTest runner that support[详细]
2023-03-07 08:20 分类:问答Dealing with multiple, slight variations in SpecFlow
Hi all We are developing a web service that will be available through SOAP and REST (xml and JSon). Our specflow features are mostly the same, i.e:[详细]
2023-03-07 01:37 分类:问答How do I get the SpecFlow Scenario to be reported when the test runs?
I\'ve managed to tune the output from my SpecFlow tests so that it reads nicely, 开发者_如何学JAVAwith just the steps reported plus failures.But it\'s still pretty unreadable without the Feature and S[详细]
2023-03-06 12:51 分类:问答MSpec and SpecFlow when to use which? What are the advantages/disadvantages of either?
I am trying to get started with BDD and found a view blog posts about MSpec and SpecFlow. I\'m currently not quite sure when I would use which and what the advantages/disadvantages of either framework[详细]
2023-03-01 09:24 分类:问答Using Specflow to drive outside in development on .NET MVC 3 based projects
I want to do ATDD with TDD and DDD and 开发者_JAVA百科I want to first discover behaviors (using mocks) of a domain model (ecommerce in my example).[详细]
2023-02-25 07:42 分类:问答BDD testing framework
We are a Microsoft shop, have a reasonably mature technology stack and have very skilled .net resources.We have been using TDD since we started and now are venturing into the BDD space. Our work is de[详细]
2023-02-25 04:03 分类:问答What is RSpec and Cucumber [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: rspec vs cucumber (rspec stories)[详细]
2023-02-21 01:52 分类:问答SpecFlow test plan from features
How to get a \"test plan\" from SpecFlow feature files? Is it possible to get similar \"report\" (HTML, pdf, word, etc.) as we get from executed tests?[详细]
2023-02-20 00:27 分类:问答Cannot build specflow from source
I downloaded specflow\'s source from here: https://github.com/techtalk/SpecFlow I tried to build this so开发者_JS百科urce with VS2010 but, \"Vs2010Integration\" project couldn\'t be loaded for some r[详细]
2023-02-19 10:09 分类:问答Specflow step definition classes in different projects
Is it possible to have two step definition classes with first being in one namespace/project, and second in another one?[详细]
2023-02-17 22:21 分类:问答