摘要: 一、框架结构: 工程目录 二、Case文件设计 三、基础包 base 3.1 封装get/post请求(runmethon.py) 1 import requests 2 import json 3 class RunMethod: 4 def post_main(self,url,data,hea 阅读全文
posted @ 2021-09-12 19:59 软件测试CC 阅读(304) 评论(0) 推荐(0)