specflow
Why is my Test View in Visual Studio so slow?
I have VS 2010 Ultimate with ReSharper, Reflector, and SpecFlow extensions. I use SpecFlow in one of my test projects along with WebDriver for automated UI testing. I am now approaching about 400 indi[详细]
2023-04-13 01:11 分类:问答Specflow: Can some step definitions be used feature wide?
When a feature requires some given steps, you need to specify for each scenario \"Given I have done something And something else And the last thing...\". Doing all those steps for every scenario can b[详细]
2023-04-12 01:21 分类:问答test a multi-step registration system using SpecFlow
I\'m using SpecFlow whilst writing an asp.net mvc 3 website. The registration system in the site consists of two views.[详细]
2023-04-10 20:48 分类:问答How can I repeat steps in a Specflow Scenario Outline
In a nutshell, what I need is to create a Scenario Outline with a step that is repeatable without having to type it in using multiple AND\'s as I am currently doing below:[详细]
2023-04-09 23:41 分类:问答BDD and ASP.NET MVC - Finding the Highway
About half a year ago, I started digging into unit testing. I made my way into TDD (or what I thought it was) and now I want to develop a MVC Application behavior-driven.[详细]
2023-04-09 01:26 分类:问答How do you manage bdd features and scenarios?
We are adopting BDD using specflow. The issue we have is that product owners and managers can not be expected to go into Visual studio / svn and edit features or scenarios.[详细]
2023-04-07 00:53 分类:问答SpecFlow, Webdriver and Mocks - is it possible?
The question in short is that we are stumbling upon BDD definitions that more or less require different states - which leads to the necessity for a mock of sorts for ASP.NET/MVC - I know of none, whic[详细]
2023-04-06 20:34 分类:问答Test Categories no longer generated from Tags
We\'ve recently upgraded to v1.7.1, but our @Tags no longer generate the Visual Studio attributes [Microsoft.Microsoft.VisualStudio.TestTools.UnitTesting.TestCategoryAttribute(\"MyTag\")] necessary fo[详细]
2023-04-06 06:54 分类:问答Access TestContext in SpecFlow Step Binding class
Is it possible to access the MSTest TestContext from within a SpecFlow (1.7.1) step binding class? In the generated co开发者_StackOverflow社区de of a feature file there is a method FeatureSetup which[详细]
2023-04-03 11:07 分类:问答How to include SpecFlow .html report in CruiseControl BuildReport?
all. How to include SpecFlow 开发者_高级运维.html report in CruiseControl BuildReport? Is exists ready to use solution?In the File Merge Task, you can specify an action of \"Copy.\"This will copy the[详细]
2023-04-02 07:33 分类:问答