摘要: 1.画出流程图: 2.当n=4时,t2会越界而t1不会 3.当n=1的时候,会直接跳过while循环体 4. 点覆盖:{1,2,3,4,5,6,7,8,9,10,11} 边覆盖:{(1,2), (2,3), (2,9), (3,4), (4,7), (4,5), (5,6), (5,4), (6,4 阅读全文
posted @ 2018-03-26 21:48 ANJINA 阅读(85) 评论(0) 推荐(0)
摘要: Tasks: 1.Install Junit(4.12), Hamcrest(1.3) with Eclipse 2.Install Eclemma with Eclipse 3.Write a java program for the triangle problem and test the p 阅读全文
posted @ 2018-03-22 12:52 ANJINA 阅读(128) 评论(0) 推荐(0)
摘要: ——软件测试中的fault、error、failure示例 如上面两个小程序中,分析下列问题:  1、Identify the fault. 2、 If possible, identify a test case that does not execute the fault. (Reacha 阅读全文
posted @ 2018-03-12 20:20 ANJINA 阅读(120) 评论(1) 推荐(0)
摘要: ——记录一次项目error 前端开发的时候设计响应式网页时没有正确做好布局(如宽度没有采用百分比形式,或者没有采用合理的布局框架)会导致网页在不同设备或者不同屏幕尺寸下的显示不一致,在有的尺寸下显示甚至不合理,例如在电脑上全屏可以正确显示,符合预期,一旦尺寸被压缩就不能正确显示,字体过小或者某个地方 阅读全文
posted @ 2018-03-12 20:15 ANJINA 阅读(77) 评论(0) 推荐(0)