自动化测试工具TestComplete7介绍

发表于:2009-07-31来源:作者:点击数: 标签:工具自动化
5月,Automated公司的TestComplete7发布了,展现了很多令人激动的新特性,TestComplete7的口号是: The Easiest TestComplete Ever. Script-free testing for new users. Power-packed features for savvy testers. Ease of use and low price for all. 誓要

5月,Automated公司的TestComplete7发布了,展现了很多令人激动的新特性,TestComplete7的口号是:

  The Easiest TestComplete Ever.

  Script-free testing for new users.

  Power-packed features for savvy testers.

  Ease of use and low price for all.

  誓要改变大众对其一贯的印象,把自己打造成“物美价廉”,功能强大而又简单易用的自动化测试工具形象。

  也来关键字驱动测试

  TestComplete一直缺少像QTP一样的关键字测试功能,这让很多初学者感觉其使用的难度较高。现在好了,TestComplete 7 增加了关键字测试功能,实现其“Script-free testing for new users”的诺言。

  美中不足的是关键字测试与脚本代码不能互相转换,这多少有点让人跌眼镜,看来Automated公司还需要努力加强这方面的功能。作为弥补,TestComplete 7 支持在脚本代码中调用关键字测试,例如:

  Sub Main

  ' Enter your code here.

  KeywordTests.Test1.Run

  End Sub

  同时也支持在关键字测试视图中调用脚本里定义的过程,例如,对于如下脚本:

  Sub TestCase1

  Msgbox "this is TestCase1"

  End Sub

  可以在关键字视图中通过“Run Script Routine”进行调用。

  调用函数也是同样的做法,例如对于如下函数:

  Function Add(a,b)

  c = a + b

  Add = c

  End Function

  同样可以在关键字测试中调用,调用时输入参数值即可。

 

原文转自:http://www.ltesting.net