程序测试 meaning in English
procedural testing
program checkout
program test execution
program testing
sequence test
Examples
- The operation of a functional unit and comparison of its achieved result with the defined result to establish acceptability . example : a device test or a program test
使功能部件进行工作并将其达到的结果与规定结果作比较,以确定其可接受性。例如设备测试或程序测试。 - The odbc . net data provider is intended to work with all compliant odbc drivers but only the following drivers have been tested with the odbc . net data provider
Odbc . net数据提供程序专门适用于所有符合odbc标准的驱动程序,但是只有以下驱动程序是经过odbc . net数据提供程序测试的: - On your dll . to test the debugger with the new add - in , first stop debugging any program you were debugging when you installed the new dll , and then start a new debugger session
若要使用新外接程序测试调试器,请首先停止调试在安装新dll时正在调试的所有程序,然后启动新的调试器会话。 - Based on it , we present an incrementally reduces test suit algorithm . the experiments proved that the method can obviously decrease the size of test suite and improve test efficiency
通过实验表明,该方法在保证覆盖率和精度的情况下,能明显地减少测试用例库的大小,提高程序测试的效率。 - I d like to make my client tests remain as they are , so i add a default delta , remove the right triangle test return statement , and add the code shown in code sample 10 to
我想让客户程序测试保持原样,因此添加了默认的delta ,删掉了直角三角形测试的返回语句,并加入了代码示例10中所示的代码到