ASP.NET Web 应用程序测试经验
在我们的项目中,我们有 20 个简单的 Web 控件,8 个复合 Web 控件,包括 Ajaxable 自定义网格。 所有模块的开发都依赖于这些控件。
现在我害怕改变一个控件,因为它对模块的影响比我想象的要大。
我知道为时已晚,但我需要为我的控件编写一些测试用例。
我在网上搜索并找到了 WatiN。 看起来不错,但我想知道它有效吗?
我还想听听您对 WatiN 或其他工具的体验。 如果您有不同的解决方案/技术来测试您的网络应用程序/核心自定义控件,我想了解您遇到的详细信息和问题。
感谢所有的答复 !
In our project, we have 20 simple web controls, 8 composite web controls including Ajaxable Custom Grid. And all modules are developed dependent to these controls.
And now I afraid to change a control, because it effects modules more then I think.
It's too late I know but I need to write some test cases for my controls.
I searched web and find WatiN. It look good, but I need to know is it effective ?
And also I want to hear your experiences on WatiN or other tools. If you have different solution / technic to test your web applications/core custom controls, I want to learn details, problems you faced.
Thanks for all the replies !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
WatiN 的+1,就像魅力一样。
+1 for WatiN, works like a charm.
硒+100。 我在上一份工作(一个高流量的公共网站)中使用它进行回归测试,它极大地增强了我的信心,即版本不会破坏该网站。
+100 for Selenium. I used it for regression testing at my last job (a high traffic public website), and it greatly increased my confidence that a release was not going to break the site.
Selenium 对我来说是一个很棒的工具。 它在 Firefox 中提供了一个 IDE 来手动创建测试,并且有一个可以相当轻松地实现自动化的测试运行程序。 它由 ThoughtWorks 支持/开发,他们的工作非常扎实,所以它不太可能很快消失。
硒的一些特性:
Selenium has been a great tool for me. It provides an IDE in firefox to create tests manually, and has a test runner that can be fairly easily automated. It's backed/developed by ThoughtWorks who are quite solid with their work, so it will not likely disappear anytime soon.
Some of the features of selenium: