摘要: java / Created by tjliqy on 2018/3/22 / public class Triangle { //TriangleType public static final int EQUILATERAL = 1; public static final int ISOSCE 阅读全文
posted @ 2018-03-26 20:29 KiweeLi 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 软件测试作业——Junit使用 [TOC] 题目要求 1. Install Junit(4.12),Hamcrest(1.3) with Eclipse 2. Install Eclemma with Eclipse 3. Write a javaprogram for the triangle p 阅读全文
posted @ 2018-03-25 21:18 KiweeLi 阅读(205) 评论(0) 推荐(0) 编辑
摘要: Identify the fault. for循环中 修改为 If possible, identify a test case that does not execute the fault. (Reachability) If possible, identify a test case tha 阅读全文
posted @ 2018-03-14 22:49 KiweeLi 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 错误描述 项目名:天津市河东区地方税务局触摸屏系统 错误表现:在触摸屏机上,双指向上拖动可以直接进入二级菜单。 错误原因 编写的触摸屏系统是采用的前端html页面进行展示。在编写的时候,因为触摸屏分辨率固定为1960x1080。故在设计时决定,将二级菜单按照顺序放在首页的下方(首页的高度为1080) 阅读全文
posted @ 2018-03-12 19:37 KiweeLi 阅读(123) 评论(0) 推荐(0) 编辑