NUNIT vs VSTS ??哪个更好 ? [英] NUNIT vs VSTS ?? Which is better ?

查看:65
本文介绍了NUNIT vs VSTS ??哪个更好 ?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我正在为我的项目找出最好的测试工具。我有两个工具NUNIT和VSTS单位缩小了我的要求。但我没有使用
,我只能使用其中一个。因此,有人可以使用它们之前使用它们来分享他/她的经验,这样我就可以获得更好的想法并做出正确的选择吗?

也欢迎任何链接或建议。


感谢和问候,

Parag

MTS,Persistent Systems Private Limited

Hi,
I am trying to figure out best testing tool for my project. I have
narrowed down my requirements to two tools NUNIT and VSTS unit. But I have
used neither and I have to use only one of them. Hence can someone who has
used them before share his/her experience on them so that I can get a better
idea and make a proper choice ?
Any link or suggestions are also welcome.

Thanks and Regards,
Parag
MTS,Persistent Systems Private Limited

推荐答案

他们都真的做同样的事情。以下是我会选择NUnit而不是MS版本的原因。

1)VS中的单元测试只能通过高端版本完成

产品。如果所有开发人员都不使用团队版本,那么他们将无法使用MS测试框架。

2)NUnit已经存在多年了经过验证的跟踪记录。

3)NUnit如果可用于框架的许多版本以及Mono(我认为这是
)。

4)NUnit没有将测试结合到MS环境中。

5)外部工具可以更好地与NUnit一起使用,例如构建系统。

Parag < PA ************ @ persistent.co.in>在消息中写道

news:uc ************** @ TK2MSFTNGP10.phx.gbl ...
They both really do the same thing. Here are the reasons that I would
choose NUnit over MSs version.

1) Unit testing in VS can only be done through a high-end version of the
product. If all your developers do not use the team version, then they will
not be able to use the MS testing framework.
2) NUnit has been around for years with a proven track records.
3) NUnit if available for many versions of the framework and also Mono (I
think).
4) NUnit does not couple the testing to just an MS environment.
5) External tools may work better with NUnit such as build systems.
"Parag" <pa************@persistent.co.in> wrote in message
news:uc**************@TK2MSFTNGP10.phx.gbl...
我正在为我的项目找出最好的测试工具。我已经将我的要求缩小到两个工具NUNIT和VSTS单元。但是我没有使用过,我只能使用其中一个。因此,在使用它们之前可以分享他/她的经验,以便我可以获得更好的想法并做出正确的选择吗?
任何链接或建议也是受欢迎的。

感谢和问候,
Parag
MTS,Persistent Systems Private Limited
Hi,
I am trying to figure out best testing tool for my project. I have
narrowed down my requirements to two tools NUNIT and VSTS unit. But I have
used neither and I have to use only one of them. Hence can someone who has
used them before share his/her experience on them so that I can get a
better idea and make a proper choice ?
Any link or suggestions are also welcome.

Thanks and Regards,
Parag
MTS,Persistent Systems Private Limited



I两者都使用过。 nunit很好,但VS测试适合。我在VSDev

版本中使用它。


-

William Stacey [MVP]

>
Parag < PA ************ @ persistent.co.in>在消息中写道

news:uc ************** @ TK2MSFTNGP10.phx.gbl ...

|

|我想为我的项目找出最好的测试工具。我有

|将我的要求缩小到两个工具NUNIT和VSTS单元。但我有

|既不使用也不使用其中一个。因此可以有人拥有

|在分享他/她的经验之前使用它们以便我可以更好地获得


|想法并做出正确的选择?

|任何链接或建议也欢迎。

|

|谢谢和问候,

| Parag

| MTS,Persistent Systems Private Limited

|

|
I have used both. nunit is nice, but VS test is suit. I use it in the VSDev
version.

--
William Stacey [MVP]

"Parag" <pa************@persistent.co.in> wrote in message
news:uc**************@TK2MSFTNGP10.phx.gbl...
| Hi,
| I am trying to figure out best testing tool for my project. I have
| narrowed down my requirements to two tools NUNIT and VSTS unit. But I have
| used neither and I have to use only one of them. Hence can someone who has
| used them before share his/her experience on them so that I can get a
better
| idea and make a proper choice ?
| Any link or suggestions are also welcome.
|
| Thanks and Regards,
| Parag
| MTS,Persistent Systems Private Limited
|
|


它们非常相同。在整个框架中,VSTS标签更接近属性

,这很不错。如果您正在使用Team System,我将继续使用VSTS
。如果没有,nUnit是一个很好的选择。我同时使用两个,

取决于项目位置。


-

Gregory A. Beamer

MVP; MCP:+ I,SE,SD,DBA


***************************

在盒子外面思考!

*************************** >
Parag写道:
They are pretty equivalent. The VSTS tags are a bit closer to the Attributes
throughout the framework, which is nice. If you are using Team System, I
would go ahead and use VSTS. If not, nUnit is a fine alternative. I use both,
depending on the project location.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
"Parag" wrote:

我正在为我的项目找出最好的测试工具。我已经将我的要求缩小到两个工具NUNIT和VSTS单元。但是我没有使用过,我只能使用其中一个。因此,在使用它们的人之前可以分享他/她的经验,以便我可以获得更好的想法并做出正确的选择吗?
任何链接或建议也是受欢迎的。<

感谢和问候,
Parag
MTS,Persistent Systems Private Limited
Hi,
I am trying to figure out best testing tool for my project. I have
narrowed down my requirements to two tools NUNIT and VSTS unit. But I have
used neither and I have to use only one of them. Hence can someone who has
used them before share his/her experience on them so that I can get a better
idea and make a proper choice ?
Any link or suggestions are also welcome.

Thanks and Regards,
Parag
MTS,Persistent Systems Private Limited



这篇关于NUNIT vs VSTS ??哪个更好 ?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