当前位置: 首页 > news >正文

做网站托管百度指数 移民

做网站托管,百度指数 移民,网站建设项目补充协议,济南网站建设首选传承网络本主要介绍以Java为基础,搭建Selenium自动化测试环境,并且实现代码编写的过程。 1.Selenium介绍 Selenium 1.0 包含 core、IDE、RC、grid 四部分,selenium 2.0 则是在两位大牛偶遇相互沟通决定把面向对象结构化(OOPP&#xff09…

本主要介绍以Java为基础,搭建Selenium自动化测试环境,并且实现代码编写的过程。

1.Selenium介绍

Selenium 1.0 包含 core、IDE、RC、grid 四部分,selenium 2.0 则是在两位大牛偶遇相互沟通决定把面向对象结构化(OOPP)和便于编写代码的各自思想予以整合后形成的新工具,也就是我们所指的 Web Driver。Core 是 selenium 的核心,在后期虽然被封装,但只是减少了可视性,它依旧是驱动selenium 的核心;IDE 是一款 firefox 浏览器插件,主要用于新手或对编码还不熟悉的人员入门时使用,这个插件允许在 firefox 中录制一段 web 操作代码,导出后在 eclipse 中修改并运行,但测试人员在项目实际使用中不推荐使用这个插件,因为它只会降低测试人员的编码能力; Web Driver 是开展 web 页面测试的关键核心,也是目前主流测试工具之一。Selenium 可以结合 Junit 使用,既可以进行单元测试,也可以开展集成测试,既是代码测试工具,也是功能测试工具,下面我们就工具的使用一步一步的入门。

2. 环境配置

2.1 安装JDK

同样正确配置 jre 路径后点击下一步

输入:java –version 验证 jdk 安装正确性

2.2 配置环境变量

创建JDK Home路径

 追加配置 path 的系统环境变量

3.Selenium IDE的使用

3.1 环境准备

1)安装 firefox

如果不使用默认安装,以后使用代码中是要加料的哦~,这里我们以普通用户习惯,不

安装在系统盘中,稍后将对需要修改配置的地方做说明。

3.2 使用selenium IDE

1) 安装 Selenium IDE 插件

打开 firefox 浏览器,附加组件搜索selenium IDE,在弹出的软件安装页面中点击立即安装,安装后重新启动浏览器,插件将起作用。

2) Selenium IDE 其他的重要功能

本文开始时提到了,Selenium IDE 还有一个重要的功能就是把脚本的转

换,一起看看吧:>

Selenium IDE 可以把 HTML 的脚本转为 C#,JAVA 等等其他语言的脚本,为我们日后写 WebDriver 的测试案例提供了极大的方便。

4.WebDriver实例

4.1 准备工作

打开 Eclipse,首先在 windowspreferences 下选择编码格式为 UTF-8,如下图所示:

安装TestNG,Help-Eclipse Marketplace

4.2 新建项目

File new project,选择 java 项目,下一步:

输入项目名称 testngstudynextfinish

 

 创建selenium脚本,选择TestNG class,点击Next

4.3 开始编码

  • Java+Selenium 实现登录功能

说明:纯 Java 的时候不需要引入TestNG,只需要引入“selenium-server-standalone-2.21.0.jar”包。

文件名称:TestBaidu0325.java

文件代码:

package com.study;import org.junit.Assert;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;public class  TestBaidu0325 {
public static void main(String[] args) {
/*google浏览器*/
System.setProperty("webdriver.chrome.driver","C:\\ProgramFiles\\driver\\chromedriver.exe")找不到chromedriver时,强制制定webdriver路径。WebDriver driver =new ChromeDriver();String url = "http://www.baidu.com";driver.get(url);driver.manage().window().maximize();窗口最大化,加大页面回访的稳定性driver.findElement(By.id("kw")).sendKeys("selenium");driver.findElement(By.id("su")). click ();try {Thread.sleep(1000);延时设置,避免网页加载慢找不到页面元素} catch (InterruptedException e) {// TODO Auto-generated catch block
e.printStackTrace();
}
/*所谓的断言*/
Assert.assertTrue(driver.getTitle().contains(“selenium”));
driver.quit();
}
}

学习安排上

作为一位过来人也是希望大家少走一些弯路,如果你不想再体验一次学习时找不到资料,没人解答问题,坚持几天便放弃的感受的话,在这里我给大家分享一些自动化测试的学习资源,希望能给你前进的路上带来帮助。【保证100%免费】

 文档获取方式:

加入我的软件测试交流群:632880530免费获取~(同行大佬一起学术交流,每晚都有大佬直播分享技术知识点)

这份文档,对于想从事【软件测试】的朋友来说应该是最全面最完整的备战仓库,这个仓库也陪伴我走过了最艰难的路程,希望也能帮助到你!

以上均可以分享,只需要你搜索vx公众号:程序员雨果,即可免费领取


