Web自动化测试Selenium+Eclipse+Junit+TestNG+Python
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Web自动化测试Selenium+Eclipse+Junit+TestNG+Python相关的知识,希望对你有一定的参考价值。
Selenium+Eclipse+Junit+TestNG+Python
第三步 下载Selenium IDE、SeleniumRC、IEDriverServer、SeleniumClient Drivers
Selenium官网下载地址:http://www.seleniumhq.org/download/
1、 Selenium IDE:selenium-ide-2.2.0.xpi 用来在Firefox上录制脚本。
2、 Selenium RC:selenium-server-standalone-2.33.0.jar 模拟服务器端,不可少。
3、 IEDriverServer:DriverServer_Win32_2.33.0.zip IE驱动,Firfox和chorm不用驱动。
4、 Selenium Client Drivers:selenium-java-2.33.0.zip 模拟Selenium客户端。
以上是关于Web自动化测试Selenium+Eclipse+Junit+TestNG+Python的主要内容,如果未能解决你的问题,请参考以下文章
web自动化测试从入门到持续集成(selenium webdriver)
Python+selenium+eclipse执行web自动化启动浏览器