工具会为测试下的程序生成声明复盖率统计数据(这就是说,执行程序中行的数量与百分比)。
The tooling generates statement coverage statistics for the application under test (that is, the number or percentage of lines in your application that have been executed).
现在cd到在步骤8 中所创建的可执行程序所在的目录,并运行一些测试(例如 /tmp/mpich-1.2.6/bin/mpicc -np4xhpl)。
Now cd to the directory with the executable you created in step 8 and run some tests (such as /tmp/mpich-1.2.6/bin/mpicc -np 4 xhpl).
虽然测试人员不构建一系列可执行程序,但是他们可以评估每个可执行程序如何表示一个从前一个而来的进展。
While testers do not construct a series of executables, they can evaluate how each executable represents a progression from the previous one.
在运行回归测试时,用预定义的 –log_level=test_suite选项运行可执行程序。
When running the regressions, run the executable with the predefined –log_level=test_suite option.
在测试的时候,必须决定如何执行程序,然后完成它们。
When testing, you must decide how to exercise the program, then do it.
部分现有的测试或可执行程序,必须有其他的档案才能执行。
Some existing tests or executable programs require additional files when they run.
一般测试不仅能够呼叫您电脑上的可执行程序,还会使用您的认证来这么做。
Not only can a generic test call an executable program on your computer, it USES your credentials as it does so.
软件测试是为了发现错误而执行程序的过程,它始终是软件开发中的重要组成部分之一,也是保证软件产品质量的重要手段之一。
Software test aims at discovering errors and has always been an important part of software development as well as one of the major means to ensure the quality of software products.
如果在要合并结果的测试之间,您重新编译了实际执行程序码,有时候合并结果会失败。
Merging results will sometimes fail if you have recompiled your production code between the tests whose results you want to merge.
例如,您可设定以此电脑上组建代理程序为目标的组建定义,让这些定义清除工作区、执行所有测试并执行程序码分析。
For example, you could set up the build definitions that target the build agents on this machine so that the definitions clean the workspace, perform all tests, and run code analysis.
如果您在测试之间变更实际执行程序码,便无法合并原始程序码测试结果和变更过的程序码测试结果。
If you change your production code between tests, you cannot merge results from testing the original code with results from testing the changed code.
如果您在测试之间变更实际执行程序码,便无法合并原始程序码测试结果和变更过的程序码测试结果。
If you change your production code between tests, you cannot merge results from testing the original code with results from testing the changed code.
应用推荐