博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
软件测试第二次作业
阅读量:4636 次
发布时间:2019-06-09

本文共 420 字,大约阅读时间需要 1 分钟。

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]

 

 
 

转载于:https://www.cnblogs.com/mcm2017/p/6493375.html

你可能感兴趣的文章
今天是我开通博客的第一天
查看>>
mysql基础操作
查看>>
【Netty】ChannelHandler和ChannelPipeline
查看>>
Spring Boot2.0+中,自定义配置类扩展springMVC的功能
查看>>
windows下部署免费ssl证书(letsencrypt)
查看>>
字符串处理示例--列车车次查询.sql
查看>>
Erlang 位串和二进制数据
查看>>
图片上传
查看>>
H5学习之旅-H5列表(8)
查看>>
华为机试题【10】-求数字基root
查看>>
ISLR—第二章 Statistical Learning
查看>>
软件与程序
查看>>
tiny4412u-boot烧写及根文件系统制作(不进入终端问题)
查看>>
谁说菜鸟不会数据分析--读书笔记
查看>>
nodejs里的module.exports和exports
查看>>
搭建wordpress开发环境
查看>>
CentOS 6.9下的Setup工具(用于管理服务/防火墙/网络配置/验证服务)
查看>>
Mac 10.12彻底关闭Dashboard
查看>>
mybatis大于小于等于
查看>>
mac下安装前端模板引擎Jinja2
查看>>