Selenium+Java+TestNG环境配置

时间:2021-06-04 14:31:34

1. JDK

2.eclipse+TestNG

  >TestNG安装。

    Name:testng  Location:http://beust.com/eclipse。如图:

Selenium+Java+TestNG环境配置

3.selenium webdriver  

  Selenium官网下载selenium webdriver jar 包  http://docs.seleniumhq.org/download/

  >下载完成后解压。

Selenium+Java+TestNG环境配置

  >在eclipse中创建一个Java Project。

Selenium+Java+TestNG环境配置

  >复制刚才解压出来的文件

Selenium+Java+TestNG环境配置

  >粘贴到刚才创建的Java Project下

Selenium+Java+TestNG环境配置

  >然后配置Java Build Path(在Project的名字上右击,选择Properties)

Selenium+Java+TestNG环境配置

  >选择selenium-java-2.45.0.jar和libs下的文件后,点击OK

Selenium+Java+TestNG环境配置

  >链接selenium java的源代码(这一步非必需,链接源代码后可以直接查看源代码而已)

  Selenium+Java+TestNG环境配置

    >配置完毕