黑盒测试:等价类划分法(弱健壮)

问题

构造下述三角形问题的弱健壮的等价类测试用例。

  • 三角形问题:输入三个不超过100的正整数作为三角形的三条边,判断三角形是等边三角形、等腰不等边三角形、完全不等边三角形还是不能构成三角形。

解答

有效等价类划分:

  • R1 = {<a, b, c>: the triangle with sides a, b, and c is equilateral}
  • R2 = {<a, b, c>: the triangle with sides a, b, and c is isosceles}
  • R3 = {<a, b, c>: the triangle with sides a, b, and c is scalene}
  • R4 = {<a, b, c>: sides a, b, and c do not form a triangle}
Test CaseabcExpected Output
WR1555Equilateral
WR2223Isosceles
WR3345Scalene
WR4412Not a triangle
WR5-155Value of a is out of range
WR65-15Value of b is out of range
WR755-1Value of c is out of range
WR810155Value of a is out of range
WR951015Value of b is out of range
WR1055101Value of c is out of range
WR115.155Value of a is not a integer
WR1255.15Value of b is not a integer
WR13555.1Value of c is not a integer
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值