Groups
Groups
Sign in
Groups
Groups
WATF Forum
Conversations
About
Send feedback
Help
Group path
WATF Forum
1–15 of 15
Mark all as read
Report group
0 selected
kumarim...@gmail.com
8/2/16
Industry Automation Training in Hyderabad: PLC, SCADA & VFD |SOS India
Complete practical automation training in Mitsubishi, Siemens & Allen Bradley with latest
unread,
Industry Automation Training in Hyderabad: PLC, SCADA & VFD |SOS India
Complete practical automation training in Mitsubishi, Siemens & Allen Bradley with latest
8/2/16
James Watson
2/11/15
ITeLearn - Build Your IT Career with Expert QA Training
We at ITeLearn, offers Software QA testing training by eminent industry experts in the field of
unread,
ITeLearn - Build Your IT Career with Expert QA Training
We at ITeLearn, offers Software QA testing training by eminent industry experts in the field of
2/11/15
sudheer babu
10/18/13
Selenium Online Training | Selenium Online Training in Hyderabad
The automation testing Industry was never so much in hype as it is now. Reason? Simply the need to
unread,
Selenium Online Training | Selenium Online Training in Hyderabad
The automation testing Industry was never so much in hype as it is now. Reason? Simply the need to
10/18/13
Guessay Cai
,
Bear Wu
2
8/23/11
Selenium对系统文件的处理操作
在org.openqa.selenium.io包中的FileHandler类提供了读入文本文件内容的方法:public static String readAsString( File toRead )
unread,
Selenium对系统文件的处理操作
在org.openqa.selenium.io包中的FileHandler类提供了读入文本文件内容的方法:public static String readAsString( File toRead )
8/23/11
Bear Wu
,
Jester Xu
3
8/21/11
使用Selenium测试模式对话框
Well done. Bear! :) -----Original Message----- From: watf-...@googlegroups.com [mailto:watf-forum@
unread,
使用Selenium测试模式对话框
Well done. Bear! :) -----Original Message----- From: watf-...@googlegroups.com [mailto:watf-forum@
8/21/11
Bear Wu
, …
Bear Wu
5
8/17/11
[讨论]如何使用Selenium选择右键菜单?
Good News! -----邮件原件----- 发件人: watf-...@googlegroups.com [mailto:watf-...@googlegroups.com] 代表
unread,
[讨论]如何使用Selenium选择右键菜单?
Good News! -----邮件原件----- 发件人: watf-...@googlegroups.com [mailto:watf-...@googlegroups.com] 代表
8/17/11
jester xu
8/16/11
Java ResourceBundle 在web自动化测试中使用的好处。。
ResourceBundle最大的好处是可以使你的程序国际化,在bundle文件名后加上国家、语言关键字,那系统就会自动载入相应的bundle 文件。 比如: bundle.properties 缺省
unread,
Java ResourceBundle 在web自动化测试中使用的好处。。
ResourceBundle最大的好处是可以使你的程序国际化,在bundle文件名后加上国家、语言关键字,那系统就会自动载入相应的bundle 文件。 比如: bundle.properties 缺省
8/16/11
Bear Wu
,
蔡硕
3
8/12/11
[GlobalSight]为什么每次测试时,Job的Word Count都不一样?
嗯,不错。其实用不到空文件demo_company_null.html。如果判断到服务器上已经有文件存在,就不用再上传了。 不过,“在上传文件之前先去服务器的路径下查看是否已经有文件存在” -- 不知道
unread,
[GlobalSight]为什么每次测试时,Job的Word Count都不一样?
嗯,不错。其实用不到空文件demo_company_null.html。如果判断到服务器上已经有文件存在,就不用再上传了。 不过,“在上传文件之前先去服务器的路径下查看是否已经有文件存在” -- 不知道
8/12/11
Bourne Sun
7/22/11
更改Selenium结果报告的格式
Selenium的结果报告是用testNG jar包中的 org.testng.reporters包下的EmailableReporter.java 生成的. 在EmailableReporter类中:
unread,
更改Selenium结果报告的格式
Selenium的结果报告是用testNG jar包中的 org.testng.reporters包下的EmailableReporter.java 生成的. 在EmailableReporter类中:
7/22/11
Bury Huang
7/20/11
Firefox 浏览器的配置和selenium 启动firefox配置
firefox 的配置profile文件 也可参照该链接下关于firefox 的使用:http://www. 360doc.com/relevant/119598624_more.shtml 1.
unread,
Firefox 浏览器的配置和selenium 启动firefox配置
firefox 的配置profile文件 也可参照该链接下关于firefox 的使用:http://www. 360doc.com/relevant/119598624_more.shtml 1.
7/20/11
Bear Wu
7/20/11
使用Selenium在Andriod系统上进行测试
基本原理:和在iPhone上的测试类似,也是通过在Andriod系统的终端(真实机或模拟器)安装并启动webdriver服务,然后在PC上启动测试程序,通过与webdriver的通信来驱动测试。 基本
unread,
使用Selenium在Andriod系统上进行测试
基本原理:和在iPhone上的测试类似,也是通过在Andriod系统的终端(真实机或模拟器)安装并启动webdriver服务,然后在PC上启动测试程序,通过与webdriver的通信来驱动测试。 基本
7/20/11
jest...@welocalize.com
7/20/11
如何使用selenium 在iphone (iOS)上进行测试
现在移动终端发展迅速,移动终端的网页测试也必须要跟上。 现在主流两大移动系统Android/iOs. 现在谈谈iOS的移动网页终端测试流程。 现在selenium与webDriver两个项目合并后,使
unread,
如何使用selenium 在iphone (iOS)上进行测试
现在移动终端发展迅速,移动终端的网页测试也必须要跟上。 现在主流两大移动系统Android/iOs. 现在谈谈iOS的移动网页终端测试流程。 现在selenium与webDriver两个项目合并后,使
7/20/11
Jack Zhao
,
jest...@welocalize.com
3
7/18/11
关于Selenium 对上载/下载等窗口处理的解决方案
Hi Jester, Java调用.exe文件的函数可以写在BasicFunc类中,.exe文件可以整理统一放入一个文件夹去。但是对于不同的浏览器和版本,他的窗口标题和控件是不同的,所以对于.exe
unread,
关于Selenium 对上载/下载等窗口处理的解决方案
Hi Jester, Java调用.exe文件的函数可以写在BasicFunc类中,.exe文件可以整理统一放入一个文件夹去。但是对于不同的浏览器和版本,他的窗口标题和控件是不同的,所以对于.exe
7/18/11
Bear Wu
7/14/11
Selenium Server启动参数
以下是我总结的Slenium Server 的启动参数列表,并把自认为比较重要的命令放在了开头部分,那些前面加*的命令表示目前还没有详细了解其功能。 java -jar selenium-server.
unread,
Selenium Server启动参数
以下是我总结的Slenium Server 的启动参数列表,并把自认为比较重要的命令放在了开头部分,那些前面加*的命令表示目前还没有详细了解其功能。 java -jar selenium-server.
7/14/11
jest...@welocalize.com
7/14/11
测试框架设计的比较重要的几个模块。。
总起来说,自动测试框架的设计不过就分为几大部分。。。也就是必须要解决的大问题。 1. 对象的识别与定义。不管你是做GUI的自动化测试还是web的自动化测试这点是必须首先要解决的。从零开始开发框架和借用
unread,
测试框架设计的比较重要的几个模块。。
总起来说,自动测试框架的设计不过就分为几大部分。。。也就是必须要解决的大问题。 1. 对象的识别与定义。不管你是做GUI的自动化测试还是web的自动化测试这点是必须首先要解决的。从零开始开发框架和借用
7/14/11