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
nqa
selenium学习------自动化上传病毒特征文件测试脚本
package com.ehealth.cm; import org.ope
nqa
.selenium.By; import org.ope
nqa
.selenium.WebDriver; import org.ope
nqa
.selenium.WebElement
perfect_cat
·
2015-12-15 10:00
测试
selenium学习------自动化上传病毒特征文件测试脚本
package com.ehealth.cm;import org.ope
nqa
.selenium.By;import org.ope
nqa
.selenium.WebDriver;import org.ope
nqa
.selenium.WebElement
perfect_cat
·
2015-12-15 10:00
测试
测试
webdriver Unable to connect to host 127.0.0.1 on port 7055 解决方法
今天在使用firefox+webdriver开发时遇到如下问题:在刚开始执行程序时出现错误,错误如下:org.ope
nqa
.selenium.firefox.NotConnectedException:
天高地阔
·
2015-12-15 10:38
Selenium
webdriver Unable to connect to host 127.0.0.1 on port 7055 解决方法
今天在使用firefox+webdriver开发时遇到如下问题:在刚开始执行程序时出现错误,错误如下:org.ope
nqa
.selenium.firefox.NotConnectedException:
jichuang123
·
2015-12-15 10:00
IEWebdriver 启动出错
StartedInternetExplorerDriverserver(64-bit)2.42.0.0Listeningonport29792Exceptioninthread"main"org.ope
nqa
.selenium.remote.SessionNotFoundException
Chinaperson
·
2015-12-14 14:00
IEWebdriver 启动出错
StartedInternetExplorerDriverserver(64-bit)2.42.0.0Listeningonport29792Exceptioninthread"main"org.ope
nqa
.selenium.remote.SessionNotFoundException
Chinaperson
·
2015-12-14 14:00
菜鸟学自动化测试(九)----WebDirver
Selenium WebDirver 代码如下: packageMySel20Proj;importorg.ope
nqa
.selenium.By;importorg.ope
nqa
.selenium.WebDriver
·
2015-12-09 13:31
自动化测试
菜鸟学自动化测试(二)----selenium IDE 功能扩展
这里有一些列的扩展:http://wiki.ope
nqa
.org/display/SEL/Contributed+
·
2015-12-09 13:29
selenium
Web UI自动化测试中处理页面元素过期问题
packageec.qa.autotest.ui.common.action; importjava.util.List; importjava.util.concurrent.TimeUnit; importorg.ope
nqa
.selenium.By
wangxin1982314
·
2015-12-08 16:00
UI
xpath
自动化测试
webdriver
测试开发
webDriver 使用笔记(一)
代码如下:packagewebdriver.com; importjava.util.List;importorg.ope
nqa
.selenium.By;importorg.ope
nqa
.selenium.WebDriver
迷路的0161
·
2015-12-02 09:00
selenium page object & Page Factory
packagedemo; importjava.util.concurrent.TimeUnit; importorg.ope
nqa
.selenium.By; importorg.ope
nqa
.selenium.WebDriver
to be crazy
·
2015-11-30 21:00
LINQ LINQ Operators and Lambda Expression - Syntax & Examples
Mostofthedevelopersarestrugglingforthesyntaxandexamples.HereIhavecollectedvariousexamplesforeachoperatorinLI
NQa
ndtheequivalen
dianfan0079
·
2015-11-17 11:00
Selenium+Java 第一个demo
终于,开始第一次编写~来个简单的吧~packageselenium; importorg.ope
nqa
.selenium.Dimension; importorg.ope
nqa
.selenium.WebDriver
冰蓝小猪宝宝
·
2015-11-16 17:00
Ruby on Firefox browser
install firewatir 2) Install the JSSH Firefox Extension Firefox 3.6 on Windows: http://wiki.ope
nqa
.org
·
2015-11-12 09:01
firefox
Ruby Reference Website
FAQ Watir FAQ: http://wiki.ope
nqa
.org/display
·
2015-11-12 09:59
reference
Watir自动化测试开始
For beginner: http://wiki.ope
nqa
.org/display/WTR/Tutorial 经验总结下: 1. 关于安装: Ste
·
2015-11-12 09:56
自动化测试
selenium webdriver(3)---操作页面对象
页面对象的相关操作可以通过接口文件org.ope
nqa
.selenium.WebElement查看,本文只是对象接口的使用方式,具体的实现方式在org.ope
nqa
.selenium.remote.RemoteWebElement
·
2015-11-12 09:28
webdriver
selenium webdriver(4)---模拟鼠标键盘操作
webdriver提供Actions来模拟鼠标悬浮、拖拽和键盘输入等操作,详细代码见org.ope
nqa
.selenium.interactions.Actions.本文通过几个实例来说明Actions
·
2015-11-12 09:28
webdriver
selenium webdriver(2)---页面对象定位
Id LinkText PartialLinkText Name TagName Xpath ClassName CssSelector 这些方法可以在org.ope
nqa
.selenium.By
·
2015-11-12 09:27
webdriver
selenium webdriver(1)---浏览器操作
1 //启动浏览器 2 3 import org.ope
nqa
.selenium.WebDriver; 4 import org.ope
nqa
.selenium.chrome.ChromeDriver
·
2015-11-12 09:26
webdriver
【Selenium专题】高亮显示页面元素
以下是调试通过的案例: import org.ope
nqa
.selenium.JavascriptExecutor; import org.ope
nqa
.selenium.WebDriver;
·
2015-11-11 16:14
selenium
C#使用seleium实现一个自动登录器
比如控制台,引用seleium包中的dll using System; using System.Collections.Generic; using System.Text; using Ope
nQA
.Selenium
·
2015-11-11 13:44
C#
返回当前页面title、url等操作
1 import org.ope
nqa
.selenium.WebDriver; 2 import org.ope
nqa
.selenium.chrome.ChromeDriver; 3 4
·
2015-11-11 12:50
url
selenium-打开IE浏览器遇到问题记录
、参考代码如下: import org.junit.After; import org.junit.Before; import org.junit.Test; import org.ope
nqa
.selen
·
2015-11-11 11:10
selenium
Selenium2学习-007-WebUI自动化实战实例-005-解决 Firefox 版本不兼容:org.ope
nqa
.selenium.WebDriverException: Failed to connect
Java 运行 Selenium 脚本时,因 Friefox 浏览器版本与 selenium-server-standalone-x.xx.x.jar 不兼容引起的 org.ope
nqa
.selenium.WebDriverException
·
2015-11-11 08:05
exception
如何处理alert、confirm、prompt对话框
1 import java.io.File; 2 3 import org.ope
nqa
.selenium.Alert; 4 import org.ope
nqa
.selenium.By;
·
2015-11-11 07:11
confirm
如何得到新打开的窗口
import java.io.File;import java.util.Iterator;import java.util.Set;import org.ope
nqa
.selenium.By;import
·
2015-11-11 07:10
窗口
iframe 处理
1 import java.io.File; 2 3 import org.ope
nqa
.selenium.By; 4 import org.ope
nqa
.selenium.WebDriver
·
2015-11-11 07:09
iframe
【Selenium专题】WebDriver启动firefox浏览器
firefox浏览器不需要下载驱动,原生支持,以下是代码运行环境,firefox启动封装在方法startFirefox()中 import org.ope
nqa
.selenium.WebDriver
·
2015-11-11 05:55
webdriver
【Selenium专题】鼠标键盘事件
引用包来自selenium-java-2.23.1.jar 调用以下代码时,需要引入actions类,以java为例: import org.ope
nqa
.selenium.interactions.Actions
·
2015-11-11 05:51
selenium
Spring安全资料整理列表
Spring 被爆漏洞,允许远程执行代码http://automatio
nqa
.com/forum.php?
·
2015-11-08 11:46
spring
为企业提供免费代码安全扫描服务(每月限一次)
报名请联系: Email:Automatio
nQA
@vip.126.com 电话:020 - 87
·
2015-11-02 18:22
免费
Ext动态树详解
第二 数据层用Linq 文件是:TreeLi
nqA
c
·
2015-11-02 11:50
ext
nginx之upstream模块缓存系统详解
MzA3OTIxNTA0MA==&mid=400305698&idx=1&sn=1ebd72f0800c229f034c8c9799b1b57a&scene=5&srcid=1101fxtNEgv01
NqA
elMnL71S
meng_philip
·
2015-11-01 22:14
upstream
nignx
运维
nginx之upstream模块缓存系统详解
MzA3OTIxNTA0MA==&mid=400305698&idx=1&sn=1ebd72f0800c229f034c8c9799b1b57a&scene=5&srcid=1101fxtNEgv01
NqA
elMnL71S
meng_philip
·
2015-11-01 22:14
upstream
Nignx
nginx之upstream模块缓存系统详解
MzA3OTIxNTA0MA==&mid=400305698&idx=1&sn=1ebd72f0800c229f034c8c9799b1b57a&scene=5&srcid=1101fxtNEgv01
NqA
elMnL71S
meng_philip
·
2015-11-01 22:14
upstream
Nignx
nginx之upstream模块缓存系统详解
MzA3OTIxNTA0MA==&mid=400305698&idx=1&sn=1ebd72f0800c229f034c8c9799b1b57a&scene=5&srcid=1101fxtNEgv01
NqA
elMnL71S
meng_philip
·
2015-11-01 22:30
upstream
nignx
运维
nginx之upstream模块缓存系统详解
MzA3OTIxNTA0MA==&mid=400305698&idx=1&sn=1ebd72f0800c229f034c8c9799b1b57a&scene=5&srcid=1101fxtNEgv01
NqA
elMnL71S
meng_philip
·
2015-11-01 22:30
upstream
Nignx
nginx之upstream模块缓存系统详解
MzA3OTIxNTA0MA==&mid=400305698&idx=1&sn=1ebd72f0800c229f034c8c9799b1b57a&scene=5&srcid=1101fxtNEgv01
NqA
elMnL71S
meng_philip
·
2015-11-01 22:30
upstream
Nignx
selenium googleDrive
_driver = new Ope
nQA
.Selenium.Chrome.ChromeDriver(@"C
·
2015-10-31 14:59
selenium
MongoDB学习笔记(一) MongoDB介绍及安装
url=b6B3dVSC
nQa
uCX-Epz4UCy9mTZ07Z6HwnaPbZsb130F2y1KsdxIppForCkxbdjP3Bk3BdXmAzQAg6ngol46Qwq3Qr_DaK-APyITW7jkauqi
·
2015-10-31 11:58
mongodb
软件测试相关网站收集
测试相关网站: 3atesting 51testing Agile Testing Google Testing Blog (rss) JW on Test (rss) Ope
nQA
·
2015-10-31 10:02
软件测试
启动浏览器笔记
selenium-server-standalone-2.44.0.jar files文件: 二,代码 代码: package webdriver; import org.ope
nqa
.selenium.We
·
2015-10-31 10:01
浏览器
为WebDriver 设置proxy(IE设置代理)
IE driver String PROXY = "http://proxy:8083"; org.ope
nqa
.selenium.Proxy proxy
·
2015-10-31 08:35
webdriver
javascript图片轮播之gallery.js
=================================== * gallery.js * author:wuquanyao * nickname:挪威森林 * email:wqy
nqa
挪威森林
·
2015-10-28 15:00
js图片播放
gallery.js
SQLiteSpy - A fast and compact GUI database manager for SQLite
http://www.yu
nqa
.de/delphi/doku.php/products/sqlitespy/index SQLiteSpy is a fast and compact GUI
·
2015-10-27 13:48
database
selenium 下载百度音乐并验证
java.io.IOException; import java.util.List; import org.apache.commons.io.FileUtils; import org.ope
nqa
.selenium.By
·
2015-10-27 11:52
selenium
javascript操作cookie类之jscookie.js
/*+============================================== +我不只是一个程序员,我更希望用此创造价值 +author:wuquanyao +email:wqy
nqa
挪威森林
·
2015-10-27 11:00
jscookie
jscookie.js
原生Ajax至mini-ajax.js
mini-ajax.js/*================================================= *mini-ajax.js *author:wuquanyao *email:wqy
nqa
挪威森林
·
2015-10-27 11:00
Ajax
原生ajax
mini-ajax
基于 Mozilla Firefox 的 Watir 发布了!
有兴趣的朋友可以通过下面的地址访问 http://svn.ope
nqa
.org/fisheye/viewrep/watir/branches/firefox 安装手册可以访问
·
2015-10-23 08:54
firefox
上一页
11
12
13
14
15
16
17
18
下一页
按字母分类:
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
其他