jean0772 发表于 2008-11-11 09:27:38

什么是自动化测试?为什么要自动化测试?

我们经常可以听到测试自动化/自动化测试,并且看到英文中有Test Automation, Automated Testing/Test,Automation Test,其实意思都一样,只不过有时需要根据重点使用不同的术语.如强调测试时,一般用 Automated Testing/Test和Automation Test,强调自动化或其实现过程,一般用Test Automation.大家用的杂了,也就经常在网上看到各种用法都有.
它的定义很简单,一般认为就是使用(自动化测试)工具来进行的测试,一般不需要人干预.
在网上主要有两种定义:
Automated Testing/Test Automation:
1)Testing employing software tools which execute tests without manual intervention. Can be applied in GUI, performance, API, etc. testing. 使用自动化测试工具来进行测试,这类测试一般不需要人干预,通常在GUI、性能等测试中用得较多。
2)The use of software to control the execution of tests, the comparison of actual outcomes to predicted outcomes, the setting up of test preconditions, and other test control and test reporting functions. Commonly, test automation involves automating a manual process already in place that uses a formalized testing process.
使用软件来控制测试的执行,实际输出和预期输出的对比,测试前提条件的构建,以及其他测试控制条件和测试报告功能.通常,测试自动化涉及自动化对一个已经使用了正式的测验流程的手工过程。
显而易见,第二种定义具体,且涵盖了多数情况,特别是只提及软件,而不是一定是'自动化测试工具',而且不一定自动化测试步骤才叫自动化测试,很多情况下测试前提条件的自动化也是很重要而且很值得自动化的.

厍仕杰 发表于 2008-11-11 21:20:51

:lol :lol :lol :lol :lol

ladyjanice 发表于 2009-4-22 11:30:36

:lol :lol

liaojuan 发表于 2010-9-9 10:56:52

回复 1# 的帖子

好像还是没看明白,还是没说清楚

yc800 发表于 2010-10-4 17:19:12

自动化测试是否可以归结:人工触发,“测试工具类”执行并获取数据

msnshow 发表于 2010-10-6 13:36:54

不说大家都明白,最麻烦的是要怎么样判断是否适合实施自动化测试

愚人 发表于 2010-10-7 09:12:25

觉得首先要明白为啥要使用自动化
页: [1]
查看完整版本: 什么是自动化测试?为什么要自动化测试?