摘要: 1.读取Excel表中的数据2.提取测试用例3.发送接口请求4.接口响应结果 1 import xlrd 2 import ast 3 import json 4 import requests 5 6 def excel_to_list(data_file, sheet): 7 ''' 8 一次获 阅读全文
posted @ 2022-03-04 14:29 chloe_qq 阅读(669) 评论(0) 推荐(0) 编辑