E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
seleniumRC
Use Python to Drive Selenium RC(转)
转自:http://www.cnblogs.com/oscarxie/archive/2008/07/20/1247004.html
SeleniumRC
支持多种编程语言驱动客户端浏览器,这里主要介绍使用
jiguanghoverli
·
2012-08-14 09:09
python
Selenium2的发布(RC与Webdriver的关系)
——曾经是Selenium1(又名
SeleniumRC
)的竞争对手。
SeleniumRC
在浏览器中运行JavaScript应用,而WebDriver通过原生浏览器支持或者浏览
dennis_zb2008
·
2012-08-10 15:00
WebDriver(Selenium2) 判断页面是否出现某个字段的方法(Java实现)
类似于
seleniumRC
中的isTextPresent 方法 用xpath匹配所有元素(//*[contains(.,'keyword')]),判断是否存在包含期望关键字的元素。
uniquepig
·
2012-06-12 17:00
java
selenium
automation
自动化测试
webdriver
Selenium用户指南 - 第六章 Selenium 1 (Selenium RC)[4]
SeleniumRC
支持这个。为确保HTTPS站点的真实,浏览器需要一个安全证书。否则,当浏览器使用HTTPS存取AUT
zbyufei
·
2012-05-28 16:00
浏览器
测试
服务器
selenium
firefox
mozilla
Selenium用户指南 - 第六章 Selenium 1 (Selenium RC)[1]
From:http://blog.csdn.net/planisnothing/article/details/7252951引言如同你在Selenium项目简史中读到的,
SeleniumRC
长期以来是主
zbyufei
·
2012-05-28 16:00
java
服务器
测试
ide
语言
selenium
selenium webdriver学习(十六)----------用selenium webdriver实现selenium RC中的类似的方法
最近想总结一下学习seleniumwebdriver的情况,于是就想用seleniumwebdriver里面的方法来实现
seleniumRC
中操作的一些方法。
xitong
·
2012-05-15 14:00
webdriver
selenium webdriver学习(十六)----------用selenium webdriver实现selenium RC中的类似的方法
最近想总结一下学习seleniumwebdriver的情况,于是就想用seleniumwebdriver里面的方法来实现
seleniumRC
中操作的一些方法。
gzh0222
·
2012-05-15 14:00
java
Cookies
测试
null
selenium
button
selenium 如何处理table
以前在
seleniumRC
里面有一个getTable方法,是得到一个单元格中的文本。其详细描述如下:Java代码 /** Gets the text from a cell of a table.
gzh0222
·
2012-05-15 14:00
java
html
String
File
table
selenium
selenium 如何处理table
以前在
seleniumRC
里面有一个getTable方法,是得到一个单元格中的文本。
xitong
·
2012-05-15 14:00
selenium
selenium webdriver学习(十六)----------用selenium webdriver实现selenium RC中的类似的方法
最近想总结一下学习seleniumwebdriver的情况,于是就想用seleniumwebdriver里面的方法来实现
seleniumRC
中操作的一些方法。
xitong
·
2012-05-15 06:00
webdriver
selenium 如何处理table
以前在
seleniumRC
里面有一个getTable方法,是得到一个单元格中的文本。
xitong
·
2012-05-15 06:00
selenium
Selenium脚本IE 运行工具
目前只能运行
seleniumRC
的脚本,对于webdriver的脚本,需要修改mode文件夹中的Selenium_Junit_Mode.java。
br1823
·
2012-04-28 10:00
ant
脚本
JUnit
ide
selenium
Selenium: Python客户端配置
1.首先在这里下载
SeleniumRC
,解压到C盘。
netcome
·
2012-03-25 22:00
selenium
Web自动化测试工具Selenium 1.0正式发布:Chrome支持+用户指南
在其新版本中,除了修正了若干Bug,最引人瞩目的就是
SeleniumRC
增加了对GoogleChrome浏览器的支持,同时Selenium官方网站上提供了完整的用户指南。
晨曦之光
·
2012-03-09 13:00
Selenium用户指南 - 第六章 Selenium 1 (Selenium RC)[1]
目录 上一页 下一页引言如同你在Selenium项目简史中读到的,
SeleniumRC
长期以来是主Selenium项目,在WebDriver/Selenium合并产生Selenium2.0,
planisnothing
·
2012-02-19 14:00
java
服务器
测试
ide
语言
selenium
适合selenium rc初学者的一个简单java测试案例
适合
seleniumrc
初学者的一个简单java测试案例刚学
seleniumrc
的同学们也许会被rc相对复杂的安装配置所吓到。不用怕!一步一步来,慢慢的你也会成为高手。
passionboyxie
·
2011-12-16 13:00
java
exception
String
测试
selenium
import
第一个Selenium RC测试案例
《Selenium简介》中讲过,
SeleniumRC
支持多种语言编写测试案例,如:C#,Python。
passionboyxie
·
2011-12-16 13:00
手把手教你selenium_搭建环境_软件安装
SeleniumRC
5. SeleniumClientDrivers6. JDK1.67. Eclipse8. JUNIT4 Selenium相关介质下载: 1.
Testingba
·
2011-11-18 21:00
java
eclipse
Firebug
JUnit
selenium
firefox
手把手教你selenium_搭建环境_软件下载
生成junit4的java代码后,导入eclipse的java工程中,启动
seleniumRC
,然后直接运行回放脚本。
Testingba
·
2011-11-18 20:00
eclipse
Firebug
JUnit
selenium
firefox
download
Selenium RC工作原理和测试案例
引自:http://blog.sina.com.cn/s/blog_44e5fca90100ghx5.html第一个
SeleniumRC
测试案例《Selenium简介》中讲过,
SeleniumRC
支持多种语言编写测试案例
libin0019
·
2011-10-26 15:00
selenium
Selenium RC工作原理和测试案例
引自:http://blog.sina.com.cn/s/blog_44e5fca90100ghx5.html第一个
SeleniumRC
测试案例《Selenium简介》中讲过,
SeleniumRC
支持多种语言编写测试案例
libin0019
·
2011-10-26 15:00
selenium
使用开源工具
SeleniumRC
进行功能测试
使用开源工具
SeleniumRC
进行功能测试什么是 Selenium?Selenium是ThoughtWorks专门为Web应用程序编写的一个验收测试工具。
qileilove
·
2011-10-21 15:00
Selenium测试环境搭建
1、首先到http://seleniumhq.org/download/ 下载
SeleniumRC
2.5.0和SeleniumClientDrivers2、启动
SeleniumRC
服务,假如你下载的selenium-server-standalone
yuxinlong2006
·
2011-09-06 16:00
eclipse
exception
JUnit
测试
selenium
import
Selenium Server
在《第一个
SeleniumRC
测试案例》中,我们以命令“java-jarselenium-server.jar”启动了SeleniumServer,其实在启动SeleniumServer时,我们还可以加上各种参数
zhuzhuhoye
·
2011-09-01 09:00
selenium
web自动化测试工具--Selenium RC的一些学习心得
SeleniumRC
1. 在http://seleniumhq.org/download/下载SeleniumServer2.
cfeibiao
·
2011-08-16 13:00
Selenium私房菜系列6 -- 深入了解Selenium RC工作原理(1)
前一篇已经比较详细讲述了如何使用
SeleniumRC
进行Web测试,但到底
SeleniumRC
是什么?或者它由哪几部分组成呢??
gzh0222
·
2011-08-03 09:00
Selenium私房菜系列6 -- 深入了解Selenium RC工作原理(1)
前一篇已经比较详细讲述了如何使用
SeleniumRC
进行Web测试,但到底
SeleniumRC
是什么?或者它由哪几部分组成呢??
xitong
·
2011-08-03 09:00
selenium
Selenium私房菜系列6 -- 深入了解Selenium RC工作原理(1)
前一篇已经比较详细讲述了如何使用
SeleniumRC
进行Web测试,但到底
SeleniumRC
是什么?或者它由哪几部分组成呢??
xitong
·
2011-08-03 09:00
selenium
Selenium学习-selenium RC简介
SeleniumRC
就是使用程式语言编写脚本,通过Selenium RC服务器作为代理服务器去访问应用从而达到 测试的目的.由于Selenium RC不再需要依附Firefox,所以其可以在 其它更多的浏览器上进行测试
xitong
·
2011-08-03 09:00
selenium
Selenium学习-selenium RC简介
SeleniumRC
就是使用程式语言编写脚本,通过Selenium RC服务器作为代理服务器去访问应用从而达到 测试的目的.由于Selenium RC不再需要依附Firefox,所以其可以在 其它更多的浏览器上进行测试
xitong
·
2011-08-03 09:00
selenium
Selenium学习-selenium RC简介
SeleniumRC
就是使用程式语言编写脚本,通过Selenium RC服务器作为代理服务器去访问应用从而达到 测试的目的.由于Selenium RC不再需要依附Firefox,所以其可以在 其它更多的浏览器上进行测试
yanghuidang
·
2011-08-03 09:00
selenium
Selenium学习-selenium RC简介
Selenium RC就是使用程式语言编写脚本,通过
SeleniumRC
服务器作为代理服务器去访问应用从而达到测试的目的.由于
SeleniumRC
不再需要依附Firefox,所以其可以在其它更多的浏览器上进行测试
gzh0222
·
2011-08-03 09:00
exception
JUnit
服务器
测试
脚本
selenium
几款开源web自动化测试工具
SELENIUM家族成员有:SELENIUM,
SELENIUMRC
,SEL
yonglailizhi
·
2011-08-03 02:00
java
web自动化
开源应用架构之Selenium WebDriver(中)
主要新功能是集成了WebDriver——曾经是Selenium1(又名
SeleniumRC
)的竞争对手。
崔康
·
2011-07-30 00:00
开源应用架构之Selenium WebDriver(中)
主要新功能是集成了WebDriver——曾经是Selenium1(又名
SeleniumRC
)的竞争对手。
崔康
·
2011-07-30 00:00
Selenium 2(又名Selenium WebDriver)发布
Selenium2的主要新功能是集成了WebDriver——曾经是Selenium1(又名
SeleniumRC
)的竞争对手。
Bienvenido David III
·
2011-07-25 00:00
Selenium 2(又名Selenium WebDriver)发布
Selenium2的主要新功能是集成了WebDriver——曾经是Selenium1(又名
SeleniumRC
)的竞争对手。
Bienvenido David III
·
2011-07-25 00:00
selenium学习笔记1_hello world
用SeleniumIDE在firefox中录制脚本,生成相应的代码,可以是java C# Ruby Python用
SeleniumRC
运行脚本,可以实现在不同的环境,不用的浏览器中进行自动化测试。
br1823
·
2011-06-29 20:00
java
JUnit
ITeye
ide
firefox
Selenium 简介
这个叫SeleniumIDEB.客户端,叫
seleniumRC
的东西,RC就是Rem
xx530713660
·
2011-05-16 11:00
开源测试工具/社区(Selenium /OpenQA.org)——今非昔比
开源测试工具Selenium或者说开源测试社区OpenQA.org已是今非昔比,两年多前,我曾经介绍过SeleniumIDE、SeleniumCore和
SeleniumRC
(强大的Web开源测试工具—Selenium
daniel_tu
·
2010-03-24 20:00
Web
应用服务器
单元测试
软件测试
Youtube
seleniumRC
学习过程二
二、
SeleniumRC
使用包括两部分,一是服务器,一是脚本。使用
seleniumRC
,这里用java,Eclipse来举例。(1)先去http://www.open
gypsyer
·
2009-09-16 17:19
职场
休闲
seleniumRC
seleniumRC
学习过程二
二、
SeleniumRC
使用包括两部分,一是服务器,一是脚本。使用
seleniumRC
,这里用java,Eclipse来举例。(1)先去http://www.open
gypsyer
·
2009-09-16 17:19
职场
休闲
seleniumRC
Selenium简介(三)--基于RC的简单应用
的简单应用 作者:洪流 阅读前推荐阅读:Selenium简介(一)--总体介绍Selenium简介(二)--基于CORE/IDE的简单应用 在“Selenium完全解读”这篇文章里,我们简要介绍了
SeleniumRC
iamqa
·
2009-08-04 21:00
认识Selenium ---selenium RC简介
SeleniumRC
就是使用程式语言编写脚本,通过
SeleniumRC
服务器作为代理服务器去访问应用从而达到测试的目的.由于
SeleniumRC
不再需要依附Firefox,所以其可以在其它更多的浏览器上进行测试
菜鸟飞不动-公众号 读书ReadBook
·
2009-06-05 16:00
学习测试
认识Selenium ---selenium RC简介
SeleniumRC
就是使用程式语言编写脚本,通过
SeleniumRC
服务器作为代理服务器去访问应用从而达到测试的目的.由于
SeleniumRC
不再需要依附Firefox,所以其可以在其它更多的浏览器上进行测试
dupeng0811
·
2009-06-05 16:00
浏览器
服务器
测试
脚本
语言
selenium
两个WEB自动化测试工具比较 WatiN & Selenium RC
两个WEB自动化测试工具比较WatiN&
SeleniumRC
ItemWatiNSeleniumRCExplorerSupportedKnownworkØ IE6andIE7KnownworkØ IE6andIE7Ø
test8848
·
2009-05-24 18:35
Web
selenium
自动化测试
休闲
Watin
开源测试工具/社区(Selenium /OpenQA.org)——今非昔比
开源测试工具Selenium或者说开源测试社区OpenQA.org已是今非昔比,两年多前,我曾经介绍过SeleniumIDE、SeleniumCore和
SeleniumRC
(强大的Web开源测试工具—Selenium
liyiye
·
2008-09-09 09:00
Web
应用服务器
软件测试
单元测试
Rails
开源测试工具/社区(Selenium /OpenQA.org)——今非昔比
开源测试工具Selenium或者说开源测试社区OpenQA.org已是今非昔比,两年多前,我曾经介绍过SeleniumIDE、SeleniumCore和
SeleniumRC
(强大的Web开源测试工具—Selenium
touchinsert
·
2008-09-08 21:00
Web
应用服务器
软件测试
单元测试
Youtube
开源测试工具/社区(Selenium /OpenQA.org)——今非昔比
开源测试工具Selenium或者说开源测试社区OpenQA.org已是今非昔比,两年多前,我曾经介绍过SeleniumIDE、SeleniumCore和
SeleniumRC
(强大的Web开源测试工具—Selenium
KerryZhu
·
2008-09-08 21:00
java
测试
单元测试
selenium
工具
测试工具
开源测试工具/社区(Selenium /OpenQA.org)——今非昔比
开源测试工具Selenium或者说开源测试社区OpenQA.org已是今非昔比,两年多前,我曾经介绍过SeleniumIDE、SeleniumCore和
SeleniumRC
(强大的Web开源测试工具—Selenium
ihuashao
·
2008-09-08 21:00
Web
应用服务器
软件测试
单元测试
Youtube
上一页
1
2
3
4
5
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他