Terminology术语

Throughout this Handbook we will be investing certain terms with specific meanings.

在这本手册整个我们会定下某些条款具有特定的含义。

Requiremen需求

A required feature or function of the application under test. A business requirement is a statement of function that is necessary for the application to meet its intended use by the customer: the “what” of the system. A design feature is an attribute of the way in which the functions are actually implemented: the “how” of the system. A performance requirement spells out the volume and speed of the application, such as the maximum acceptable response or processing time and the highest number of simultaneous users.

一个必需的功能或测试的应用程序的功能。业务需求是功能的声明是必要的应用程序,以满足客户的用途:“是什么”的系统。一个设计特点是在这些功能的实际执行方式的属性:“怎么样”的制度。一性能需求阐明了该应用程序,的数量和速度,如最大可接受响应或处理时间和最高的数个用户同时使用的。

Test测试

This term will be used to describe the combination of a test case and a test script, as defined below.

该术语将被用来描述一个测试用例和测试脚本的组合,如下文所定义。

Test Case测试用例

A test case is a set of inputs and expected application response that will confirm that a requirement has been met. Depending on the automation approach adopted, a test case may be stored as one or more data records, or may be stored within a test script.

测试用例是一组输入和预期的应用响应,将确认的要求已得到满足。根据所采用的自动化方法中,测试情况下,可以存储为一个或多个数据记录,或者可以在测试脚本存储。

Test Script测试脚本

A test script is a series of commands or events stored in a script language file that execute a test case and report the results. Like a program, a test script may contain logical decisions that affect the execution of the script, creating multiple possible pathways. Also,depending on the automation approach adopted, it may contain constant values or variables whose values change during playback.The automation approach will also dictate the degree of technical proficiency required to develop the test script.

测试脚本是一系列指令或事件存储在脚本文件,执行测试用例和报告的结果。像程序,测试脚本可以包含逻辑的决定,在执行脚本的影响,可能造成多个信号通路。同时,这取决于采用的自动化方法,它可以包含常量或变量的值,其值的变化在回放的方法,自动化的程度也将决定毕业生所需的技术能力开发测试脚本。

Test Cycle测试周期

A test cycle is a set of individual tests that are executed as a package, in a particular sequence. Cycles are usually related to application operating cycles, or by the area of the application they exercise, or by their priority or content. For example, you may have a build verification cycle that is used to establish acceptance of a new software build, as well as a regression cycle to ensure that previous functionality has not been disrupted by changes or new features.

一个测试周期是一组执行作为一个包,在一个特定的顺序独立测试。周期通常与应用程序的操作周期,或由它们行使应用程序的区域,或由它们的优先级或内容。例如,你可能有一个用于建立接受一个新的软件版本,以及一个回归周期,以确保以前的功能并没有被打乱的变化或新的功能构建验证周期。

Test Schedule测试计划

A test schedule consists of a series of test cycles and comprises a complete execution set, from the initial setup of the test environment through reporting and cleanup.

测试计划由一系列的测试周期,并包括一个完整的执行集,从测试环境的初始设置通过报告和清理。

时间: 2024-07-31 12:23:26

Terminology术语的相关文章

OAuth1.0 RFC5849 Example中文翻译

最近在研究500px的Oauth1.0授权,github上给的API Doc写的太..(可能是我的英文水平不太行的原因).然而万幸的是发现RFC5849文档还是强了不少,所以在网上找到了部分翻译内容 来参考参考: RFC文档的地址在http://tools.ietf.org/html/rfc5849 1.1. Terminology (术语,提前声明,会在下面的example中使用到)client An HTTP client (per [RFC2616]) capable of making

The Automated Testing Handbook 自动化测试手册目录

Table of Contents 目录 Introduction 引言 Why automate? 为什么要自动化? When not to automate 什么时候不用自动化 How not to automate 如何实现自动化 Setting realistic expectations 制定切合实际的期望 Getting and keeping management commitment 保持管理承诺 Terminology 术语 Fundamentals of Test Autom

L6.Flexbox 伸缩盒模型

http://www.w3.org/TR/2014/WD-css-flexbox-1-20140325/ 1 Introduction CCS2.1中规定了四种布局模式: block layout, designed for laying out documents inline layout, designed for laying out text table layout, designed for laying out 2D data in a tabular format positi

words2

餐具:coffee pot 咖啡壶coffee cup 咖啡杯paper towel 纸巾napkin 餐巾table cloth 桌布tea -pot 茶壶tea set 茶具tea tray 茶盘caddy 茶罐dish 碟plate 盘saucer 小碟子rice bowl 饭碗chopsticks 筷子soup spoon 汤匙knife 餐刀cup 杯子glass 玻璃杯mug 马克杯picnic lunch 便当fruit plate 水果盘toothpick 牙签中餐:bear's

Welcome to Swift (苹果官方Swift文档初译与注解十四)---90~93页(第二章)

Debugging with Assertions (断言调试) 断言是一个假设逻辑条件为真的运行时检查机制.在执行任意代码之前,可以使用断言来确认一个基本的条件情况.如果条件判断为真,代码将继续执行,如果条件为假,代码将会结束,应 用程序也会退出. 如果在调试环境中,运行的代码触发了一个断言(比如你在Xcode中编译并运行一个应用),你可以明确的看到错误的状态发生在哪里,并且查询应用程序在这个时刻的状态.断言也可以让 你使用适合的调测显示信息作为断言信息. 可以写一个全局函数assert来触发

机器学习单词记录--03章线性代数回顾

Matrices.matrix 矩阵   vectors 向量 array  排列 Element 元素 A matrix  is a  rectangular array of numbers,written between square brackets 矩阵是由数字组成的矩形阵列,并写在方括号内 Square bracket 方括号 a bunch of  一堆 Row 行  column 列 Matrix is just another way for saying ,2D or two

MYSQL术语表

MYSQL术语表 http://dev.mysql.com/doc/refman/5.6/en/glossary.html MySQL Glossary These terms are commonly used in information about the MySQL database server. This glossary originated as a reference for terminology about the InnoDB storage engine, and th

计算机算法常用术语中英对照(分为两部分 其中一部分表格形式 )

第一部分 Data Structures 基本数据结构 Dictionaries 字典 Priority Queues 堆 Graph Data Structures 图 Set Data Structures 集合 Kd-Trees 线段树 Numerical Problems 数值问题 Solving Linear Equations 线性方程组 Bandwidth Reduction 带宽压缩 Matrix Multiplication 矩阵乘法 Determinants and Perm

AKKA文档2.2(java)——术语,概念

原文:http://doc.akka.io/docs/akka/2.3.6/general/terminology.html 译者:吴京润 本章我们试图建立一个通用的术语列表,用来定义有关并发和分布式系统的坚实的基础,而这也是akka的目标.请注意,在这些术语当中许多并没有一致的定义.我们简单的寻求在akka文档范围内使用的工作定义. 并发与并行 并发与并行是相关的概念,但是也有很多细节上的差异.并发意味着两个或更多的任务正在取得进展,即使它们不是同时执行的.例如,可以用时间片的方式实现这一点,