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

查看:22
本文介绍了.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.

由于我们运行的服务是最重要的,我希望 Stack Overflow 社区可以对哪些测试自动化工具对 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.

推荐答案

您可以使用任何单元测试框架来测试您的服务,例如 NUnitMbUnit、MSTest、....

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

像您一样的 Web 应用程序可能知道有许多不同的应用程序,例如 WatirWatinSelenium特警Telerik WebUITest Studio.

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天全站免登陆