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
Selenium2
[Z]Selenium 2 & WebDriver &多线程 并发
Selenium 2 & WebDriver &多线程 并发 我用的是
Selenium2
,至于它的背景和历史就不赘述了。
Selenium2
也叫WebDriver。
·
2015-10-27 16:54
webdriver
.net下
Selenium2
使用方法总结
一、Selenium简介 1.Selenium1(Selenium RC)
Selenium2
(Selenium WebDriver) Selenium2.0 = Selenium1.0
·
2015-10-27 14:48
selenium
selenium2
入门 用Yaml文件进行元素管理 (五)
比如界面有一个按钮,id号是test。如果进行对象化的话,就是test.click就可以了。不用每次都要去创建test对象。如果id号变了,我们也只需要改一下test的名称就行了。 使用Yaml需要用到下载jyaml的jar包。下载地址是http://www.java2s.com/Code/Jar/j/Downloadjyaml13jar.htm TestBaidu.yaml baidu_
·
2015-10-27 13:18
selenium
selenium2
入门 定位 窗体切换等等 (二)
定位用的html素材有两个 demo.html <html> <head> <title>UI Automation Testing</title> </head> <style type="text/css"> table{font-size:20;text-alig
·
2015-10-27 13:17
selenium
selenium2
入门 用selenium安装、加载、启用插件(一)
一:下载 下载地址是:http://docs.seleniumhq.org/download/ 一般火狐更新一次版本,就要换一次jar包。 二:打开java里应用 1、火狐浏览器打开(selenium是内置火狐的,所以打开火狐不需要其他jar包。但是如果要打开ie
·
2015-10-27 13:16
selenium
selenium2
run in Jenkins GUI testing not visible or browser not open but run in background浏览器后台运行不可见
http://wiki.hudson-ci.org/display/HUDSON/Tomcat Tomcat from Windows GUI Testing in Windows Most Windows services -- including those run with the option "Allow service to interact with d
·
2015-10-27 12:26
background
Selenium2
(WebDriver)总结(一)---启动浏览器、设置profile&加载插件
本文主要记录下在使用
selenium2
/webdriver时启动各种浏览器的方法、以及如何加载插件、定制浏览器信息(设置profile)等 环境搭建可参考我的另一篇文章:http://www.cnblogs.com
·
2015-10-27 11:44
webdriver
《
selenium2
python 自动化测试实战(第二版)》 --new
本电子书特点: 一本selenium2 自动化测试教程 selenium家谱介绍,selenium IDE ,WebDriver ,selenium GRID2 完整讲解。 一份WebDriver python API 文档 掌握selenium的元素定位,各种
·
2015-10-26 15:26
selenium
web项目自动化测试方案预研
一、 网上方案整理 Watir、Watir-Webdriver、
Selenium2
、QTP区别 Waitr与Watir-WebDriver有什么区别?
·
2015-10-23 08:55
自动化测试
selenium2
webdriver学习笔记2015.10.18
以下程序实现126邮箱的写信、存草稿及预览验证packageemail;importstaticorg.junit.Assert.fail;importjava.util.concurrent.TimeUnit;importorg.junit.After;importorg.junit.Before;importorg.junit.Test;importorg.openqa.selenium.*;
hare25008
·
2015-10-18 16:46
自动化测试
Selenium2
(JAVA) Web自动化测试实战 电子书已在百度阅读上架 欢迎试读购买
本书是作者多年的web自动化测试经验的结晶,该教程从入门讲起(真正的手把手教程),到项目实战、框架的搭建以及持续集成测试环境的搭建都有详细讲解。 全书穿插了大量的图片和代码,让你更容易读懂。书中的工具,学习文档,测试框架,对应章节的代码都在网盘中存储,用户可以在书的结尾处找到下载地址。本书会不定时更新内容,测试框架也会不定时更新,不断完善。书籍阅读地址:http://yuedu.ba
stephenwang1011
·
2015-09-18 22:00
java
Web
selenium
TestNG
自动化测试
RobotFramework+Selenium实现web自动化
环境搭建请参考:http://blog.csdn.net/silencemylove/article/details/48494197注:本文不对RobotFramewok和
Selenium2
基础知识进行详解
silencemylove
·
2015-09-18 13:00
selenium
自动化
Selenium2
selenium2
webdriver要点理解
webdriver实质要点:一套基于REST(json格式)的webdriverwire协议完整规范,规范抽象出如何实现浏览器的各项操作(打开关闭、元素定位操作、插件安装、文件下载上传等)webdriver具体实现:不同平台不同的浏览器分别就1.中所说的webdriverwire协议规范,以浏览器原生组件的形式,实现对webdriver接口调用到浏览器原生本地调用的转化,达到直接利用浏览器原生支持
laugh2last
·
2015-08-23 21:00
Custom Firefox Profile for Selenium
http://www.toolsqa.com/selenium-webdriver/custom-firefox-profile/
Selenium2
(WebDriver)---启动浏览器、设置profile
sunjing
·
2015-08-21 15:00
profile
selenium
firefox
[
Selenium2
]―如何获取网站浮动DIV
//引用包 import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.firefox.FirefoxDriver; public class TEST001 { public sta
KasthSoft
·
2015-07-28 14:55
import
public
如何
火狐浏览器
[
Selenium2
]—如何获取网站浮动DIV
//引用包import org.openqa.selenium.By;import org.openqa.selenium.WebDriver;import org.openqa.selenium.WebElement;import org.openqa.selenium.firefox.FirefoxDriver;public class TEST001 {public static void
挨踢LaoZ
·
2015-07-28 14:55
火狐浏览器
如何
import
自动化测试(更新中)
[
Selenium2
]―如何获取网站浮动DIV
//引用包 import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.firefox.FirefoxDriver; public class TEST001 { public sta
KasthSoft
·
2015-07-28 14:55
import
public
如何
火狐浏览器
Selenium2
(webdriver)入门之TestNG的安装与简单使用
原帖地址:http://www.cnblogs.com/puresoul/archive/2013/12/20/3483092.html上一篇已经搭建好了Eclipse+selenium2的环境,这一篇主要记录下TestNG的使用。一、在Eclipse中安装TestNG1、打开eclipse-->help-->InstallNewSoftware-->Add,输入Name和Location后,点
uestc_lxp
·
2015-07-19 09:00
selenium2
入门 断言失败自动截图 (四)
一般web应用程序出错过后,会抛出异常。这个时候能截个图下来,当然是极好的。 selenium自带了截图功能。 //获取截图file File scrFile= ((TakesScreenshot)driver).getScreenshotAs(OutputType.FILE); //将图片移动到指定位置
·
2015-07-13 09:00
selenium
selenium2
入门 用testNG对百度首页输入框进行测试 (三)
如果还没有安装testNG的亲,可以点击http://www.cnblogs.com/milanmi/p/4346580.html查看安装过程。 这节主要是对百度首页的输入框进行输入测试。 package info.milan.webdriver; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver;
·
2015-07-10 15:00
selenium
[
Selenium2
]+Eclipse+Java环境搭建
一、开发环境:1、安装JDK: http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html2、安装Eclipse http://www.eclipse.org/downloads/3、安装Selenium:(Java版本) http://www.selenium.com/目前Selenium官网被封杀,
KasthSoft
·
2015-07-08 14:26
java
开发
朋友
项目
Selenium2
[
Selenium2
]+Eclipse+Java环境搭建
一、开发环境:1、安装JDK:http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html2、安装Eclipsehttp://www.eclipse.org/downloads/3、安装Selenium:(Java版本)http://www.seleniumhq.org/download/目前Seleni
挨踢LaoZ
·
2015-07-08 14:26
Java
朋友
项目
环境&部署
[
Selenium2
]+Eclipse+Java环境搭建
一、开发环境:1、安装JDK: http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html2、安装Eclipse http://www.eclipse.org/downloads/3、安装Selenium:(Java版本) http://www.selenium.com/目前Selenium官网被封杀,
KasthSoft
·
2015-07-08 14:26
java
开发
朋友
项目
Selenium2
[Selenium 2]—WebDriver 驱动说明
Selenium2
(即WebDriver)是一种用于Web应用程序的自动测试工具,它提供了一套友好的API,与Selenium1(Selenium-RC)相比,
Selenium2
的API更容易理解和使用
挨踢LaoZ
·
2015-07-08 14:05
浏览器
应用程序
iPhone
自动化测试(更新中)
[Selenium 2]―WebDriver 驱动说明
Selenium2
(即WebDriver)是一种用于Web应用程序的自动测试工具,它提供了一套友好的API,与Selenium1(Selenium-RC)相比,
Selenium2
的API更容易理解和使用
KasthSoft
·
2015-07-08 14:05
android
浏览器
iPhone
移动应用
应用程序
[Selenium 2]―WebDriver 驱动说明
Selenium2
(即WebDriver)是一种用于Web应用程序的自动测试工具,它提供了一套友好的API,与Selenium1(Selenium-RC)相比,
Selenium2
的API更容易理解和使用
KasthSoft
·
2015-07-08 14:05
android
浏览器
iPhone
移动应用
应用程序
[Selenium]Selenium 2
1.基于对象的测试1.1Selenium2构成
Selenium2
是一种用于Web应用程序的自动测试工具,它提供了一套友好的API,自身就是一套类库,不依赖于任何测试框架,不需要启动其他进程或安装其他程序
寒雨削香
·
2015-05-09 18:47
selenium
selenium
2
[Selenium] Selenium 2
1.基于对象的测试1.1Selenium2构成
Selenium2
是一种用于Web应用程序的自动测试工具,它提供了一套友好的API,自身就是一套类库,不依赖于任何测试框架,不需要启动其他进程或安装其他程序
尔冬
·
2015-05-09 18:47
Selenium
Selenium
2
自动化测试
[Selenium]Selenium 2
1.基于对象的测试1.1Selenium2构成
Selenium2
是一种用于Web应用程序的自动测试工具,它提供了一套友好的API,自身就是一套类库,不依赖于任何测试框架,不需要启动其他进程或安装其他程序
寒雨削香
·
2015-05-09 18:47
selenium
selenium
2
Robot Framework 经验谈 - 在窗口间随意切换
Selenium2
中,Browser对应浏览器实例进程,Window对应标签页。
divfor
·
2015-05-07 15:45
自动化测试
selenium2
在win7和IE下的一些错误
selenium2 在win7和IE下的一些错误(2013-01-18 10:33:56) 标签:
selenium2
win7 ie 错误提示 代码修改 分类: 吃饭的家伙
ihuning
·
2015-04-18 05:00
selenium
Selenium-Grid工作方式
Selenium-Grid版本selenium-grid分为版本1和版本2,其实它的2个版本并不是和selenium的版本1和2相对应发布的[即selenium-grid2的发布比
selenium2
要晚一点
xxjbs001
·
2015-04-06 18:00
webdriver
Selenium2
selenium-grid2
如何使用Selenium-RC
Selenium-Server在Selenium1中只是一个单独的服务器,而在
Selenium2
中Selenium-Server的独立包中包含了测试所用到的所有程序。
xxjbs001
·
2015-04-06 18:00
selenium
RC
Selenium2
(WebDriver)总结(五)---元素操作进阶(常用类)
1、Alert类 Alert是指windows弹窗的一些操作,需要new一个Alert类 driver.switchTo().alert():切换到alert窗口 alert.getText():取得弹窗上面的字符串 alert.accept():点击确定/ok类的按钮,使弹窗消失 alert.dism
·
2015-04-05 21:00
webdriver
Selenium2
(WebDriver)总结(四)---基本元素操作
WebDriver提供了常用的WEB控件的操作方法,比如:按钮、输入框、超链接等,废话不多说,直接上代码: import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.
·
2015-04-05 20:00
webdriver
selenium2
(webdriver) 系列学习(一)环境搭建
最近在研究Java+selenium2的自动化测试,网上的资料比较多,自己学习的同时也顺便记录一下,加深印象的同时也方便以后回顾。 一、开发环境:1、JDK1.62、Eclipse:Version:KeplerServiceRelease1,下载地址:http://www.eclipse.org/downloads/3、Selenium:selenium-java-2.39.0.zip,
独行侠_木木
·
2015-03-27 10:00
Selenium2
webdriver环境搭建
Selenium2
帮助文档
Selenium2.0帮助文档 第1章 Webdirver基础2 1.1 下载selenium2.0的lib包2 1.2 用webdriver打开一个浏览器2 1.3 打开测试页面2 1.4 GettingStarted2 第2章
Livas-star
·
2015-02-26 16:00
webdriver
帮助文档
Selenium2
用python玩转selenium:2-入门实例及分析
selenium2
入门上篇-用python玩转selenium:1-准备环境已经介绍了selenium-python环境配置,或者说安装的python已经集成了selenium模块,现在我们就可以开始编写第一个脚本
nhudx061
·
2015-02-07 09:00
python
测试
selenium
Robot Framework 网页自动化测试中“下载文件”
MS UI Automation + NRobotRemote +
Selenium2
草料场
·
2014-12-22 13:00
Web Automation
Webdriver定位不到元素的解决办法
网上找例子:
Selenium2
(WebDriver)_如何判断WebElement元素对象是否存在1.selenium中如果去寻找元
qileilove
·
2014-12-11 23:00
WebDriver 运行模式下使用rc 代码
阅读更多
selenium2
对之前的rc代码提供了兼容性接口,如果你之前的code都是用rc写,而现在又想摆脱要每次启动server,你只需要略做修改即可。
kootest
·
2014-11-12 22:00
webdriver
selenium
rc
WebDriver 运行模式下使用rc 代码
阅读更多
selenium2
对之前的rc代码提供了兼容性接口,如果你之前的code都是用rc写,而现在又想摆脱要每次启动server,你只需要略做修改即可。
kootest
·
2014-11-12 22:00
webdriver
selenium
rc
WebDriver 运行模式下使用rc 代码
selenium2
对之前的rc 代码提供了兼容性接口,如果你之前的code 都是用rc 写,而现在又想摆脱要每次启动server,你只需要 略做修改即可。
kootest
·
2014-11-12 22:00
webdriver
selenium rc
Watir、
Selenium2
、QTP区别
1.支持的语言 Watir:ruby
Selenium2
:支持多种语言,如:python,ruby,java,c#,php,perl,javascript QTP:vbscript
·
2014-10-09 17:00
selenium
Selenium2
(webdirver)入门之环境搭建(Java版)
一、开发环境:1、JDK1.62、Eclipse:Version:KeplerServiceRelease1,下载地址:http://www.eclipse.org/downloads/3、Selenium:selenium-java-2.39.0.zip,下载地址:http://code.google.com/p/selenium/downloads/list解压selenium-java包,这
u010335298
·
2014-09-29 16:00
测试
selenium
GUI自动化测试
基于
Selenium2
与Python自动化测试环境搭建
1.基于
Selenium2
与Python自动化测试环境搭建http://wenku.baidu.com/link?
dongtianlaile
·
2014-09-11 16:00
Selenium-Grid工作方式(自动化测试技术)
details/9428655Selenium-Grid版本selenium-grid分为版本1和版本2,其实它的2个版本并不是和selenium的版本1和2相对应发布的[即selenium-grid2的发布比
selenium2
xinklabi
·
2014-08-16 22:00
selenium
Robot Framework自动化测试(二)---元素定位
说明:不要误认为Robotframework只是个webUI测试工具,更正确的理解Robotframework是个测试框架,之所以可以拿来做webUI层的自动化是国为我们加入了
selenium2
的API
虫师
·
2014-08-09 17:00
Selenium自动化测试
Selenium2
弹出对话框的处理方法 http://www.exceptionhelp.com/zl/detail/61
Selenium2
设置缓存-删除缓存和增加缓存 http://www.exceptionhelp.com
exceptionhelp
·
2014-07-07 16:00
Selenium自动化测试
Selenium
Selenium2
弹出对话框的处理方法
Selenium2
设置缓存-删除缓存和增加缓存判断LoadRunner返回的页面是否正确性能测试(并发负载压力)测试分析
zongjh
·
2014-07-07 16:00
selenium
自动化测试
上一页
3
4
5
6
7
8
9
10
下一页
按字母分类:
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
其他