Just as you are never through developing an application that is being actively used, the same applies to the test library.
就像你从未通过开发一个应用程序正在积极使用,同样适用于测试库。
Next, create the association between the test module and the library that contains the data types to map and the data maps to test.
下一步,创建测试模块与包含有要映射的数据类型和要测试的数据映射的库之间的关联。
Finally, our test module will need access to the interface library of the module we are testing.
最后,测试模块需要访问我们正在测试的模块的接口库。
Overlapping or redundant paths are candidates for removal from the planned test case execution library.
覆盖的或者多余的路径是从计划测试用例执行库中清除的候选者。
As long as all the test cases pass, I add the new unit test class to my unit test automation library, which gets run on every build.
只要通过所有的测试用例,我就将向单元测试自动库添加新的单元测试类,在每次构建时运行。
It will also create a simple test page in the same library project so that you can easily test your component's rendering and behavior in action at run time.
它还将在相同的库项目中创建一个简单的测试页面。这样您就可以轻松地测试运行过程中您组件的表现和运行的行为。
What I would advise you would be to load it (the library itself, and the scripts with your tests) automatically in a development and test environments, removing them when in production.
我建议你在开发环境和测试环境中自动加载(测试库本身和测试脚本),在生产环境中则要删除。
After test artifacts have been documented in the regression library during the knowledge management phase, they are ready to be automated.
在知识管理阶段,当在回归库中编制了测试工件之后,就准备好将它们自动化。
Systems integration testers are able to complete the test case library by extracting information related to non-functional integration test cases.
系统集成测试人员能够通过提取与非功能集成测试用例相关的信息来完成测试用例的程序库。
I created a quick test structure to test my plug-in (no need for a unit testing library), which creates dozens of spans with various Numbers and the correct format right after the number.
我创建了一个快速测试结构来测试我的插件(不需要单元测试库),该结构创建了许多跨区,跨区中是一些数字,紧接数字后面的是该数字的正确格式。
In the case of third-party GUI components, the test suite helps you find out if new a version of the library has introduced any behavioral changes.
对于第三方GUI组件,测试套件有助于查明新版本的库是否引入了任何行为变化。
The test form is automatically launched when you hit F5 on a WCF Service Library project.
在WCF服务库(Service Library)项目中敲击f 5就可以自动运行测试表。
The easy way to test out your new library is to build and run one of the samples
测试新库的方便方法是编译并运行一个例子
To test your control library you must install the VSIX package, at which point you can start using the new control in your LightSwitch application.
为了测试你的控件库,必须安装这个VS IX包,此时你才能开始在LightSwich应用程序中使用新控件。
On running this test, the BOOST_CHECK macro fails despite the fact that you're using the SQRT function provided as part of the standard library.
运行这个测试时,尽管使用的是作为标准库一部分提供的sqrt函数,boost_check宏仍然会失败。
Then, you can use the XML to SQL wizard to unit test the XML document for validity before writing your code that will use the XMLToSQL run time library.
同时,您也可以在编写使用XMLToSQL运行时库的代码之前通过XMLToSQL向导进行XML文档的单元测试。
Next month we'll add some more interesting features to the Scitter library and start thinking about ways to make it more easy to test and use.
下个月,我将在scitter库中添加更多有趣的特性,并开始考虑如何简化它的测试和使用。
Jersey also provides a client library that helps you to communicate with the server as well as unit test the RESTful services.
Jersey还提供了一个客户端库,帮助您与服务器通讯并对RESTful服务进行单元测试。
The next section makes use of the core tag library to test if any cookies are set in the user's browser.
接下来这一段使用core标记库来测试在用户浏览器中是否设置了cookie。
Consider this example of a style of test writing called Behavior-Driven Development [BDD] using the Specs library (see the section called "Specs").
你可以把下面的例子看作使用specs库(参见“Specs”章节)来编写行为驱动开发[bdd]程序的风格。
Almost every component in the library has a unit test with this component.
库中的几乎每个组件都有一个使用该组件的单元测试。
In other words, the entire unit test library I create for an application becomes part of my build process.
换句话说,我为应用程序创建的整个单元测试库都成为构建流程的一部分。
It includes an extensive set of unit tests with the source code. Developers can modify the library and use the test to verify its functionality.
它包含了一套广泛的单元测试源代码,开发者可以修改函数库源代码并使用单元测试验证其功能。
On the other hand, if you know nothing of a package's coupling related to its test coverage, then ascertaining the time to replace a third-party library is, at best, a guess!
另一方面,如果您根本不了解与测试覆盖率相关的包耦合的知识,那么为替换第三方库确定的时间最多就是个猜测!
A runtime ActionScript library for collecting data in the application under test and writing it out.
一个运行时actionscript库,用于测试时收集应用中的数据并输出。
You will use this mechanism to update the Tomahawk tag library in your test project.
您将会使用这种机理,来升级测试项目中的Tomahawk标签库。
It would be nice to be able to test the two new public methods that were added to the Library session bean without the complications of database creation point in time.
能够测试在数据库没有及时建立的情况下添加到Library会话bean中的两个新的公共方法是非常好的。
You can use this tool to familiarize yourself with the Perl-compatible regular expression (PCRE) library and to debug or test regexps that you build with it.
可以使用此工具来熟悉兼容perl的正则表达式(Perl - compatibleregular expression,pcre)库和调试或测试使用其构建的regexp。
Perhaps you're writing a test suite for such a library and find writing the testing code a tedious task.
也许你正在为这些类库编写测试用例,但是发现这是一个让人烦躁的工作。
The generated test code is based on an extension to the JUnit framework, so if you already have a library of existing JUnit tests you can import and run them within the IRAD environment.
产生的代码是基于JUnit框架的一个扩展,所以如果你已经有了一个针对已有的JUnit测试的类库,你就可以在IRAD的环境中导入并运行它们。
应用推荐