会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
2018年3月26日
软件测试-homework3
摘要: printPrime()代码: a)control flow graph b)first condition: if test case (n = 5) finds the error first, if should execute the error code first. So if in n
阅读全文
posted @ 2018-03-26 17:58 珂游歆
阅读(223)
评论(0)
推荐(0)
2018年3月25日
软件测试第一次实验
摘要: Junit(4.12), Hamcrest(1.3) 本次实验使用的IDE为eclipse。 步骤一、项目里导入jar包Junit(4.12)和Hamcrest(1.3) “项目”->“属性”->“Java构建路径”->“添加库”->“用户库”->“新建”->填写用户库名称,点击“OK”->“添加外
阅读全文
posted @ 2018-03-25 23:00 珂游歆
阅读(296)
评论(0)
推荐(0)
2018年3月13日
软件测试-chapter2-homework2
摘要: 程序一 1、the fault:for循环中i>0应改为i>=0 for (int i=x.length-1; i >= 0; i--) 2、 (Reachability可达性,是fault可被观测到的三个条件之一,指的是故障代码被执行到) 所有输入(包括输入为null)都会执行fault。 3、只
阅读全文
posted @ 2018-03-13 18:27 珂游歆
阅读(186)
评论(0)
推荐(0)
2018年3月12日
openGL-计算机图形大作业中出现的几个错误及解决
摘要: 错误一 错误现象:按动相应按键i和o无法在x轴和y轴移动camera,但按相应按键p可以在z轴移动camera。 错误原因:为了移动camera,设置了三个全局变量x、y、z,用于gluLookAt(x, y, z, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0)的参数。但void my
阅读全文
posted @ 2018-03-12 10:59 珂游歆
阅读(1351)
评论(0)
推荐(0)
珂游歆
公告
导航
博客园
首页
新随笔
联系
订阅
管理