• 软件测试技术
  • 软件测试博客
  • 软件测试视频
  • 开源软件测试技术
  • 软件测试论坛
  • 软件测试沙龙
  • 软件测试资料下载
  • 软件测试杂志
  • 软件测试人才招聘
    暂时没有公告

字号: | 推荐给好友 上一篇 | 下一篇

.NET开源项目介绍及资源推荐:单元测试

发布: 2009-12-22 11:13 | 作者: 不详 | 来源: 领测国际测试网采编 | 查看: 62次 | 进入软件测试论坛讨论

领测软件测试网

  TextBoxTester comments = new TextBoxTester("comments", CurrentWebForm);

  ButtonTester save = new ButtonTester("save", CurrentWebForm);

  DataGridTester book = new DataGridTester("book", CurrentWebForm);

  Browser.GetPage("http://localhost/GuestBook/GuestBook.aspx");

  AssertVisibility(name, true);

  AssertVisibility(comments, true);

  AssertVisibility(save, true);

  AssertVisibility(book, false);

  }

  public void TestSave()

  {

  TextBoxTester name = new TextBoxTester("name", CurrentWebForm);

  TextBoxTester comments = new TextBoxTester("comments", CurrentWebForm);

  ButtonTester save = new ButtonTester("save", CurrentWebForm);

  DataGridTester book = new DataGridTester("book", CurrentWebForm);

  Browser.GetPage("http://localhost/GuestBook/GuestBook.aspx");

  name.Text = "Dr. Seuss";

  comments.Text = "One Guest, Two Guest! Guest Book, Best Book!";

  save.Click();

  }

  官方主页:http://nunitasp.sourceforge.net/index.html

  学习资源

  跟自己的兄弟NUnitForms一样,仍然没有好的中文文档,有兴趣的朋友可以参考‘NUnitAsp的官方文档,相对来说还是比较全的,有很多的教程。

  总结

  对于单元测试工具,就简单的介绍这么多,我个人还是推荐使用TestDriven.Net的个人版,至于后面两个NUnit的扩展,大家可以参考一下,在实际开发中用它们来测试会很麻烦,至少我目前不敢去做这个尝试。还有一个非常值得推荐的单元测试工具Mbunit,有兴趣的朋友可以关注一下,我对它了解并不多。

  关于单元测试的东西也就告于段落了。

  本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/sunjiakai/archive/2009/07/27/4384046.aspx

 

文章来源于领测软件测试网 https://www.ltesting.net/

55/5<12345

关于领测软件测试网 | 领测软件测试网合作伙伴 | 广告服务 | 投稿指南 | 联系我们 | 网站地图 | 友情链接
版权所有(C) 2003-2010 TestAge(领测软件测试网)|领测国际科技(北京)有限公司|软件测试工程师培训网 All Rights Reserved
北京市海淀区中关村南大街9号北京理工科技大厦1402室 京ICP备10010545号-5
技术支持和业务联系:info@testage.com.cn 电话:010-51297073

软件测试 | 领测国际ISTQBISTQB官网TMMiTMMi认证国际软件测试工程师认证领测软件测试网