2019年6月10日

Android 相关测试知识

摘要: 转自:https://www.cnblogs.com/jinjiangongzuoshi/category/621065.html 阅读全文

posted @ 2019-06-10 09:40 dreamhighqiu 阅读(145) 评论(0) 推荐(0) 编辑

Git使用教程

摘要: 转自:https://www.cnblogs.com/jinjiangongzuoshi/category/758509.html 阅读全文

posted @ 2019-06-10 09:33 dreamhighqiu 阅读(132) 评论(0) 推荐(0) 编辑

MySQL 使用教程

摘要: 转自:https://www.cnblogs.com/jinjiangongzuoshi/category/491753.html 阅读全文

posted @ 2019-06-10 09:31 dreamhighqiu 阅读(932) 评论(0) 推荐(0) 编辑

Jenkins使用教程

摘要: 转自:https://www.cnblogs.com/jinjiangongzuoshi/category/758510.html 阅读全文

posted @ 2019-06-10 09:28 dreamhighqiu 阅读(140) 评论(0) 推荐(0) 编辑

appium Android下webview混合APP使用教程

摘要: 背景 前几天接到H5开发人员那边的业务开发需求单,说想将H5接入到自动化系列中,特此记录分享一下。 也可参考testerhome发表的文章链接:https://testerhome.com/topics/7866 环境前置准备 手机与电脑USB连接,开启USB调试模式,通过adb devices可查 阅读全文

posted @ 2019-06-10 09:25 dreamhighqiu 阅读(1090) 评论(0) 推荐(0) 编辑

Appium中开启iOS webview调试进行h5自动化测试

摘要: 在做iOS的h5页面的时候,肯定会需要去做webview调试来进行代码调试,而iOS webview调试需要区分真机和模拟器,因为具体的实现原理不一样的,模拟器使用 remote debugger,可以直接通过safari远程调试,而真机使用 ios-webkit-debugger-proxy去远程 阅读全文

posted @ 2019-06-10 09:22 dreamhighqiu 阅读(2366) 评论(0) 推荐(0) 编辑

2019年6月9日

mac下appium 的appium环境配置(h5自动化)

该文被密码保护。 阅读全文

posted @ 2019-06-09 20:39 dreamhighqiu 阅读(3) 评论(0) 推荐(0) 编辑

2019年6月8日

airtest 搭建 Mac下的ios环境

摘要: 首先下载并安装 9.0 版本的 xcode,其他版本的xcode 先卸载然后安装,具体方法自己谷歌 提供 9.0 的 xcode 下载地址 http://www.swift51.com/xcode/9.0.html (这个靠谱一点,我选择的就是这个) 下载后解压就可以用了 2. 安装Xcode Co 阅读全文

posted @ 2019-06-08 22:32 dreamhighqiu 阅读(511) 评论(0) 推荐(0) 编辑

airtest多脚本批量执行生成聚合报告

摘要: 官网教材:新手入门见(官网教材) http://airtest.netease.com/docs/cn/index.html https://testerhome.com/topics/12486 https://testerhome.com/topics/17892 (入门教程详细讲解) airt 阅读全文

posted @ 2019-06-08 22:29 dreamhighqiu 阅读(3386) 评论(8) 推荐(0) 编辑

pyenv+virtualenv 使用教程

摘要: 一 安装系统环境:ubuntu mate 16.04 1.安装依赖sudo apt-get install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget cur 阅读全文

posted @ 2019-06-08 22:10 dreamhighqiu 阅读(1699) 评论(0) 推荐(0) 编辑

导航