In this paper, the credibility definition test and factors influencing test credibility are described; at last, some measures to improve test credibility are listed.
本文阐述了信度定义测试信度的方法以及影响考试信度的因素,最后列举一些提高考试信度的措施。
The other notable line in this test is the class definition, which points to the template class, rather than one that you might create.
这个测试中另一个值得注意的行是这个类定义,它指向这个模板的类,而不是您可能创建的模板。
A column heading and description is added or changed in an existing report, its test string definition also needs to be added or changed in the report property file.
在现有的报表中添加或修改一个列标题和描述,报表属性文件中的测试字符串定义也需要被添加以及修改。
In trying to make the best of a bad situation, I decided to design and build a new test server software configuration definition and tracking tool, based on an XML database.
在试图最好地利用一个糟糕情况的过程中,我决定设计构建一个新的测试服务器软件配置定义和跟踪工具,它是基于一个XML数据库的。
The aggregate workloads used up a similar amount of CPU (by definition of the test) but the user counts are different because of the specifics of the individual user activity.
总的工作负载耗尽了相同数量的CPU(通过测试定义),但是由于单个用户行为的特殊性,用户数量是不同的。
When you test a rule definition, it creates the same tables as a normal rule execution.
当测试规则定义时,它会创建作为相同表的一般规则执行。
There was limited adherence to standards and procedures in areas of solution definition, deployment, and QA/test procedures, resulting from a lack in governance.
由于缺乏治理,对解决方案定义、部署和QA/测试过程方面的标准和过程的遵守非常有限。
If the test results show that the rule logic is not working as expected, modify the rule definition accordingly.
如果测试结果显示规则逻辑不能按照预想正常运行,修改相应规则定义。
These results are represented as artifacts in the individual views as development progresses through iterative cycles of system definition, analysis, design, construction, and test.
这些结果被表现为与贯穿系统定义、分析、设计、构建和测试的迭代开发周期的开发进展一样的单独视图中的构件。
Traceability links can be created between the test suite definition and the use-case model, as illustrated in Figure 12.
可追溯的连接可以在测试套件定义和用例模块之间建立,如图12所示。
Test teams using use cases are able to use new and improving techniques for enhanced coverage and efficiency, as well as more precise scope definition and test prioritization.
测试团队能够利用新的用例,为增强覆盖率和有效性改善技术,同时获得更精确的范围定义和测试优先权。
The service definition will let you invoke the deployed service, either from the unit test or the production environment.
服务定义将让您从单元测试或生产环境调用部署的服务。
Doing so will give you a margin of error in the definition of the test harness.
这样做将使您获得测试工具定义中的误差幅度。
This provides the ability to simply check the syntax or test execute the SQL statement provided in the view definition.
这使您可以选中视图定义中提供的语法或测试执行sql语句。
To test your SCA component, create XML that conforms to a specific XML schema definition.
要测试sca组件,请创建符合特定XML模式定义的XML。
The db2look tool can extract data definition language (DDL) statements from a database in order to reproduce the database objects of a production database on a test database.
db2look工具能够从一个数据库中提取数据定义语言 (DDL)语句,以便在测试数据库中复制产品数据库的数据库对象。
Listing 17 Result of execution of polymorphic Facebook user record test with extended definition and JSON encoding.
清单17应用JSON编码多态Facebook用户记录对扩展定义测试的执行结果。
Listing 16 Result of execution of polymorphic Facebook user record test with extended definition.
清单16多态Facebook用户记录对扩展定义测试的执行结果。
From a functional standpoint, you'd probably want to write a test to fill in the form value, click the Submit button, and then verify the presence of the definition under the form.
从功能性观点考虑,您或许希望编写一个测试:填入表单值,单击Submit按钮,然后验证表单是否显示定义。
The task definition can be exported to Integration Developer, where the technical user can implement and test the required task.
可以将任务定义导出到IntegrationDeveloper,技术用户可以在其中实现和测试所需的任务。
Figure 13: Class library to generate the test suite tables from the UML definition
图13:类库用来从UML定义产生测试套件表
The type alternative schema component contains a test property which is an XPath expression property record, a type definition, and an annotations property.
类型替换模式组件包含一个test属性(一个XPath表达式属性记录)、一个类型定义和一个annotations属性。
Scroll down to the first server definition and change the server name to our TXSeries region name, test.
向下滚动到第一个服务器定义,并将服务器名称更改为我们的TXSeries区域名称test。
As you can see from the code, the test is logically simple: pass in a word (such as pugnacious) and then verify that the corresponding Label has the correct definition as its text.
您可以从代码看到,测试逻辑非常简单:传入一个单词(比如pugnacious),然后验证相应的Label文本是否得到正确定义。
As stated in the definition, test returns a zero exit value if the expression value was True or a non-zero exit value (that is, 1).
根据定义,如果表达式值是True,那么test返回零退出值,否则返回非零退出值(即1)。
If the DWRServlet's web.xml definition sets the init-param debug to true, then DWR's extremely helpful test mode is enabled.
如果DWRServlet 的 web.xml定义把init-paramdebug 设置为true,那么就启用了DWR非常有帮助的测试模式。
Putting this all together yields a flexible test class that verifies two scenarios: a sunny-day path and an edge case where no definition is provided, as shown in Listing 7.
结果产生一个灵活的文本类,它将检验两种场景:一种是良好的场景,而另一种是没有提供定义的边界用例,如清单7所示。
For more information on the definition of test and all the available conditions, see the test man page.
关于test的定义和所有可用条件的更多信息,请参见test手册页。
For the example here, you will import a Web Services Description Language (WSDL) definition file that is required by the Web service that you will test.
对于此实例,您将导入要测试的Web服务所需的Web服务描述语言(Web Services Description Language,WSDL)的定义文件。
Theoretically, if you write code only to satisfy an existing test, then by definition you can achieve coverage for every line of code you write.
理论上说,如果为满足现有的测试而撰写代码,那么您肯定能够实现对您所写的每行代码的覆盖。
应用推荐