软件测试第二次作业

3014218127 软件三班 马铖明

Case 1:
Fault: i>0
Not execute the fault : x = [], y=1
Executes the fault but not result in an error: x=[0,3,4], y=7
Result in an error but not a failure: x=[0,5,6], y=0

Case 2:
Fault: for(int i=0;i<x.length;i++)
Not execute the fault : x = [0]
Executes the fault but not result in an error: x=[0,3,4]
Result in an error but not a failure: x=[0,2,1]

 

 
 

posted on 2017-03-03 01:29  不睡懒觉  阅读(149)  评论(0编辑  收藏  举报

导航