Jynne

和光同尘


  • Home

  • About

  • Tags

  • Categories

  • Archives

OpenGL Pipeline

Posted on 2019-10-06
Words count in article: 681 | Reading time ≈ 2

OpenGL

Open Graphic Library,定义了一个跨编程语言、跨平台编程的专业图形程序接口。可用于二维或三维图像的处理和渲染,是一个功能强大、调用方便的底层图形库。

Read more »

游戏瓶颈分析

Posted on 2019-05-17 | In 游戏性能分析
Words count in article: 470 | Reading time ≈ 1

性能指标 – 影响因素 – 游戏效果

Read more »

selenium-03不同浏览器的兼容性

Posted on 2019-04-23 | In 测试 , 自动化 , web自动化
Words count in article: 99 | Reading time ≈ 1
  1. 在使用selenium时,要注意selenium版本、driver版本 与 浏览器版本之间的对应。

  2. 在使用selenium的过程中,可能会出现目标无法获取的情况,所以在项目融合了图像识别框架,不但能够输入xpath识别空间,还可以根据图像识别控件,然后利用Windows操作驱动进行点击等操作。

selenium-02iframe、验证码处理

Posted on 2019-04-15 | In 测试 , 自动化 , web自动化
Words count in article: 114 | Reading time ≈ 1
  1. selenium提供了find_element_by_name、switch_to.frame、switch_to_default_content等方法
    Read more »

浏览器内核-01基础介绍

Posted on 2019-04-10 | In 测试 , 自动化 , web自动化
Words count in article: 1.8k | Reading time ≈ 6

什么是浏览器内核

浏览器内核又可以分成两部分:渲染引擎(layout engineer或者Rendering Engine)和JS引擎。

Read more »

selenium-01原理分析

Posted on 2019-04-03 | In 测试 , 自动化 , web自动化
Words count in article: 1.7k | Reading time ≈ 9

工具介绍

Read more »

小程序开发教程-01环境搭建与Hello World

Posted on 2020-01-10 | In 开发 , 微信小程序
Words count in article: 406 | Reading time ≈ 1

环境搭建

Read more »

协议测试-01协议测试基础

Posted on 2019-10-14 | In 测试 , 协议测试
Words count in article: 763 | Reading time ≈ 2

大概要开始回顾计算机网络了……

介绍

Read more »

消息队列

Posted on 2019-07-02 | In 开发 , 消息队列
Words count in article: 782 | Reading time ≈ 2

消息队列基础介绍

Read more »

Java代码转Python

Posted on 2019-03-10 | In 测试 , 自动化
Words count in article: 197 | Reading time ≈ 1

为什么要将java代码转成python

1、本身的自动化的框架是python的,支持python脚本,而原有的历史脚本都是java的,需要支持历史脚本
2、为了可以使用框架中的 步骤log、操作log、结果断言,而不是单单java运行的结果

转换方法

主要是使用了现有的一个第三方库:java2python(依赖于antlr库)
虽然这个库可以基本实现java转python,但是很多继承关系、库的引用上都不太符合自动化框架的脚本设计
所以还需要根据我们自己的自动化框架的脚本结构进行一定的改造

修改java2python库

  1. 对于规律比较固定的地方,加上正则匹配处理
123

Jynne Chang

和光同尘

23 posts
17 categories
6 tags
RSS
GitHub E-Mail CSDN
© 2020 Jynne Chang | Site words total count: 15.8k
本站访客数: 本站总访问量: