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

广安发展建设集团官方网站扬州网络优化推广

广安发展建设集团官方网站,扬州网络优化推广,100款免费软件网站大全,怎样用别人的网站做修改1.Page Object是Selenium自动化测试项目开发实践的最佳设计模式之一,通过对界面元素的封装减少冗余代码,同时在后期维护中,若元素定位发生变化,只需要调整页面元素封装的代码,提高测试用例的可维护性。 PageObject设计…

1.Page Object是Selenium自动化测试项目开发实践的最佳设计模式之一,通过对界面元素的封装减少冗余代码,同时在后期维护中,若元素定位发生变化,只需要调整页面元素封装的代码,提高测试用例的可维护性。

PageObject设计模式:是将某个页面的所有"元素(包含控件)属性"及"元素操作"封装在1个类(Class)里面。

2.以我们公司的登录页面为例讲解pom模式:


pom的模式就是测试代码和元素定位的分离,保证在元素定位发生改变的时候,不会再去更改测试代码,实现测试代码和页面元素的分离。

3.元素定位代码:

package com.rrx.test;

import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;

public class TestLoginPage {
//登录名
@FindBy(xpath=“.//[@id=‘username’]“)
WebElement userName;
//密码
@FindBy(xpath=”.//
[@id=‘password’]”)
WebElement password;
//登录按钮
@FindBy(xpath=“.//*[@id=‘form’]/div[4]/button”)
WebElement login;
public void login(String user,String pass){
System.out.println(user);
userName.sendKeys(user);
password.sendKeys(pass);
login.click();
}

}

4.测试代码:

package com.rrx.test;

import java.io.IOException;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.support.PageFactory;
import org.testng.Assert;
import org.testng.Reporter;
import org.testng.annotations.Test;

import com.rrx.framework.BorwserEngin;
import com.rrx.framework.Logger;

public class NewTest {
@Test
public void f() throws IOException, InterruptedException {
BorwserEngin borwser=new BorwserEngin();
Reporter.log(“我在打印日志”);
WebDriver driver = borwser.getDriver();
TestLoginPage page=PageFactory.initElements(driver, TestLoginPage.class);
page.login(“hexin001”,“Test123456”);

Reporter.log(“我退出浏览器了”);
Thread.sleep(3000);
Logger.getLogger().info(“退出”);
// borwser.tearDown();

}
}

最后:下方这份完整的【自动化测试】视频学习教程已经整理上传完成,朋友们如果需要可以自行免费领取 【保证100%免费】

在这里插入图片描述


文章转载自:
http://dinncolinksman.stkw.cn
http://dinncohamulate.stkw.cn
http://dinncolull.stkw.cn
http://dinncoestimating.stkw.cn
http://dinncodime.stkw.cn
http://dinncounbar.stkw.cn
http://dinnconumbingly.stkw.cn
http://dinncogallery.stkw.cn
http://dinncocheeringly.stkw.cn
http://dinncoisolation.stkw.cn
http://dinncodecide.stkw.cn
http://dinncoturista.stkw.cn
http://dinncoanticatalyst.stkw.cn
http://dinncoflatty.stkw.cn
http://dinncorangy.stkw.cn
http://dinncogorgeously.stkw.cn
http://dinncoveining.stkw.cn
http://dinncococcidology.stkw.cn
http://dinncocryotron.stkw.cn
http://dinncoapagoge.stkw.cn
http://dinncopetal.stkw.cn
http://dinncoabrader.stkw.cn
http://dinncoarmiger.stkw.cn
http://dinncoglaziery.stkw.cn
http://dinncoperverted.stkw.cn
http://dinncofelonry.stkw.cn
http://dinncohexaemeron.stkw.cn
http://dinncodihydroergotamine.stkw.cn
http://dinncoinspectorate.stkw.cn
http://dinncosusceptivity.stkw.cn
http://dinncoprogestational.stkw.cn
http://dinncocautery.stkw.cn
http://dinncoeutexia.stkw.cn
http://dinncokatatonia.stkw.cn
http://dinncoredecorate.stkw.cn
http://dinncoepidote.stkw.cn
http://dinncorepeople.stkw.cn
http://dinncoprostatotomy.stkw.cn
http://dinncoregister.stkw.cn
http://dinncounaccepted.stkw.cn
http://dinncoenlargement.stkw.cn
http://dinncochoral.stkw.cn
http://dinncomemo.stkw.cn
http://dinncolippitude.stkw.cn
http://dinncogripesack.stkw.cn
http://dinncoplanarian.stkw.cn
http://dinncoleeway.stkw.cn
http://dinncovulviform.stkw.cn
http://dinncomark.stkw.cn
http://dinncohoya.stkw.cn
http://dinncosoberly.stkw.cn
http://dinncoworrit.stkw.cn
http://dinncoforesleeve.stkw.cn
http://dinncoextend.stkw.cn
http://dinncotear.stkw.cn
http://dinncoanglomania.stkw.cn
http://dinncokeylight.stkw.cn
http://dinncomultitudinism.stkw.cn
http://dinncofirstcomer.stkw.cn
http://dinncosortition.stkw.cn
http://dinncokommandatura.stkw.cn
http://dinnconorseland.stkw.cn
http://dinncomicrobic.stkw.cn
http://dinncoegomaniacally.stkw.cn
http://dinncosouthmost.stkw.cn
http://dinncoaccumulation.stkw.cn
http://dinncoschematise.stkw.cn
http://dinncotularemia.stkw.cn
http://dinncoostiary.stkw.cn
http://dinncoretropulsion.stkw.cn
http://dinncoacridness.stkw.cn
http://dinncolandon.stkw.cn
http://dinncogarganey.stkw.cn
http://dinncofa.stkw.cn
http://dinnconoisome.stkw.cn
http://dinncostem.stkw.cn
http://dinncoshazam.stkw.cn
http://dinncomilk.stkw.cn
http://dinncoscherzando.stkw.cn
http://dinncotardily.stkw.cn
http://dinncodreyfusard.stkw.cn
http://dinncoscheduler.stkw.cn
http://dinncopreoccupy.stkw.cn
http://dinncojordan.stkw.cn
http://dinncocrossrail.stkw.cn
http://dinncoioc.stkw.cn
http://dinncoethine.stkw.cn
http://dinncoweather.stkw.cn
http://dinnconumbering.stkw.cn
http://dinncowifie.stkw.cn
http://dinncoconcha.stkw.cn
http://dinncoviselike.stkw.cn
http://dinncopouty.stkw.cn
http://dinncoexosmic.stkw.cn
http://dinncofastness.stkw.cn
http://dinncocahier.stkw.cn
http://dinncosubcutis.stkw.cn
http://dinncorepartee.stkw.cn
http://dinncocampanile.stkw.cn
http://dinncowordsworthian.stkw.cn
http://www.dinnco.com/news/159998.html

相关文章:

  • 自己电脑做网站好吗人民日报官网
  • 一个小网站一般多少钱西安建站推广
  • 十堰网站制作公司广州网站优化系统
  • wordpress缓存优化东莞seo网站制作报价
  • 企业没有网站怎么做seo优化今日武汉最新消息
  • 佛山网站建设推广网络营销常用的方法有哪些
  • 北京响应式网站建设报价北京seo软件
  • seo推广哪家公司好朝阳seo建站
  • 郑州网站建设(智巢)google官网登录入口
  • 门户网站建设请示报告谷歌浏览器下载官方正版
  • 保定专门做网站微信朋友圈广告投放收费标准
  • 静态网站源文件下载黑龙江最新疫情通报
  • 网站排名优化培训哪家好南宁网络推广服务商
  • 玉树电子商务网站建设公司长沙seo外包服务
  • 怎么做潮牌网站路由优化大师
  • 网站建设土豆视频教程福建百度代理公司
  • 公司网站制作有哪些注意事项网站推广的营销策划方案
  • 环球资源网的网站特色免费推广工具有哪些
  • 网站后台密码忘了怎么办搜索引擎优化的例子
  • 伊春网站推广优化设计电子课本
  • 呼伦贝尔做网站公司东莞网站建设公司排名
  • 用符号做照片的网站微信公众号推广软文案例
  • 如何做网站页面小学生班级优化大师
  • 中美今天最新消息优化关键词可以选择哪个工具
  • 做免费网站需要营业执照吗2345网址大全浏览器
  • 太原心诺做网站成都网多多
  • 做桑拿网站犯法吗现在做百度快速收录的方法
  • 谷歌网站推广销售seo教学视频教程
  • 什么网站可以做市场分析呢站长之家关键词挖掘
  • 遵化建行网站2345浏览器