网站首页  词典首页

请输入您要查询的英文单词:

 

单词 code coverage
释义

code coverage

  • 网络代码覆盖;代码覆盖率;程式码涵盖范围
1.
代码覆盖
a. 代码覆盖Code coverage):描述了四周内通过BVT和其他测试方式测试的代码的百分比,如图27所示。 a. 测试计划执行…
tech.ccidnet.com
2.
代码覆盖率
代码覆盖率 (Code Coverage)从简到繁 (一)(6560) VS 2010 测试功能学习(三) - 真正的主角儿(6307) 设计测试用例的四条原则(5…
blog.csdn.net
3.
程式码涵盖范围
程式码涵盖范围 (Code coverage) 属於矩阵,将显示测试过程所「涵盖」或执行的程式码总数。根据复杂度与作业重要程度, …
www.ni.com
4.
代码覆盖率分析
地址、控制等信号检查功能正确性,减少模拟仿真工作量;代码覆盖率分析(Code Coverage )主要根据模拟仿真时统计代码被 …
justmei.blog.163.com
5.
程式码覆盖率
程式码覆盖率 (Code Coverage),汇入 Visual Studio 2010 的 Code Coverage 统计资料进来。组件建置的顺序 ( Assemblies Bui…
joinwind.wordpress.com
6.
程式码涵盖率
正如所谓程式码涵盖率(Code Coverage)存在许多不同的类型,如Line、Toggle、Path、Expression等,功能涵盖率也有很多的 …
www.mem.com.tw
7.
代码执行测试
   要求100%的源代码执行测试 (code coverage)  2. .Net软件基础介绍    .net平台    内存管理与测试方法(CLRProfiler,GdiUsage,AQ…
www.cnblogs.com

例句

释义:
1.
In terms of how much of the code to test, on previous projects we hadn. t aimed for 100% code coverage in our software.
在代码测试的次数方面,在之前的项目中我们没有打算在我们的软件中进行100%代码覆盖率的测试。
www.ibm.com
2.
On the other hand, they offer quite a bit of bang for the buck, so to speak, in terms of architectural code coverage.
而另一方面,就架构性代码覆盖率来讲,系统测试是一件极为划算的事情。
www.ibm.com
3.
Code coverage is an important aspect of software testing, and can be considered fundamental to the overall system testing of a component.
代码覆盖率是软件测试的一个重要方面,对于一个构件的总体系统测试来说可能是一个基本的参数。
www.ibm.com
4.
Code coverage is a way of seeing how much code is covered by a set of tests.
代码覆盖是一种查看一套测试覆盖了多少代码的方法。
www.ibm.com
5.
The only reason to export code coverage data as an XML file is to save the results of merging multiple code- coverage results .
将代码覆盖率数据作为XML文件导出的唯一原因是为了保存多个代码覆盖率结果的合并结果。
www.bing.com
6.
Code coverage is expressed as a percentage of the blocks of code tested over the total blocks of code.
代码覆盖率表示为已测试的代码块在总代码块中所占的百分比。
msdn2.microsoft.com
7.
The small steps also let me keep up with my code coverage as I develop, and build a richer specification.
这些步骤还能使我在开发期间跟踪代码覆盖情况,从而构建更加丰富的规范。
www.ibm.com
8.
In developing Flexcover, Berkovitz carefully built up the existing code coverage tools used for other languages.
在开发Flexcover的过程中,Berkovitz仔细地研究了用于其它语言的现存代码覆盖率工具。
www.infoq.com
9.
After you enable code coverage on a project, coverage statistics will be generated the next time that the application is launched.
在您激活一个项目中的代码覆盖率以后,覆盖率统计数据就会在下一次程序启动的时候生成。
www.ibm.com
10.
To see just how effective my tests are at exercising the code, I can check code coverage with Hansel.
为了看看上述测试在检验这块代码时效果如何,我可以用Hansel检查代码覆盖情况。
www.ibm.com
1.
The next step beyond testing code is measuring the tests with a code coverage tool.
对代码进行测试的下一步是用代码覆盖工具对测试进行度量。
www.ibm.com
2.
Unit testing isn't the only scenario where code coverage tools are useful, but it's certainly a major use case.
单元测试并不是惟一用得着代码覆盖工具的地方,但是代码覆盖工具主要还是用在这里。
www.ibm.com
3.
In these cases , the code coverage data for a particular binary file is displayed in a single, merged node under Merged Results .
此时,特定二进制文件的代码覆盖率数据显示在单个合并节点的“合并的结果”下。
www.bing.com
4.
As the test material is run against it, the code coverage tool uses these hooks to log the journey each test takes as it executes.
当测试材料遇到这些钩子时,代码覆盖工具使用这些钩子来记录每个测试在其执行时所经历的过程。
www.ibm.com
5.
A grave danger of code coverage is that it is concrete, objective, and easy to measure.
代码覆盖率的一个重大危险是它是具体、观而易于衡量的。
www.jukuu.com
6.
These both address the issue of code coverage, determining which code is actually run during an execution of your application.
这两种工具都可以解决代码覆盖(codecoverage)问题,确定在应用程序执行期间哪个地方的代码在运行。
www.ibm.com
7.
Where Gretel goes beyond most other code coverage tools is in its support of incremental coverage checking.
Gretel超越大多数其他代码覆盖工具的地方是它对增量覆盖检查的支持。
www.ibm.com
8.
Perfect, 100 percent code coverage is not always attainable.
并不总是可以得到完美的、100%的代码覆盖率。
www-128.ibm.com
9.
Naturally, these would be supplemented with Rational's tools for testing, profiling, and code coverage.
很自然,这些工具可通过使用Rational工具来弥补在测试、调优和代码覆盖上的缺乏。
www.ibm.com
10.
But, I feel like if a team really did have 100% code coverage of their unit tests, there'd be a couple of problems.
但,我认为如果一个团队用单元测试100%覆盖了他们的代码,可能会产生两个问题。
www.bing.com
1.
Examining efferent coupling's relationship data and relating it to code coverage facilitates smarter decision making.
检查传出耦合的关系数据,并将其与代码覆盖相关联,会促进作出更明智的决策。
www.ibm.com
2.
You could use a code coverage tool before Step 4, but I prefer to do the preceding steps manually.
您也可以在第4步之前使用一个代码覆盖率工具,但是我宁愿您手动完成前面的步骤。
www.ibm.com
3.
On the Code Coverage page of the test run configuration editor, you can specify a key file for re-signing binaries after instrumentation.
在测试运行配置编辑器的“代码覆盖率”页上,可以指定用于在检测后重新签名二进制文件的密钥文件。
msdn2.microsoft.com
4.
NET test runs, code coverage data can be gathered when other binary files are tested, including DLLs that your ASP.
NET测试回合期间,在测试其他二进位档案时可以收集程式码涵盖范围资料,包括您的ASP。
technet.microsoft.com
5.
The chapter concludes with code for a simple code coverage tool.
本章作者总结了一个简单的代码覆盖工具。
www.ibm.com
6.
One of the most critical measurements for testing is code coverage.
代码覆盖率就是最重要的测试指标之一。
www.ibm.com
7.
With this new capability, developers have the ability to conduct memory analysis and code coverage seamlessly in the Eclipse Java IDE.
通过这个新特性,开发者就可以在Eclipse中直接进行内存分析和代码覆盖率测试。
www.infoq.com
8.
Measurement of vital runtime parameters, including memory usage, performance, and code coverage.
重要运行时参数的度量,包括内存使用、性能和代码覆盖。
www.ibm.com
9.
Some of the projects he has worked on over the past year include the Linux Test Project and kernel code coverage analysis.
去年他所从事的一些项目包括LinuxTestProject和内核代码复盖分析。
www-128.ibm.com
10.
Having trust in the tests is not about code coverage, is about trusting your team mates they will add tests for all the important things.
测试中有可信度并不是和代码覆盖率有关,而是相信团队成员,他们会为重要的事物增加测试。
www.cnbeta.com
1.
By producing hard numbers for code coverage, Cobertura transforms unit testing from an art to a science.
通过生成代码覆盖率的具体数值,Cobertura将单元测试从一种艺术转变为一门科学。
www.ibm.com
2.
Part of the IBM Rational PurifyPlus suite of testing tools, is an excellent code coverage tool.
是IBMRationalPurifyPlus测试工具包的一部分,它是一个出色的代码覆盖率工具。
www-128.ibm.com
3.
When code coverage data is collected, it is stored in its native format in a file that has the extension. Coverage.
在收集代码覆盖率数据时,该数据以本机格式存储在扩展名为.coverage的文件中。
msdn2.microsoft.com
4.
Instrumenting a code-under- test assembly to enable the gathering of code coverage data also affects strong- name signing .
检测测试代码程序集以启用代码覆盖率数据收集也会影响强名称签名。
www.bing.com
5.
Use Rational PurifyPlus to pinpoint memory corruption, performance problems, code coverage deficiencies, and memory leaks.
使用RationalPurifyPlus来精确定位内存失败、性能问题、代码覆盖缺陷和内存泄漏。
www.ibm.com
6.
I consider testing an essential aspect of software development, and code coverage is a key tool for measuring the quality of one's testing.
我认为测试是软件开发的一个基本方面,代码覆盖率则是衡量一个人测试质量的关键工具。
www.infoq.com
7.
You can save these values as a small test suite that will have high code coverage.
您可以将这些值储存成具有较高程式码涵盖范围的小型测试套件。
technet.microsoft.com
8.
When code coverage analysis is used at such a juncture, the results are frequently eye opening.
这时代码覆盖率分析就有用了,它可以扩展您的视野。
www.ibm.com
9.
Depending on the test type and whether code coverage data is being gathered, other test results files are also stored.
根据测试类型以及是否收集代码覆盖率数据,还会存储其他的测试结果文件。
msdn2.microsoft.com
10.
Unfortunately, code coverage testing only makes sure you're executing all the code you'd like to test.
不幸的是,代码覆盖测试只能确保您想要测试的所有代码得到执行。
www.ibm.com
1.
When you measure code coverage, the amount of raw data can be overwhelming.
当您评价代码覆盖率时,原始数据的数量会非常的巨大。
www.ibm.com
2.
At runtime, these function calls send information on the application's code coverage to a separate tool.
运行时,这些函数调用把应用代码覆盖率的相关信息发送给一个单独的工具。
www.infoq.com
3.
A common metric for determining how good a set of unit tests are is code coverage.
代码覆盖率是用来衡量单元测试好坏的常用指标。
www.bing.com
4.
The result is a modified set of the Java libraries, which support mxmlc and compc, with additional options for code coverage.
结果是一组修改过的Java库,支持mxmlc和compc,带有代码覆盖率的附加选项。
www.infoq.com
5.
As you can see, using a code coverage tool can uncover important code that doesn't have a corresponding test case.
正如您看到的,使用一个代码覆盖工具可以揭露重要的没有相应测试案例的代码。
www.ibm.com
6.
The ideas behind this have been around since code coverage was first conceived.
背后的思想在最初设想代码覆盖时就出现了。
www.ibm.com
7.
What's interesting here is that we were able to spot this defect using cyclomatic complexity rather than code coverage.
在这里,有趣的是我们可以使用圈复杂度而不是使用代码覆盖率来找出这个缺陷。
www.ibm.com
8.
With Coverlipse, you are able to assess code coverage while writing code.
Cobertura也提供一个Ant任务和Maven插件,但用Cobertura,您可以在编写代码时评估代码覆盖率。
www.ibm.com
9.
Draw a line in the sand and declare a date in the near future: "Starting next Thursday, our code coverage will always rise. "
做好规划并在近期内宣布一个日期:“从下周四启动,我们的代码覆盖率将不断增长”。
www.ibm.com
10.
The process of instrumentation adds code that generates code coverage information into the assembly.
检测过程会将生成代码覆盖率信息的代码添加到程序集中。
msdn2.microsoft.com
1.
A program that has complex control flow will require more tests to achieve good code coverage and will be less maintainable.
控制流程较为复杂的程式需要执行较多的测试,才能达到正确的程式码涵盖范围,而且比较不容易维护。
technet.microsoft.com
2.
For information about various circumstances related to merging code coverage data, see Working with Merged Code Coverage Data.
有关与合并代码覆盖率数据有关的各种情况的信息,请参见WorkingwithMergedCodeCoverageData。
msdn2.microsoft.com
3.
This generates code-coverage data for the methods in your test project, not just for the methods in your production code.
这将为测试项目中的方法(而不仅仅是生产代码中的方法)生成代码覆盖率数据。
msdn2.microsoft.com
4.
Code Coverage: Helps the team determine which builds and build assemblies have low or high code coverage.
代码覆盖率:有助于团队确定哪些生成和生成程序集的代码覆盖率低,哪些代码覆盖率高。
technet.microsoft.com
5.
Code coverage data cannot be collected for an application that is running in a 64-bit process.
在64位元处理序中执行的应用程式,无法收集程式码涵盖范围资料。
technet.microsoft.com
6.
Code coverage failed because assemblies could not be instrumented.
因无法检测程序集,导致代码覆盖失败。
msdn2.microsoft.com
7.
Note that the instructions must be followed on each server instance that is executing a code coverage-enabled application.
注意在每一个服务器实例的后面必须有一个指南,这些服务器实例会执行一个代码覆盖率程序。
www.ibm.com
8.
After the test run has completed, you can view code coverage data; for more information, see Viewing Code Coverage Data.
测试运行完成后,即可查看代码覆盖率数据;有关更多信息,请参见ViewingCodeCoverageData。
msdn2.microsoft.com
9.
It finds gaps in code coverage no other tool can, which translates directly into finding and fixing bugs.
它可以发现其他工具不能发现的代码覆盖不足,这会直接变成发现和修复bug。
www.ibm.com
10.
In the test run configuration editor, you can select artifacts to instrument to enable code coverage.
在测试运行配置编辑器中,可以选择要检测的项目以启用代码覆盖率。
msdn2.microsoft.com
1.
To obtain code coverage data, the assembly being tested must first be instrumented.
要获取代码覆盖率数据,必须先“检测”所测试的程序集。
www.kuenglish.info
2.
I have used code coverage tools for other languages with excellent results, but have been frustrated that none was available for Flex.
对于其它语言,我都用代码覆盖率工具得到了很好的效果,但还没有Flex可用的工具,对此我感到很沮丧。
www.infoq.com
3.
Should developers strive for 100% code coverage with their unit tests, and if so, does that mean we no longer need dedicated QA testers?
开发人员是否需要在所有的代码中覆盖单元测试,如果这样做了,是不是意味着我们就不再需要专门的QA测试人员了?
www.infoq.com
4.
Test result data, including code coverage data, is stored in XML format only when you explicitly export it.
只有在显式导出时,测试结果数据(包括代码覆盖率数据)才以XML格式存储。
msdn2.microsoft.com
5.
On the downside, individual unit tests offer somewhat limited code coverage.
缺点是,独立的单元测试只能覆盖稍显有限的代码。
www.ibm.com
6.
This means that you need to run the code coverage probe.
这意味着你需要运行代码区域探针。
www-128.ibm.com
7.
Luckily, answering this question is where a code coverage tool like Cobertura shines.
幸运的是,此问题可由像Cobertura这样的代码覆盖工具来解答。
www.ibm.com
8.
When you view code coverage data after a test run, Visual Studio displays it by opening the resultant. Coverage file.
当您测试运行后查看代码覆盖率数据时,VisualStudio通过打开生成的.coverage文件来显示该数据。
msdn2.microsoft.com
9.
I'll be looking at code coverage mainly from the standpoint of unit testing.
我主要从单元测试的角度来看代码覆盖。
www.ibm.com
10.
This XML file contains all the merged code coverage data, which you can see if you re-import the file.
此XML文件中包含所有合并的代码覆盖率数据,如果重新导入该文件则可以看到这些数据。
msdn2.microsoft.com
1.
Code coverage failed because information could not be gathered.
因无法收集信息,导致代码覆盖失败。
msdn2.microsoft.com
2.
For code coverage data to appear in the report, team members must instrument tests to gather that data.
若要在报表中显示程式码涵盖范围资料,小组成员必须设定测试来收集该资料。
technet.microsoft.com
3.
Starts the performance monitor for code coverage collection.
为代码覆盖率收集启动性能监视器。
msdn2.microsoft.com
4.
This modified test case passes on all fronts, including the Hansel code coverage checks.
这个修改后测试用例的所有方面都可以获得通过,包括Hansel代码覆盖检查。
www.ibm.com
5.
All test runs that are currently in memory that contain code coverage data is listed.
列出了所有当前位于内存中的包含代码覆盖率数据的测试运行。
technet.microsoft.com
6.
From a parameterized unit test, it automatically produces a traditional unit test suite with high code coverage.
它可以从一个参数化的单元测试中自动生成一个传统的单元测试集,而且有很好的代码覆盖率。
blog.joycode.com
7.
You can also save the result of merging code coverage data, and re-import it.
您也可以将合并程式码涵盖范围资料的结果储存起来,然后再次汇入。
technet.microsoft.com
8.
Alternatively, click Windows on the Test menu, and then click Code Coverage Results.
或者,也可以单击“测试”菜单上的“窗口”,然后单击“代码覆盖率结果”。
msdn2.microsoft.com
9.
With or without Assert statements, unit tests can generate code coverage data.
无论是否使用Assert语句,单元测试都可以生成代码覆盖率数据。
msdn2.microsoft.com
10.
Also describes how code-coverage data is displayed in the Code Coverage Results window.
此外还介绍代码覆盖率数据如何显示在“代码覆盖率结果”窗口中。
msdn2.microsoft.com
1.
Run-time analysis tool for probe insertion, code coverage, and leak analysis.
可以进行代码插入、覆盖和内存泄漏分析的一些运行时分析工具。
www-128.ibm.com
2.
There are a number of tools available to provide code coverage metrics.
有许多可用的工具可以提供代码覆盖率。
www.ibm.com
3.
This database stores test-results data of all kinds, including code-coverage information.
此数据库可存储各种类型的测试结果数据,包括代码覆盖率信息。
msdn2.microsoft.com
4.
INCLUDE option is not supported with code coverage.
代码覆盖率不支持INCLUDE选项。
msdn2.microsoft.com
5.
A baseline file is a notion specific to the Rational Code Coverage feature.
所谓的基线文件是一个特定于RationalCodeCoverage特性的概念。
www.ibm.com
6.
Prerequisite: You have run tests that have produced code-coverage data, as described in Obtaining Code Coverage Data.
先决条件:已经运行已生成代码覆盖率数据的测试,如ObtainingCodeCoverageData中所述。
msdn2.microsoft.com
7.
If you need to gather code coverage information while you are testing code in an assembly, you must first instrument that assembly.
测试程序集中的代码时如果需要收集代码覆盖率信息,必须先检测该程序集。
msdn2.microsoft.com
8.
Second, run your acceptance tests under a code coverage tool.
其次,使用代码覆盖工具运行您的验收试验。
www.ibm.com
9.
A failure to instrument the binary file causes the reporting of code coverage to fail.
如果未能对二进制文件进行检测,则导致代码覆盖率报告失败。
msdn2.microsoft.com
10.
Describes the concepts of instrumenting assemblies so that they produce code- coverage data .
介绍检测程序集以使之生成代码覆盖率数据的概念。
www.bing.com
1.
You can use a manual test to obtain code coverage information about binary files.
可以使用手动测试获取有关二进制文件的代码覆盖率信息。
msdn2.microsoft.com
2.
If the program's binaries are instrumented, code coverage data will be gathered.
如果这个程序的二进制文件经过了检测,则将收集代码覆盖率数据。
www.kuenglish.info
3.
Code coverage to identify untested code with line-level precision.
代码覆盖用线级精确度确定未测试的代码。
www.ibm.com
4.
Classes used as proxies for gaining greater code coverage in unit testing.
用作代理以便在单元测试中获得更高代码覆盖率的类。
msdn2.microsoft.com
5.
Other views help users locate gaps in code coverage during profiling runs.
其他的视图帮助使用者定位在配置运行期间,代码覆盖的间隔。
www.ibm.com
6.
PartCover is an open source code coverage tool for . Net very similar to NCover.
与NCover非常相似,PartCover是针对.NET的一个开源代码覆盖工具。
www.infoq.com
7.
This tool enabled us to look at our unit tests. code coverage in two ways: with the Coverage Browser or the file-specific Coverage Fileview.
这个工具能够使我们浏览我们的单元测试;以两种方法进行代码覆盖测试:使用CoverageBrowser或者指定文件的CoverageFileview方式。
www.ibm.com
8.
First, you must instrument all the binary files for which you want to gather code coverage information.
首先,必须检测要为其收集代码覆盖率信息的所有二进制文件。
msdn2.microsoft.com
9.
3 It's easy for graders to run the tests under Coverlipse and determine if there is 100% code coverage or not.
3对于评分者来说在Coverlipse下运行测试并决定是否有100%的代码覆盖率是十分容易的。
www.ibm.com
10.
For more information, see the section "Code Coverage Data and VSPerfMon. Exe" in Troubleshooting in Team Edition for Testers.
有关更多信息,请参见TroubleshootinginTestEdition中的“代码覆盖率数据和VSPerfMon.exe”部分。
msdn2.microsoft.com
1.
This graph shows three key metrics over time: code coverage, cyclomatic complexity, and cyclomatic complexity per method.
该图显示了过去的3个关键度量:代码覆盖、圈复杂度和每个方法的圈复杂度。
www.ibm.com
2.
On the Test Results toolbar, click Code Coverage Results.
在“测试结果”工具栏上,单击“代码覆盖率结果”。
msdn2.microsoft.com
3.
You do this by configuring test runs to produce code coverage data.
可以通过配置测试运行以产生代码覆盖率信息来做到这一点。
msdn2.microsoft.com
4.
You must explicitly instrument artifacts to obtain code coverage data when you run tests other than unit tests.
必须显式地对项目进行检测,只有这样,才能在您运行单元测试之外的其他测试时获取代码覆盖率数据。
msdn2.microsoft.com
5.
Based on the code coverage and test metrics, is the team likely to meet target goals?
根据程式码涵盖范围和测试度量,小组是否可能达成目标?
technet.microsoft.com
6.
The book goes into detail as to the appropriate usage of code coverage tools.
本书中就详细讨论了如何适当地使用代码覆盖工具。
www.infoq.com
7.
Running VSPerfMon. Exe can interact with the collection of code coverage data.
运行VSPerfMon.exe可以与代码覆盖率数据的集合进行交互。
msdn2.microsoft.com
8.
As instrumented artifacts are running, code coverage information is gathered for them.
当运行已检测的项目时,将为它们收集代码覆盖率信息。
msdn2.microsoft.com
9.
EXCLUDE option is supported with code coverage.
代码覆盖率支持EXCLUDE选项。
msdn2.microsoft.com
10.
One metric that comes to mind here is the code-coverage percentage of the unit tests.
在这儿脑子里形成的度量是单元测试的编码覆盖率。
www.ibm.com
1.
Change the settings for this area of code coverage.
更改此代码覆盖率区域的设置。
msdn2.microsoft.com
2.
He did that with serene confidence because the project had comprehensive code coverage.
他在进行重构时信心满满,因为项目拥有广泛的代码覆盖率。
www.ibm.com
3.
You can measure code coverage in several ways: by assessing line or statement coverage, condition coverage, branch coverage, and so on.
您可以通过许多方法来测量代码覆盖率:通过评估代码行或语句的覆盖面、条件覆盖面、分支覆盖面等等。
www.ibm.com
4.
Do the metrics for code coverage, code churn, or test progress indicate a problem with the code or testing?
程式码涵盖范围、程式码变换或测试进度的度量是否表示程式码或测试有问题?
technet.microsoft.com
5.
High code coverage cannot ensure high quality.
高代码覆盖率与高质量之间没有必然联系。
www.infoq.com
6.
When you are running tests on a remote computer, you cannot gather code coverage information nor can you run tests under the debugger, .
在远程计算机上运行测试时,无法在调试器中收集代码覆盖率信息,也无法在其中运行测试。
msdn2.microsoft.com
7.
Also, you can now obtain code coverage data when you run tests; for more information, see How to: Obtain Code Coverage Data.
此外,您还可以在运行测试时获取代码覆盖率数据;有关更多信息,请参见Howto:ObtainCodeCoverageData。
msdn2.microsoft.com
8.
You should, however, view code coverage reports with careful conjecture.
然而,您应该仔细地阅读代码覆盖报告。
www.ibm.com
9.
To change the colors in which lines of code are highlighted, see Changing the Display of Code Coverage Data.
若要更改突出显示的代码行的颜色,请参见ChangingtheDisplayofCodeCoverageData。
msdn2.microsoft.com
10.
illustrationMost testers and software developers already know that it's a good idea to measure the code coverage of their tests.
illustration大多数的软件开发员和测试员已经知道,测量测试的代码覆盖率,是一个不错的注意。
www.ibm.com
1.
Displays the output of code coverage results.
显示代码覆盖率结果的输出。
msdn2.microsoft.com
2.
The resulting data is displayed in the Code Coverage Results window and in your source code files.
产生的资料会显示在[程式码涵盖范围结果]视窗和您的原始程式码档中。
technet.microsoft.com
3.
The selected sets of code coverage results merge.
将合并所选的代码覆盖率结果集。
technet.microsoft.com
4.
Previously, the addin used NCover for calculating code coverage (this is a metric you gain by writing unit tests).
之前,插件使用了NCover来计算代码覆盖率(这是通过编写单元测试可以获得的度量值)。
www.infoq.com
5.
By default, code coverage is measured when you run unit tests.
默认情况下,在运行单元测试时测量代码覆盖率。
msdn2.microsoft.com
6.
An example would be if two users start test runs and also request code coverage data from the same assembly at the same time.
例如,有两个使用者启动测试回合,也在同一时间从同一个组件要求程式码涵盖范围资料。
technet.microsoft.com
7.
You can import a. Coverage file, by using the Import button on the Code Coverage Results window toolbar.
可以使用“代码覆盖率结果”窗口工具栏上的“导入”按钮导入.coverage文件。
msdn2.microsoft.com
8.
You can also change the colors used to show code coverage .
您还可以更改用于显示代码覆盖率的颜色。
www.bing.com
9.
The Code Coverage Results window opens.
随即打开“代码覆盖率结果”窗口。
msdn2.microsoft.com
10.
code coverage results window opens . in the.
将打开“代码覆盖率结果”窗口。
www.ichacha.net
1.
This walkthrough illustrates how to view code coverage data, which shows the proportion of your project's code that is being tested.
此演练说明如何查看代码覆盖率数据,这些数据显示正在测试的项目代码占所有代码的比例。
msdn2.microsoft.com
2.
For more information, see the section "Changing the Display of Code Coverage Data" in How to: Obtain Code Coverage Data.
有关更多信息,请参见如何:获取代码覆盖率数据中的“更改代码覆盖率数据的显示”部分。
msdn2.microsoft.com
3.
The fastest gains in code coverage come by starting your tests at the highest level.
在最高层次上开始测试能够以最快速度获得代码覆盖率。
www.ibm.com
4.
You can change certain aspects of the way code coverage data is gathered and displayed.
您可以更改收集和显示代码覆盖率数据的方式的某些方面。
msdn2.microsoft.com
5.
For more information, see the "Re-Signing Assemblies" procedure in the topic How to: Obtain Code Coverage Data.
有关更多信息,请参见如何:获取代码覆盖率数据主题中的“重新签名程序集”过程。
msdn2.microsoft.com
6.
If you have 100 percent code coverage on your project, you can refactor your code with impunity.
如果您的项目的代码覆盖率达到了100%,那么可以安全地重构代码。
www.ibm.com
7.
I have my students in the object-oriented and design class use the Coverlipse plug-in to measure the code coverage of their tests.
我让我的学生们在面向对象的设计类中使用Coverlipse插件程序来检测他们的测试的代码覆盖率。
www.ibm.com
8.
The following sections describe aspects of working with code coverage data.
以下各节阐述了使用代码覆盖率数据的各个方面。
msdn2.microsoft.com
9.
Code coverage tools give you one way to measure test completeness.
代码覆盖工具为您提供了一种度量测试完整性的方法。
www.ibm.com
10.
Unlike a traditional code coverage tool such as Clover, Jester doesn't watch which lines of code have been executed.
与Clover这类传统的代码覆盖工具不同,Jester不去查看报告了哪行代码。
www.ibm.com
1.
This topic describes how to merge code coverage data and view that merged data.
本主题描述如何合并代码覆盖率数据以及查看合并的数据。
technet.microsoft.com
2.
So how does code coverage relate to classworking?
那么,代码覆盖与classworking有什么关系呢?
www.ibm.com
3.
Under Display items, select the area of code coverage whose display color you want to change.
在“显示项”下,选择要更改其显示颜色的代码覆盖率区域。
msdn2.microsoft.com
4.
Data that is presented statistically is displayed in the Code Coverage Results window.
以统计方式呈现的数据显示在“代码覆盖率结果”窗口中。
msdn2.microsoft.com
5.
Testers agree that an acceptable level of code coverage is around 80 percent.
测试人员赞同,大约80%的代码覆盖率是可以接受的水平。
www.ibm.com
6.
Illustrated in Figure 6, these views provide details on classes, instances, packages, code coverage, and so on.
如图6所示,这些视图提供了关于类,实例,包以及代码区域等等的详细信息。
www-128.ibm.com
7.
While the tests are running, code coverage data is gathered.
在运行测试时,收集代码覆盖率信息。
msdn2.microsoft.com
8.
You can also work with code coverage data in other ways, such as by saving merged data to disk and re-importing it to view it later.
您还可以通过其他方式使用代码覆盖率数据,例如将合并的数据保存到磁盘中并将其重新导入以便以后查看。
technet.microsoft.com
9.
The code coverage report indicates 100 percent coverage; however, we know this is misleading.
代码覆盖率报告指示100%的覆盖率,但我们知道这是一个误导。
www.ibm.com
10.
The result is that code coverage declines over the life of the product.
结果就是代码覆盖率降低了产品的生命。
www.ibm.com
1.
You can also merge multiple sets of code-coverage data, as described in How to: Merge Code Coverage Data.
还可以合并多组代码覆盖率数据,如Howto:MergeCodeCoverageData中所述。
msdn2.microsoft.com
2.
You can run any of the tests listed in this article with most code coverage tools (for example, Cobertura or EclEmma).
您可以用大多数代码覆盖工具(例如,Cobertura或EclEmma)来运行本文中列出的任何一个测试。
www.ibm.com
3.
For example, your team might need to improve code coverage by the unit tests or reduce the build time on the continuous integration server.
例如,您的团队可能需要通过单元测试改进代码覆盖率,或缩短持续集成服务器上的生成时间。
technet.microsoft.com
4.
You can also generate a trace through external tools such as profilers and code-coverage tools.
您还可以通过各种外部工具来生成跟踪,比如探查器和代码覆盖工具。
www.ibm.com
5.
For most test types, you can also obtain more in-depth results, such as code-coverage data.
对于大多数测试类型,还可以获得更加深入的结果,例如代码覆盖率数据。
msdn2.microsoft.com
6.
These are binary files that have been instrumented, for example, to enable code coverage.
这是经过检测的二进制文件,例如,用于启用代码覆盖率。
technet.microsoft.com
7.
There are some issues, however, when it comes to running RMock tests with code coverage inside Eclipse (see Table 1).
但是,用Eclipse内的代码覆盖工具运行RMock测试时会带来一些问题(参见表1)。
www.ibm.com
8.
On the other hand, they achieve more code coverage than unit tests do because of their wide reach.
另一方面,由于其宽广的范围,它们实现了比单元测试更广的代码覆盖率。
www.ibm.com
9.
Of the code coverage tools available to Java developers, I tend to stick with Cobertura because I like its friendly reports.
对于Java开发人员可用的代码覆盖工具中,我比较喜欢用Cobertura,因为它的报告很友好。
www.ibm.com
10.
Allows you to easily debug or run code coverage on any target tests
可以轻松对任何目标测试进行调试或执行代码覆盖率测试
www.infoq.com
1.
Discuss the advantages and disadvantages of the code coverage measurement
讨论代码覆盖方法的优缺点
91px.com
2.
Analyze the code coverage results and use structural test techniques to design tests to improve code coverage
分析代码覆盖的结果,并利用结构化测试技术来设计测试案例以提高代码覆盖率
91px.com
3.
Code-coverage results can also be obtained when unit tests are run; for more information, see
运行单元测试时还可以获得代码覆盖率结果;有关更多信息,请参见
msdn2.microsoft.com
4.
Currently, two open source tools can help in code coverage analysis of the Linux kernel
当前,有两个开放源代码工具可以帮助进行Linux内核的代码覆盖率分析
www-128.ibm.com
5.
Code-coverage information is also a form of test result, but you must configure test runs to obtain it; see
代码覆盖率信息也是一种测试结果,但是要获取该信息就必须对测试运行进行配置;请参见
msdn2.microsoft.com
6.
Application of Code Coverage Analysis Tool in Embedded Software Test
代码覆盖分析工具在嵌入式软件测试中的应用
ilib.com.cn
7.
Using a Manual Test to Obtain Code Coverage Information
使用手动测试获取代码覆盖率信息
msdn2.microsoft.com
8.
Monitoring what code got executed to measure code coverage
监测什么代码执行测量代码覆盖范围的工作
www.ibm.com
9.
Code coverage technology and application with DD-path
基于DD-路径的代码覆盖技术及应用
www.ilib.cn
10.
PureCoverage for source code coverage analysis
源代码覆盖分析的PureCoverage
www.ibm.com
1.
TN_1214: Gathering Code Coverage Information from the Command Line
TN_1214:通过命令行收集代码覆盖率信息
msdn2.microsoft.com
2.
After the test run has completed, you can view code coverage data;
完成测试回合之后,您可以检视程式码涵盖范围资料。
technet.microsoft.com
3.
Instrument a project for code coverage
对一个项目进行代码覆盖
91px.com
4.
Problem has been found for which no test exists: code coverage
发现的问题没有被测试过:代码覆盖率问题
www.ibm.com
5.
Next, I run a code coverage tool, such as Cobertura, and get the report shown in Figure 1
接下来,我将运行一个代码覆盖率工具,比如Cobertura,并将获得如图1中所示的报告
www.ibm.com
6.
Display of Code Coverage Data
代码覆盖率数据的显示
msdn2.microsoft.com
7.
When you start a remote test run or a run with code coverage under the debugger
在调试器中启动远程测试运行或启动代码覆盖率测试运行时
msdn2.microsoft.com
8.
How to: Gather Code-Coverage Data with Generic Tests
如何:通过一般测试收集代码覆盖率数据
msdn2.microsoft.com
9.
TN_1203: Code Coverage basics from the IDE
TN_1203:IDE中的代码覆盖率基本知识
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2026/5/12 6:24:05