软件测试,解答一下各位
int Sort(int iRecordNum,int iType)1 {
2 intx=0;
3 int y=0;
4 while(iRecordNum-->0)
5
If(iType==0) x=y+2;
8 else
9
If(iType==1)
10 x=y+10;
11 else
12 x=y+20;
13 }
14 Returnx}要求,使用逻辑覆盖法(5种覆盖程度)和基路径测试法(1、流程图2、复杂度3、路径4、用例)
等大神 什么问题? 按照要求写吧
页:
[1]