2017年4月1日

Automation Testing - Best Practice(书写规范)

摘要: Coding Standards Coding Standards are suggestions that will help us to write automation Scripts code using any language. Naming conventions for creati 阅读全文

posted @ 2017-04-01 16:56 Wu0206 阅读(351) 评论(0) 推荐(0) 编辑

UIAutomation Diagram

摘要: 阅读全文

posted @ 2017-04-01 16:43 Wu0206 阅读(120) 评论(0) 推荐(0) 编辑

Installation Guide for Appium 1.6.3

摘要: A.) System Requirements : - Require node 4 or above Xcode 8 iOS 10 B.) Open terminal and type following command to install Appium 1.6.3 : - npm instal 阅读全文

posted @ 2017-04-01 16:13 Wu0206 阅读(472) 评论(0) 推荐(0) 编辑

2017年2月24日

Test plan

摘要: Options for Test Strategy: 6. Other test type: performance test/stress test/reliability test, etc, depends on the requirement 阅读全文

posted @ 2017-02-24 17:39 Wu0206 阅读(173) 评论(0) 推荐(0) 编辑

app 测试基础

摘要: 1. 安装和启动 (1) OTA安装测试 · app必须能够通过ota安装到测试设备上 · 如果app安装完后没有icon,那么必须能够通过其他的方法来启动这个app · app安装好以后不能要求重启设备 · 如果存储空间不够,安装时必须提示信息 (2)启动时间: · 如果app启动需要很长时间,a 阅读全文

posted @ 2017-02-24 17:33 Wu0206 阅读(183) 评论(0) 推荐(0) 编辑

五. Jmeter--HTTP Cookie Manager

摘要: 1. 添加HTTP Cookie Manager 2.添加登录login http,request info 和 HTTP Header Manager 中的信息是从fiddler中拿的, 至于header要拿那些字段, 可以自己试试(少拿了会报错) 3. 添加登录addfavorite http, 阅读全文

posted @ 2017-02-24 17:28 Wu0206 阅读(222) 评论(0) 推荐(0) 编辑

四. Jmeter--JDBC 请求

摘要: 一, SQLserver 1.下载 JDBC Driver (sqljdbc_6.0.8112.100_enu.exe) https://www.microsoft.com/en-us/download/details.aspx?id=11774 2. 解压sqljdbc_6.0.8112.100_ 阅读全文

posted @ 2017-02-24 12:51 Wu0206 阅读(507) 评论(0) 推荐(0) 编辑

2017年2月22日

二. Jmeter--参数化

摘要: 1. 新建一个txt文件,输入些数据, 一行有四个数据,用逗号分隔。 保存的时候Encoding选择Unicode 2.添加一个Thread Group, 然后添加一个CSV Data Set Config (Add -> Config Element -> CSV Data Set Config) 阅读全文

posted @ 2017-02-22 16:04 Wu0206 阅读(187) 评论(0) 推荐(0) 编辑

二. Jmeter--关联

摘要: 1. 首先建立一个线程组(Thread Group),为什么所有的请求都要加入线程组这个组件呢?不加不行吗?答案当然是不行的。因为jmeter的所有任务都必须由线程处理,所有任务都必须在线程组下面创建 2. 添加如下2个http request POST http://xxxxxxxxxxx/age 阅读全文

posted @ 2017-02-22 15:18 Wu0206 阅读(274) 评论(0) 推荐(0) 编辑

一. Jmeter--使用代理录制脚本

摘要: Jmeter脚本是以.JMX格式为主 1. Jmeter也是支持录制的,支持第三方录制方式和代理录制方式。 (1)、第三方录制主要是通过badboy来录制,录制后另存为jmx格式即可。 (2)、Jmeter也有自己的代理,录制脚本前,我们只要启动好jmeter代理,手动修改浏览器的代理,然后通过IE 阅读全文

posted @ 2017-02-22 14:11 Wu0206 阅读(156) 评论(0) 推荐(0) 编辑

导航