摘要: Postman使用详解 2018-08-31 转载自:https://www.jianshu.com/p/549ff9f922d6 前言: Postman是一款功能强大的网页调试与发送网页HTTP请求的Chrome插件。 接口请求流程 一、get请求 GET请求:点击Params,输入参数及valu 阅读全文
posted @ 2018-08-31 16:57 2561142462 阅读(707) 评论(0) 推荐(0) 编辑
摘要: python环境搭建Eclipse 4.5、 Java 8、 PyDev 5.2.0、 Python3.7、 selenium-3.14.0 1 安装Python 下载地址:http://www.python.org/ Python 有 Python 2 和 Python 3 两个版本。 语法有些区 阅读全文
posted @ 2018-08-31 15:07 2561142462 阅读(2655) 评论(0) 推荐(1) 编辑
摘要: 环境搭建: eclipse4.5 + java8 + selenium-3.14 基本都是使用最新版 (1)eclipse4.5下载:http://www.eclipse.org/downloads/ (2)java8官方网站下载:http://www.oracle.com/technetwork/ 阅读全文
posted @ 2018-08-31 14:22 2561142462 阅读(32357) 评论(0) 推荐(0) 编辑
摘要: junit自动化测试框架 junit框架搭建需要的jar包 hamcrest-core-1.3.jar junit-4.12.jar 阅读全文
posted @ 2018-08-31 14:04 2561142462 阅读(1256) 评论(0) 推荐(0) 编辑
摘要: java TestNg自动化测试框架环境搭建 搭建TestNg测试框架需要安装testNg插件 下载地址:http://testng.org/doc/download.html http://dl.bintray.com/testng-team/testng-eclipse-release/zipp 阅读全文
posted @ 2018-08-31 11:38 2561142462 阅读(467) 评论(0) 推荐(0) 编辑