搜索资源列表
testeres
- J2EE Tester 测试器是一款用于测试发布于服务器端(如Weblogic, Websphere)的 EJB组件、Servlet以及 Beans的黑盒/白盒智能化测试工具。它的功能主要有以下三点: 1. 自动生成被测试类的覆盖度测试报告,生成相应的dmp文件。 2. 自动生成被测试类的出错报告,记录抛错的行数,出错类型,方法名称,时间以及该行的代码。 3. 按照需要在发生错误的行产生断点,让测试者查看此时各个变量的状态。 -J2EE Teste
AutoRunner_Sta_Setup
- 一款实用的白盒测试软件,拥有自动配套的,错误检测系统。-White-box testing a practical software
test
- 黑盒测试(等价类划分+边界值分析+决策表方法)白盒测试(语句覆盖、分支覆盖、条件覆盖、分支/条件覆盖、条件组合覆盖及基本路径测试方法)分析三角形问题-Black box testing (equivalence class boundary value analysis+ by+ decision table method) white box (statement coverage, branch coverage, condition coverage, branch/condition c
Triangle
- 三个值判断是否是三角形 (用在软件测试中的白盒测试和黑盒测试) -Three values to determine whether the triangle (white-box testing and black box testing in software testing)
Junit
- JUnit测试,掌握白盒测试、黑盒测试用例的设计。熟悉使用Junit框架进行基于java语言的单元测试。 -JUnit tests, master white box, black-box use case design. Familiar with Junit framework for unit testing based on java language.
Junit_work
- 通过实践,基本学会使用一款主流的软件测试工具,即JUnit; 掌握基于白盒测试和黑盒测试技术设计合理、高效的测试用例 -Through practice, learn how to use a basic mainstream software testing tools that JUnit grasp the white box and black box testing techniques based on rational design and efficient test
Junit-4.11
- JUnit是由Erich Gamma和Kent Beck编写的一个回归测试框架(regression testing framework)。Junit测试是程序员测试,即所谓白盒测试,因为程序员知道被测试的软件如何(How)完成功能和完成什么样-junit java