摘要:
import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONObject; import com.qa.utils.*; import org.testng.annotations.DataProvider; impo 阅读全文
摘要:
import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONObject; import com.qa.utils.*; import org.testng.annotations.DataProvider; impo 阅读全文
摘要:
import unittest import json import requests import ddt from pymysql import connect def getMySqlData(): try: db = connect(host="xx.xx.xx.xx", user="xxx 阅读全文
摘要:
思路:Excel管理测试用例,JSONPath做预期结果数据处理,测试结果回写Excel import com.alibaba.fastjson.JSONObject; import com.qa.utils.*; import org.testng.Assert; import org.testn 阅读全文
|