搜索资源列表
equivl
- 这个源码是关于等价类划分的问题,程序已经通过运行并得到验收。-the source of equivalence classes of issues, procedures and has been running through acceptance.
class
- ′问题描述: 给定m个n维向量a , ?,a ,向量分类问题要求将相同的向量划分为同一类。试用 1 2 m 抽象数据类型表设计解向量分类问题的有效算法。 ′实验任务: 给定m个n维向量,计算这m个n维向量可分为多少个类。 ′数据输入: 由文件input.txt给出输入数据。第1行有2个正整数m和n,分别表示给定的向量个数和每 个向量的维数。接下来的m行中,每行有n个整数,表示相应的n维向量。 ′结果输出: 将计算出的向量的等价类数输出到文件o
软件测试实验报告
- 一、实验目的 1.掌握白盒测试、黑盒测试用例的设计。 2.熟悉使用Junit框架进行基于java语言的单元测试。 ? 二、实验要求: 1、使用白盒测试用例设计方法为下面的程序设计测试用例: 程序要求:10个铅球中有一个假球(比其他铅球的重量要轻),用天平三次称出假球。 程序设计思路:第一次使用天平分别称5个球,判断轻的一边有假球;拿出轻的5个球,取出其中4个第二次称,两边分别放2个球:如果两边同重,则剩下的球为假球;若两边不同重,拿出轻的两个球称第三次,轻的为假球。 2、使用等价
0706baidufruit
- 百度之星07年的一道水果分类问题,用等价类划分的算法实现了-Baidu Star in 2007 together with the fruit classification of equivalence classes with the division algorithm
softwaretest
- Javascr ipt实现三角形源代码进行等价类划分的测试-Javascr ipt source code to achieve a triangle equivalence class division of tests
22
- 测试用例设计方法介绍,软件测试技术总述,黑盒测试 等价类划分法: 边界值分析法: 错误推测法; 判定表驱动法 因果图法: 正交试验设计法 状态迁移图法 流程分析法-Design method for test case,Software Testing Overview
ruanjiangongcheng
- 一、黑盒测试策略与准则 二、边值分析 三、等价类划分 四、因果图 五、判定表驱动测试 六、正交实验设计法 -First, the black box testing strategies and guidelines for the second, third boundary value analysis, equivalence class by four or five causal diagram, determine the six table-driven t
test
- 黑盒测试(等价类划分+边界值分析+决策表方法)白盒测试(语句覆盖、分支覆盖、条件覆盖、分支/条件覆盖、条件组合覆盖及基本路径测试方法)分析三角形问题-Black box testing (equivalence class boundary value analysis+ by+ decision table method) white box (statement coverage, branch coverage, condition coverage, branch/condition c
black-box-test
- 关于黑盒测试的方法,包含等价类划分,判定表等-On black box testing methods, including equivalence class division, decision tables, etc.
ruanjiangongnengxingceshi
- 它包括功能性测试概述、功能分解、等价类划分、边界值分析、因果图法、其他测试法等内容。-It includes an overview of functional testing, functional decomposition, equivalence class partition, boundary value analysis, cause and effect diagram method, other test methods and so on.
Equivalence-class
- 等价类的划分问题:根据集合的等价关系划分类-Equivalence class partitioning problem: based on the collection of equivalence relations program classification
xin
- 等价类划分的方法,适合软件测试的人员观看,多谢大家指导。。。。。 -Equivalence partitioning method for software testing to watch, Thank you for guidance. . . . .
phznuff
- 百度之星07年的一道水果分类问题,用等价类划分的算法实现了()