摘要: 安装步骤: 1.安装Python 2.7.14 2.安装wxPython 2.8http://sourceforge.net/projects/wxpython/files/wxPython/2.8.12.1/ 3.安装pip 安装robortframework-ride pip install r 阅读全文
posted @ 2019-04-09 16:44 CeeChen 阅读(323) 评论(0) 推荐(1) 编辑
摘要: 服务端(接口)测试常用工具: 接口测试: Postman(Chrome浏览器插件,也有C端) Jmeter(也用做性能测试) SoupUI(主要用于测试webService接口) Load Runner(性能测试) RobotRramework(自动化框架) 抓包: Fiddler Charles 阅读全文
posted @ 2019-04-09 16:38 CeeChen 阅读(254) 评论(0) 推荐(0) 编辑
摘要: DML(Database Manipulation Language)数据库表数据操作语言 关键字:Insert,Delete,Update,Truncate DDL(Database Definition Language)数据库表结构操作语言 关键字:Create,Alter DCL(Datab 阅读全文
posted @ 2019-04-09 16:27 CeeChen 阅读(1873) 评论(0) 推荐(0) 编辑