软件测试实验一

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 program with Junit.

Description of triangle problem:

Function triangle takes three integers a,b,c which are length of triangle sides; calculates whether the triangle is equilateral, isosceles, or scalene.

1、新建项目Junittest,单击 项目 --属性--Java构建路径--库--添加外部JAR(X),选择junit-4.11.jar和hamcrest-all-1.3.jar,点击确定,即可完成添加

2、添加EclEmma:点击 帮助-Eclipse Marketplace,查找EclEmma,在”EclEmma Java Code Coverage” 中选择安装即可

3、创建Triangle类用来判断三角形的类型,再创建TestTriangle测试类用来测试

运行程序,结果如下:

4、代码上传至GitHub,地址为:https://github.com/LXC017/softwareTest ,上传之后结果为:

 

posted @ 2017-03-10 17:13  刘晓超017  阅读(201)  评论(0编辑  收藏  举报