specflow
Specflow step definition inheritance
I have ExcelStepDefinition class in which are my steps for excel testing. I have WordStepDefinition class too. Since I have a great number of steps that are same for both classes I made some StepDefin[详细]
2023-02-17 08:36 分类:问答Specflow and generating the steps
I am trying to get hold of BDD using Specflow. One of the problems with Specflow is generating the steps. If I do not have step file then it will generate the s开发者_开发知识库teps in output window w[详细]
2023-02-16 08:01 分类:问答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 分类:问答SharePoint development and SpecFlow on the same machine?
I need s开发者_如何学JAVAome guidance on how to have SpecFlow installed on my Visual Studio 2010 development machine which is also leveraged for SharePoint 2010 development.[详细]
2023-02-14 03:05 分类:问答Cross Process Mocking in ASP.NET
I\'m building a REST API using ASP.NET MVC 3. I\'m doing it BDD-style using SpecFlow with NUnit as test runner.[详细]
2023-02-13 18:24 分类:问答SpecFlow/Cucumber/Gherkin - Using tables in a scenario outline
Hopefully I can explain my issue clearly enough for others to understand, here we go, imagine I have the two following hypothetical scenarios:[详细]
2023-02-13 16:07 分类:问答Specflow / Watin page checking
We are just getting started writing acceptance tests using specflow and watin. We are trying to iron out some common practices as we go along.[详细]
2023-02-13 00:19 分类:问答Can I get SpecFlow to generate a list of missing step definitions without running the tests?
I\'m in the process of refactoring开发者_开发技巧 our SpecFlow-implemented BDD tests. As part of this work, I\'ve commented out most of the step definitions.[详细]
2023-02-10 09:27 分类:问答SpecFlow custom tool "SpecFlowSingleFileGenerator"
I found that this custom开发者_如何转开发 tool is used for generation of .cs files from SpecFlow\'s .featurefile.[详细]
2023-02-09 12:53 分类:问答pre-conditions and database interaction
let me ask you something, if a have scenario like this: Scenario: Listing the questions for a user that has answered questions[详细]
2023-02-09 06:36 分类:问答