哪些行为驱动开发 (BDD) 工具/框架可用于 Microsoft Stack?

5

本文介绍了哪些行为驱动开发 (BDD) 工具/框架可用于 Microsoft Stack?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

我对行为驱动开发 (BDD)

.Net 平台(最好是 C# 和 ASP.Net)是否有任何好的框架和/或工具可用?

Are there any good frameworks and/or tooling available for the .Net platform (preferably C# and ASP.Net)?

什么时候证明 BDD 最适合在实际场景中使用?(辅助问题)

And when has BDD proved most appropriate to use in real world scenarios? (auxiliary question)

推荐答案

在谷歌上我发现 使用 SpecFlow 和 ASP.NET MVC 的行为驱动开发 (BDD).你可能会发现它很有用,看看吧.还可以通过 使用 SpecFlow 和 WatiN 进行行为驱动开发

On googling I found Behavior Driven Development (BDD) with SpecFlow and ASP.NET MVC. You might find it useful, take a look. Also go through Behavior-Driven Development with SpecFlow and WatiN

BDD 的优缺点

第 9 频道视频 现实世界中的行为驱动开发

还有一篇 InfoQ 文章 行为驱动的 .NET 开发

and last but not least an InfoQ article Behavior Driven Development In .NET

这篇关于哪些行为驱动开发 (BDD) 工具/框架可用于 Microsoft Stack?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

C# 中的多播委托奇怪行为?
Multicast delegate weird behavior in C#?(C# 中的多播委托奇怪行为?)...
2023-11-11 C#/.NET开发问题
6

参数计数与调用不匹配?
Parameter count mismatch with Invoke?(参数计数与调用不匹配?)...
2023-11-11 C#/.NET开发问题
26

如何将代表存储在列表中
How to store delegates in a List(如何将代表存储在列表中)...
2023-11-11 C#/.NET开发问题
6

代表如何工作(在后台)?
How delegates work (in the background)?(代表如何工作(在后台)?)...
2023-11-11 C#/.NET开发问题
5

没有 EndInvoke 的 C# 异步调用?
C# Asynchronous call without EndInvoke?(没有 EndInvoke 的 C# 异步调用?)...
2023-11-11 C#/.NET开发问题
2

Delegate.CreateDelegate() 和泛型:错误绑定到目标方法
Delegate.CreateDelegate() and generics: Error binding to target method(Delegate.CreateDelegate() 和泛型:错误绑定到目标方法)...
2023-11-11 C#/.NET开发问题
14