- Functional Testing: A program can be considered as a function that has inputs as a domain and outputs as a range.
功能测试: 一个程序可以被看作是一个函数,它的输入是一个域,输出是一个范围。
-
Boundary Value Testing 边界值测试
- Boundary Value Analysis 边界值分析
- Robustness Testing 稳健性测试
- Worst-Case Testing 最坏情况下的测试
- *Special Value Testing 特殊值测试
- *Random Testing 随机测试
-
Boundary Value Analysis
- The input variable values are used at their min, min+, nom, max-,max 输入变量的值在其最小值、最小+、正常值、最大-、最大时使用。
Text case generation: 文本案例的生成:
标签:Testing,rules,Equivalence,Value,equivalence,测试,规则,软件测试 From: https://www.cnblogs.com/chen1chen/p/17103755.html
For all i 对于所有i
Values of all but one variable