2017年3月14日

Software Testing Homework03:

摘要: 1.回答书上63-64页printPrimes()问题a-d: a:本题控制流图如下图1所示 为查看方便,利用图2进行答题 图1 图2 b: 我们注意到代码第十行有int [] primes = new int [MAXPRIMES] 若在程序中设置MAXPRIMES = 4,那么当运行t1时不会出 阅读全文

posted @ 2017-03-14 09:54 HuMeng96 阅读(108) 评论(0) 推荐(0) 编辑

2017年3月12日

Software Tset Lab1

摘要: 一、实验要求 1.使用Eclipse安装Junit(4.12),Hamcrest(1.3) 2.使用Eclipse安装Eclemma 3.为三角形问题编写一个Java程序,并用Junit测试程序。 a)三角问题的描述: 函数三角形取三个整数a,b,c,它们是三角形边的长度; 计算三角形是等边,等腰或 阅读全文

posted @ 2017-03-12 11:01 HuMeng96 阅读(70) 评论(0) 推荐(0) 编辑

2017年2月28日

Software Test HOMEWORK02:

摘要: Software Test HOMEWORK02: The first test case: 1. Identify the fault: As we can see, there is a fault marked in the red circle on the figure above. Be 阅读全文

posted @ 2017-02-28 09:17 HuMeng96 阅读(172) 评论(0) 推荐(0) 编辑

2017年2月26日

Software Test HOMEWORK01:

摘要: Software Test HOMEWORK01: In the previous operating system project, we need to enlarge the xv6 file distribution system. In this allocation, it will i 阅读全文

posted @ 2017-02-26 17:00 HuMeng96 阅读(222) 评论(0) 推荐(0) 编辑

Software Project Managemen(SPM) HOMEWORK01:

摘要: Software Project Management HOMEWORK01: Web development: the development of a realization of TodoList that user can register, log in and delete, also 阅读全文

posted @ 2017-02-26 16:30 HuMeng96 阅读(123) 评论(0) 推荐(0) 编辑

导航