Selenium Webdriver 学习

Selniun 2.0 webdriver
maven环境快速搭建
http://www.cnblogs.com/fnng/archive/2011/12/02/2272610.html

菜鸟学自动化测试(八)----selenium 2.0环境搭建(基于maven)
http://www.cnblogs.com/fnng/archive/2012/02/04/2337919.html

Selenium java 学习连载:
http://jarvi.iteye.com/category/203994

Selenium WebDriver 与 JUnit 入门实践
http://smilejay.com/2012/09/tutorial-for-selenium-webdriver-junit/

1. Selenium wevdriver, python自动化测试环境搭建: 
http://blog.csdn.net/dennis_zb2008/article/details/7851954

2. Python 单元测试框架: PyUnit
http://www.ibm.com/developerworks/cn/linux/l-pyunit/index.html
http://pyunit.sourceforge.net/pyunit_cn.html

3. pytest 测试框架
http://pytest.org/latest/

4. Selenium python 学习
http://selenium-python.readthedocs.org/en/latest/index.html
http://my.oschina.net/willSoft/blog/28119
http://lijingshou.iteye.com/blog/1538065
5. Selenium Webdriver 使用指南完整篇
http://blog.csdn.net/smilings/article/details/7395509
6. 其他参考网址:
http://wangsheng14591.blog.163.com/blog/#m=0&t=1&c=fks_084071086085080067084080086095087084086068093081087067

http://magustest.com/blog/category/webdriver/
7. 关于Webdriver,TestNG和Eclipse集成
(1) testing.xml文件 如何产生,位置?
在左侧树 项目名称上 右键,TestNG - Convert to TestNG
然后 testing.xml 文件就会在项目的更目录下产生。
(2) testing.xml 文件如何修改?
参考: http://magustest.com/blog/automationtesting/webdriver-testng/

你可能感兴趣的:(Selenium Webdriver 学习)