• 软件测试技术
  • 软件测试博客
  • 软件测试视频
  • 开源软件测试技术
  • 软件测试论坛
  • 软件测试沙龙
  • 软件测试资料下载
  • 软件测试杂志
  • 软件测试人才招聘
    暂时没有公告

字号: | 推荐给好友 上一篇 | 下一篇

[FAQ]如何安装JUnit?

发布: 2009-9-23 11:14 | 作者: 不详 | 来源: 领测软件测试网 | 查看: 412次 | 进入软件测试论坛讨论

领测软件测试网

[FAQ]如何安装JUnit?  软件测试工具

First, download the latest version of JUnit, referred to below as junit.zip.

Then install JUnit on your platform of choice:

1.Windows

To install JUnit on Windows, follow these steps:

Unzip the junit.zip distribution file to a directory referred to as %JUNIT_HOME%.

Add JUnit to the classpath:
set CLASSPATH=%CLASSPATH%;%JUNIT_HOME%\junit.jar

2.Unix (bash)

To install JUnit on Unix, follow these steps:

Unzip the junit.zip distribution file to a directory referred to as $JUNIT_HOME.

Add JUnit to the classpath:

export CLASSPATH=$CLASSPATH:$JUNIT_HOME/junit.jar

(Optional) Unzip the $JUNIT_HOME/src.jar file.

Test the installation by using either the textual or graphical test runner to run the sample tests distributed with JUnit.

Note: The sample tests are not contained in the junit.jar, but in the installation directory directly. Therefore, make sure that the JUnit installation directory is in the CLASSPATH.

For the textual TestRunner, type:

java junit.textui.TestRunner junit.samples.AllTests
For the graphical TestRunner, type:

java junit.swingui.TestRunner junit.samples.AllTests
All the tests should pass with an "OK" (textual) or a green bar (graphical).

If the tests don't pass, verify that junit.jar is in the CLASSPATH.

Finally, read the documentation.

Fp:

Junit安装步骤分解

01:首先将 Junit压缩包解压到一个物理目录中(例如C:\Junit3.8.1)

02:记录Junit.jar文件所在目录名(例如 C:\Junit3.8.1\Junit.jar)

03:进入操作系统(以Windows2000操作系统为准),按照次序点击“开始 -> 设置 -> 控制面板”

04:在控制面板选项中选择“系统”,点击“环境变量”,在“系统变量”的“变量”列表框中选择“CLASS_PATH”关键字(不区分大小写),如果该关键字不存在则添加

05:双击“CLASS_PATH” 关键字添加字符串“C:\Junit3.8.1\Junit.jar”(注意,如果已经有别的字符串请在该字符串的字符结尾加上分号“;”),这样确定修改后Junit就可以在集成环境中应用了

Junit的卸载步骤如

01:首先将 Junit压缩包删除。

02:进入操作系统(以Windows2000操作系统为准),按照次序点击“开始 -> 设置 -> 控制面板”。

03:在控制面板选项中选择“系统”,点击“环境变量”,在“系统变量”的“变量”列表框中选择“CLASS_PATH”关键字(不区分大小写)。

延伸阅读

文章来源于领测软件测试网 https://www.ltesting.net/

TAG: faq FAQ junit Junit JUnit JUNIT


关于领测软件测试网 | 领测软件测试网合作伙伴 | 广告服务 | 投稿指南 | 联系我们 | 网站地图 | 友情链接
版权所有(C) 2003-2010 TestAge(领测软件测试网)|领测国际科技(北京)有限公司|软件测试工程师培训网 All Rights Reserved
北京市海淀区中关村南大街9号北京理工科技大厦1402室 京ICP备10010545号-5
技术支持和业务联系:info@testage.com.cn 电话:010-51297073

软件测试 | 领测国际ISTQBISTQB官网TMMiTMMi认证国际软件测试工程师认证领测软件测试网