搜索资源列表
-
0下载:
集成测试的目的是确保各单元组合在一起后能够按既定意图协作运行,并确保增量的行为正 确。它所测试的内容包括单元间的接口以及集成后的功能。使用黑盒测试方法测试集成的功 能。并且对以前的集成进行回归测试。-integration testing is designed to ensure that the modules can be combined according to the established after intention collaboration operations, and
-
-
0下载:
JUnit是由 Erich Gamma 和 Kent Beck 编写的一个回归测试框架(regression testing framework)。如何快速使用junit-JUnit by Erich Gamma and Kent Beck prepared a regression testing framework (regression testing framework). How to quickly use the junit
-
-
0下载:
a Java/JNI library which allows Microsoft Internet Explorer to be controlled from Java. The primary purpose of this library is to allow automated regression testing of web applications using a framework like JUnit.
-
-
0下载:
JUnit是由Erich Gamma和Kent Beck编写的一个回归测试框架(regression testing framework)。Junit测试是程序员测试,即所谓白盒测试,因为程序员知道被测试的软件如何(How)完成功能和完成什么样-junit java
-