STAF 全称Software Testing Automation Framework. 作为一个软件的自动 测试 框架,他以各种称之为服务作为各种功能. STAF是一个 开源 软件. 下面就STAF/STAX的安装配" name="description" />

STAF/STAX 安装配置

发表于:2008-09-22来源:作者:点击数: 标签:STAXSTAF
ant ; margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; "> STAF 全称Software Testing Automation Framework. 作为一个软件的自动 测试 框架,他以各种称之为服务作为各种功能. STAF是一个 开源 软件. 下面就STAF/STAX的安装配

ant; margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; ">STAF 全称Software Testing Automation Framework. 作为一个软件的自动测试框架,他以各种称之为服务作为各种功能. STAF是一个开源软件.

下面就STAF/STAX的安装配置作简要的介绍.

一, Windows下的安装

1.从STAF的官网上下载STAF和STAX的安装包, 注意他们都有windowslinux平台的安装包.
2.在windows平台上,双击STAF的安装包,按照提示进行安装即可.

3.在STAF的安装路径(D:\Programming\STAF)下创建一个services文件夹,将STAX的安装包介压到services文件夹下.

4.修改D:\Programming\STAF\bin中的STAF.cfg文件, 如下:


# Turn on tracing of internal errors and deprecated options
trace enable tracepoints "error deprecated"

# Enable TCP/IP connections
interface tcp library STAFTCP

# Set default local trust
trust machine local://local level 5

# Default Service Loader Service
serviceloader library STAFDSLS

SERVICE STAX LIBRARY JSTAF EXECUTE \
{STAF/Config/STAFRoot}/services/stax/STAX.jar OPTION J2=-Xmx384m
SERVICE EVENT LIBRARY JSTAF EXECUTE \
{STAF/Config/STAFRoot}/services/stax/STAFEvent.jar
SET MAXQUEUESIZE 10000

5.重新启动STAFProc,确认能正确启动

6.在CMD下键入下列命令来确认STAF/STAX已经安装正确:

staf local ping ping

staf local service list

staf local stax help

二, Linux下的安装

1.从STAF的官网上下载STAF和STAX的安装包, 注意他们都有windows和linux平台的安装包.

2. 先将安装包介压:

tar xzvf *^^*&.tgz

3. 介压后会出现一个STAF文件夹,进入该文件夹

./STAFInst

进行安装,默认会被安装到/usr/local/staf下.

原文转自:http://www.ltesting.net