当你Eclipse环境中修改项目中的某个方法时,你可能由于各种原因没有运行单元测试,结果代码提交,悲剧就可能随之而来。所幸infinitest(http://infinitest.github.io/)提供了一个Continuous
Testing插件,以及时自动运行单元测试。
分类:
系统相关 时间:
2014-05-18 19:08:49
阅读次数:
410
自动化测试专家Elfriede Dustin在2008年10月的《Software
Testing and
Performance》杂志上发表文章,深入探讨了为什么如此多的自动化测试项目会最终失败。1、IDT的自动化测试调查IDT(Innovative Defense
Technologies)在2...
分类:
其他好文 时间:
2014-05-16 00:25:58
阅读次数:
289
众所周知,我们经常在脚本中创建一些对象来实现某些特定的功能。尤其是当我们使用QTP的描述性编程时,需要创建这些对象。
下边是我们经常在QTP或VBScript中用到的对象列表:
Set objEmail = CreateObject("CDO.Message" )
Set objIE = CreateObject("InternetExplorer.Application" )...
分类:
其他好文 时间:
2014-05-15 14:54:27
阅读次数:
230
阅读目录什么是单元测试?为什么使用单元测试?NUint使用详解:示例属性断言简单测试VS配置:External ToolsVisual Nunit
2010NUnit Test Adapter后记什么是单元测试? 单元测试(Unit Testing)是针对最小的可测试软件元素(单元)的,它所测试的....
分类:
其他好文 时间:
2014-05-15 14:29:12
阅读次数:
618
这篇文章是我学习html视频资料时候自己稍微试验的一些html代码。学习的主要点可能在这里就可以全部包括了。随着我学习视频,这篇代码会随时被更新。h1h2h6
google before br testing a link to last a - jump to lastbrp paragraph ...
分类:
Web程序 时间:
2014-05-14 22:44:31
阅读次数:
520
.closest( selector )
Description: For
each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tre...
分类:
Web程序 时间:
2014-05-07 15:07:34
阅读次数:
380