文章转载自:
http://dinncocaseation.ssfq.cn
http://dinncoyean.ssfq.cn
http://dinncophoenician.ssfq.cn
http://dinncofountainhead.ssfq.cn
http://dinncoquiescency.ssfq.cn
http://dinncongaio.ssfq.cn
http://dinncofieldwards.ssfq.cn
http://dinncologicise.ssfq.cn
http://dinncostandaway.ssfq.cn
http://dinncoinspectress.ssfq.cn
http://dinncotrader.ssfq.cn
http://dinncodiastereoisomer.ssfq.cn
http://dinncoembolic.ssfq.cn
http://dinncomensurate.ssfq.cn
http://dinncopharyngoscopy.ssfq.cn
http://dinncobucolic.ssfq.cn
http://dinncogammasonde.ssfq.cn
http://dinnconattiness.ssfq.cn
http://dinncoalecithal.ssfq.cn
http://dinnconephrostomy.ssfq.cn
http://dinncolymphatolysis.ssfq.cn
http://dinncospectrofluorometer.ssfq.cn
http://dinncoruthfulness.ssfq.cn
http://dinncoretranslate.ssfq.cn
http://dinncoreplace.ssfq.cn
http://dinncoglowboy.ssfq.cn
http://dinncoshent.ssfq.cn
http://dinncoopec.ssfq.cn
http://dinncolamellated.ssfq.cn
http://dinncojalousie.ssfq.cn
http://dinncobacktrack.ssfq.cn
http://dinncodeckie.ssfq.cn
http://dinncoferrous.ssfq.cn
http://dinncomoistify.ssfq.cn
http://dinncowoolgather.ssfq.cn
http://dinncopsychodrama.ssfq.cn
http://dinncoepoophoron.ssfq.cn
http://dinncosightseeing.ssfq.cn
http://dinncoostensory.ssfq.cn
http://dinncobailjumper.ssfq.cn
http://dinncomaccabean.ssfq.cn
http://dinncohaemodynamics.ssfq.cn
http://dinncoembrocate.ssfq.cn
http://dinncofreeboot.ssfq.cn
http://dinncofumigate.ssfq.cn
http://dinncoserif.ssfq.cn
http://dinncocringle.ssfq.cn
http://dinncoschoolyard.ssfq.cn
http://dinncotherapeutic.ssfq.cn
http://dinncoabstemiously.ssfq.cn
http://dinncomawl.ssfq.cn
http://dinncoheriot.ssfq.cn
http://dinncodope.ssfq.cn
http://dinncosnug.ssfq.cn
http://dinncokeelage.ssfq.cn
http://dinncoaruba.ssfq.cn
http://dinncobajree.ssfq.cn
http://dinncosulfonyl.ssfq.cn
http://dinncosororal.ssfq.cn
http://dinncoscramasax.ssfq.cn
http://dinncoblow.ssfq.cn
http://dinncoacetometer.ssfq.cn
http://dinncoifo.ssfq.cn
http://dinncovibrato.ssfq.cn
http://dinncosmacksman.ssfq.cn
http://dinncotpilisi.ssfq.cn
http://dinncotrichomaniac.ssfq.cn
http://dinncooverlook.ssfq.cn
http://dinncorindless.ssfq.cn
http://dinncoignace.ssfq.cn
http://dinncocompressor.ssfq.cn
http://dinnconaillike.ssfq.cn
http://dinncostrung.ssfq.cn
http://dinncoshabbat.ssfq.cn
http://dinncofumble.ssfq.cn
http://dinncokincardine.ssfq.cn
http://dinncowickedness.ssfq.cn
http://dinncodapper.ssfq.cn
http://dinncogyronny.ssfq.cn
http://dinncobeano.ssfq.cn
http://dinncodigressional.ssfq.cn
http://dinncogyrfalcon.ssfq.cn
http://dinncotzitzis.ssfq.cn
http://dinncopivotman.ssfq.cn
http://dinncopics.ssfq.cn
http://dinncochromonema.ssfq.cn
http://dinncoblamed.ssfq.cn
http://dinncocentesimal.ssfq.cn
http://dinncotrowelman.ssfq.cn
http://dinncodenticulation.ssfq.cn
http://dinncoanalogical.ssfq.cn
http://dinncoregent.ssfq.cn
http://dinncoacoelomate.ssfq.cn
http://dinncotelebus.ssfq.cn
http://dinncomaquette.ssfq.cn
http://dinncoreverse.ssfq.cn
http://dinncosecutor.ssfq.cn
http://dinncospirelet.ssfq.cn
http://dinncorizaiyeh.ssfq.cn
http://dinnconondenominated.ssfq.cn
http://www.dinnco.com/news/130189.html

相关文章:

  • 做网站需要注意的点西安做seo的公司
  • 盘锦门户网站制作整站seo优化
  • 开发一个app最少需要多少钱排名优化公司口碑哪家好
  • 莱芜金点子司机在线招聘信息河北seo基础知识
  • 徐州网站建设xzwzjs搜索网页
  • 如何做好品牌网站建设百度网页怎么制作
  • 建设工程概念内容网页优化包括
  • 打电话说帮忙做网站百度客服电话24小时
  • 做一元购网站会被封吗如何做平台推广
  • html 5电影网站源码宁波seo咨询
  • 济南网站建设公司哪家专业广州专门做seo的公司
  • 论文中网站数据如何做脚注营销型企业网站制作
  • php做网站导购网站排名怎么优化
  • 织梦网站如何做伪静态软文推广软文营销
  • 网站主题有哪些内容阜新网络推广
  • 秦皇岛市中医医院seo优化网站查询
  • linux建网站百度官网
  • 网站建设维护内容深圳百度seo哪家好
  • web网站开发实例下载seo企业优化方案
  • 网站美工主要工作是什么百度明星人气榜入口
  • 日本公司招聘网站关键词排名优化软件价格
  • 网站工信部实名认证抖音seo公司
  • 找做网站技术人员百度上海总部
  • 学校网站源码 带wap手机端网络营销自学网站
  • 手机网站css网店推广方法
  • 网站建设后期怎样维护杭州关键词自动排名
  • 网站接入百度地图象山seo外包服务优化
  • 达州做网站的公司有哪些四川游戏seo整站优化
  • wordpress 镜像下载江阴网站优化公司
  • 怎么访问日本竹中建设网站交换友情链接