2017年3月13日

软件测试作业三-printPrimes()

摘要: a)控制流图: b)令MAXPRIMES=50 c)测试用例r=(n=1) d)节点覆盖 TR={1,2,3,4,5,6,7,8,9,10,11,12,13} 边覆盖 TR={(1,2),(2,3),(2,4),(3,5),(4,11),(5,6),(6,7),(6,8),(7,9),(7,10), 阅读全文

posted @ 2017-03-13 23:15 xzbwx 阅读(168) 评论(0) 推荐(0)

2017年3月12日

Software Testing, Lab 1 Juint-and-Eclemma

摘要: Tasks: a) Description of triangle problem: Function triangle takes three integers a,b,c which are length of triangle sides; calculates whether the tri 阅读全文

posted @ 2017-03-12 14:24 xzbwx 阅读(270) 评论(0) 推荐(0)

2017年3月1日

软件测试:fault,error,failure

摘要: 软件测试:fault,error,failure fault:代码错误 error:内部状态错误 failure:外部结果错误 1.Identify the fault i>0错了,应该遍历整个数组,改为i>=0 2. identify a test case that does not execu 阅读全文

posted @ 2017-03-01 23:45 xzbwx 阅读(370) 评论(0) 推荐(0)

2017年2月27日

ie8浏览器的兼容性问题及解决(jquery,bootstrap)

摘要: 1.ie8浏览器报错’$’未定义: 解决:浏览器开发者工具显示’$’未定义,导致javascript不能运行 '$'是jquery的标志,查看jquery的版本号以及它支持的浏览器,发现ie8不支持jquery3.?以上的版本, 报错证明你使用的jquery版本过高,在ie8可以使用jquery-1 阅读全文

posted @ 2017-02-27 11:33 xzbwx 阅读(1940) 评论(0) 推荐(0)

导航