您的位置:软件测试 > 开源软件测试 > 开源功能测试工具 > Selenium
selenium RC 环境配置
作者:网络转载 发布时间:[ 2013/4/3 14:31:14 ] 推荐标签:

.....selenium-remote-control-1.0.3selenium-server-1.0.3

下面把我们录制的脚本导出并放置到入出。

将代码出为junit 4 类型的代码,我这里保存为test.java 并复制到我的项目中。

Src文件夹下的com.test包中:

代码内容如下:

package com.test;

import com.thoughtworks.selenium.*;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import java.util.regex.Pattern;

public class test extends SeleneseTestCase {
    @Before
    public void setUp() throws Exception {
        selenium = new DefaultSelenium("localhost", 4444, "*chrome", "http://www.baidu.com/");
//这里如果运行不了,修改浏览器为 *firefox  或  *iexplore
        selenium.start();
    }

上一页1234下一页
软件测试工具 | 联系我们 | 投诉建议 | 诚聘英才 | 申请使用列表 | 网站地图
沪ICP备07036474 2003-2017 版权所有 上海泽众软件科技有限公司 Shanghai ZeZhong Software Co.,Ltd