摘要: 1、封装get、post#!/usr/bin/env python3# -*- coding: utf-8 -*-__author__ = 'hualai yu'import requestsclass RunMethod: def post_main(self, url, data, header 阅读全文
posted @ 2019-05-30 14:26 十点半先生 阅读(595) 评论(0) 推荐(0) 编辑
摘要: 1:前置条件 将fastjson-1.2.49.jar包置于jmeter的lib目录下,并将该jar包添加到测试计划的Library中;否则会报:Typed variable declaration : Class: JSONObject not found in namespace的错误 2:解析 阅读全文
posted @ 2019-05-30 14:07 十点半先生 阅读(4412) 评论(0) 推荐(0) 编辑