测试自动化工具对于.NET [英] Testing Automation Tools For .NET

查看:196
本文介绍了测试自动化工具对于.NET的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图找到一些有用的开源测试自动化工具的使用.NET框架应用。我已经做了研究公平一点,但不幸的是,大多数时候我发现专注于测试Web应用程序的工具而已。

I'm trying to find some useful Open Source Testing Automation Tools for use with the .NET framework. I've done a fair bit of research, but unfortunately, most of the tools I have found focus on testing web applications only.

有3种,我们才能运行,以使我们的软件程序做它需要做的:我们计划VB.NET服务来收集数据,我们有一个AJAX / JavaScript的+ VB / ASP.NET网页应用程序来查看数据,和一个VB.NET基于表单的GUI来编辑数据。

There are 3 types of programs that we run in order to make our software do what it needs to do: We program a service in VB.NET to collect data, we have an AJAX/JavaScript + VB/ASP.NET web application to view the data, and a VB.NET Form-based GUI to edit the data.

据我所知,寻找机会将测试所有三个是超薄为零的工具,但我没想到一个单一的工具,涵盖所有的人。

I understand that the chances finding a tool that would test all three is slim to nil, but I was not expecting a single tool to cover all of them.

由于我们运行的服务是最重要的,我希望堆栈溢出​​的社会可能有一些见解,以什么测试自动化工具将是VB.NET的服务特别有用。对于GUI或Web应用程序两边的任何信息将是一个很大的帮助,以及。

Since the service we run is the most important, I was hoping the Stack Overflow community might have some insight as to what testing automation tools would be particularly useful for VB.NET services. Any information with respect to the GUI or Web Application sides would be a great help as well.

推荐答案

您可以使用任何的单元测试框架,比如 NUnit的 MbUnit的,MSTest的,...。

You can test your service with any unit test framework like NUnit, MbUnit, MSTest, ... .

您的Web应用程序,如您可能知道有许多不同的应用,如 Watir ,的华廷,的特警的Telerik WebUITest工作室

Your web application like you probably know there many different applications like Watir, Watin, Selenium, SWAT, Telerik WebUITest Studio.

我不熟悉的Windows窗体测试工具;但是,我知道,是的Telerik正在添加了一个。

I'm not familiar with Windows form testing tool; however, I know that Telerik is comming up with one.

这篇关于测试自动化工具对于.NET的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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