功能测试

使用Springboot的测试方法组件,测试系统一些基本功能:

测试网站是否能打开:

测试查询管理员账号功能:

 

会员服务类接口测试:

 

商品服务类接口测试:

 

销售服务类接口测试:

 

所有样例测试通过

系统基本软件度量数据

 

1. LOC(Line Of Code)

LOC:3292
CLOC (注释行数):683
BLOC(空白行数):715

2. Function Point = UFC * VAF

Factor

count

Weight
simple Common Complex

Note

Input

12

9.1%

 

Output

18

13.6%

 

Transaction

10

7.6%

 

Domain    model

6

4.5%

 

Query

3

2.3%

 

file

63

47.7%

 

Interface

20

15.2%

 

 

项目地址:www.siriyang.cn

原文地址:https://www.cnblogs.com/phs007/p/11048676.html