Web自动化测试Selenium+Eclipse+Junit+TestNG+Python

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Web自动化测试Selenium+Eclipse+Junit+TestNG+Python相关的知识,希望对你有一定的参考价值。

Selenium+Eclipse+Junit+TestNG+Python

技术分享

第三步 下载Selenium IDESeleniumRCIEDriverServerSeleniumClient Drivers

Selenium官网下载地址:http://www.seleniumhq.org/download/

  1  Selenium IDEselenium-ide-2.2.0.xpi 用来在Firefox上录制脚本。

  2  Selenium RCselenium-server-standalone-2.33.0.jar 模拟服务器端,不可少。

  3  IEDriverServerDriverServer_Win32_2.33.0.zip IE驱动,Firfoxchorm不用驱动。

  4  Selenium Client Driversselenium-java-2.33.0.zip 模拟Selenium客户端。

 

以上是关于Web自动化测试Selenium+Eclipse+Junit+TestNG+Python的主要内容,如果未能解决你的问题,请参考以下文章

如何提高自动化测试的执行效率 selenium java

web selenium环境搭建遇到的一些问题

web自动化测试从入门到持续集成(selenium webdriver)

Python+selenium+eclipse执行web自动化启动浏览器

Python+selenium+eclipse执行web自动化特殊控件--进度条

Python+selenium+eclipse执行web自动化准备工作