那个是对的呢?
What is the definition of "Test Ware"?
Choice 1
It is the process of translating the detailed design specification into a specific set of code.
Choice 2
It includes verification checklist, verification error statistics, test data, and supporting documentation such as test plans, test specifications, test procedures, test cases, test data, and test reports.
Choice 3
It provides quantitative assessments of the thoroughness and comprehensiveness of validation tests. It includes supporting documentation such as test plans, test specifications, test procedures, test cases, test data, and test reports.
Choice 4
It is the process of translating the functional specification into a detailed set of data structures, data flows, and algorithms.
Choice 5
It is a measurement that provides an idea of the real program complexity.作者: 爱情鸟 时间: 2005-11-7 09:10
大概是这样的
有个很简洁明了的定义,software development engineers produce software, software test engineers produce testware. 那么testware包含哪些内容呢?test strategy, test plan, test specifications, test procedures, test cases, test reports, test data, test
scripts,defects data等等。同软件一样,testware也需要很好地维护。例如,由于修复缺陷改变了软件的接口,那么case和自动测试脚本script都要做相应的修改。作者: bigmeg 时间: 2005-11-7 10:54
谢,又学到了作者: zhouhere 时间: 2005-11-7 12:48
谢谢 爱情鸟的答复.
从网上搜索了一下,也找到一些解释
“Testware” is a term used to describe all of the materials used to perform a test. Testware includes test plans, test cases, test scripts, and any other items needed to design and perform a test.
翻译如下:
“测件”是描述实施一个测试所需的所有材料的术语。测件包括测试计划,测试用例,测试脚本以及其它任何用来设计和实施测试的东西。
简单的说,测件是一个测试工程师的工作产品,是为了实行特定的测试而生产的。测件一定是测试工程师在上面付出了努力而得到的东西。所以,一台电脑并不是一个测件,但是为了测试,在电脑上装好了环境,然后制作了一个ghost image,这个image就是一个重要的测件。测件包含的东西,往往是可以重用的,或者经过少量修改可以重用的。就像前面提到的image,就可以在不同的测试人员或不同的release之间重用。
就像源码是程序员的生命一样,测件是测试人员的生命。测件的设计,重用,管理对测试的可靠性,连续性,以及效率影响巨大。作者: 爱情鸟 时间: 2005-11-7 19:14
客气了,相互帮助,相互学习~作者: 冰河 时间: 2005-11-8 16:03
谢谢
学习了不少东东~~~~~~~~~~~~