English 中文(简体)
从网络界面测试切换到 Windows 表格式应用程序测试
原标题:Switching from Web UI testing to Windows Forms application testing

使用微软团队基础服务器(VS2010,微软测试经理,实验室管理)触发我对指定建筑的自动测试,这一直非常有效,我甚至写了一个包装框架,允许许多可再用性并在需要时转换到WatiN。

我的问题是,我现在要测试的应用程序是Windows Frontics(有次元和Teeecharts)而不是Web Applications,我从我的研究中了解到Semenu和WatiN现在都是不合适的。我一直在阅读N UnitedForms和White,因为它们似乎是SO各文章中常见的自由选择,提出类似的问题。然而,我想知道是否有人经验为Windows FormApplication建立TFS系统,为Windows Form应用程序进行自动UI测试?

或者,如果做不到这一点,是否有人使用2010年视觉工作室(Vision Studio 2010) 免费的Windows Form UI测试软件包并取得了一些成功? 我的计划是下周尝试白色/N UnitedForms,但尽管我会寻找一些个人计票,以防不值得继续。

最佳回答

经过更多阅读和检查之后,我找到了一些更有用的链接。 我仍然对解决问题的可靠方法感到迷茫,但我相信它能够做到。

我发现以下链接很有帮助; < a href=" https://stackoverflow.com/ questions/71746/ Information-to-white'>winforms Post on SO , < a href="http://white.codeplex.com/wikipage? title=Using%20 with%20 continy%20Integration& referringTitle=Home=Remel=“无跟踪的无查询者” >白文档中的持续整合 (我起初遗漏了这一点......), 进一步看一看,我发现使用白色TFS Unity NUnited和白TFS的功能得到了充分的支持。 与TFS的N Un Unitedine可以找到< ahref="http://unit4teambuilding.codeplex.com/" rel=“nol=“nofolnoferrererererer>>>

希望这对处于同样位置的任何人有帮助,我欢迎任何进一步的答复,因为我还没有开始任何实际的测试。

EDIT: Have decided to use White with NUnit as NUnit has a lot of documentation with results integrated with TFS and White is somewhat of a wrapper to Visual Studio s Automation Tools.

问题回答

暂无回答




相关问题
Bring window to foreground after Mutex fails

I was wondering if someone can tell me what would be the best way to bring my application to the foreground if a mutex was not able to be created for a new instance. E.g.: Application X is running ...

How to start WinForm app minimized to tray?

I ve successfully created an app that minimizes to the tray using a NotifyIcon. When the form is manually closed it is successfully hidden from the desktop, taskbar, and alt-tab. The problem occurs ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

Handle DataTable.DataRow cell change event

I have a DataTable that has several DataColumns and DataRow. Now i would like to handle an event when cell of this DataRow is changed. How to do this in c#?

Apparent Memory Leak in DataGridView

How do you force a DataGridView to release its reference to a bound DataSet? We have a rather large dataset being displayed in a DataGridView and noticed that resources were not being freed after the ...

ALT Key Shortcuts Hidden

I am using VS2008 and creating forms. By default, the underscore of the character in a textbox when using an ampersand is not shown when I run the application. ex. "&Goto Here" is not ...

WPF-XAML window in Winforms Application

I have a Winforms application coded in VS C# 2008 and want to insert a WPF window into the window pane of Winforms application. Could you explain me how this is done.

热门标签