软件测试第二次作业
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]
浙公网安备 33010602011771号