摘要:
###python面试题收集链接: https://www.cnblogs.com/bigtreei/p/9127672.html 阅读全文
摘要:
被测试的函数 def login_check(username=None,password=None): """ 登录校验 :param username: :param password: :return: """ if username !=None and password !=None: i 阅读全文
摘要:
###读取的excel文件、文件扩展名:xlsx | case_id | title | expected | param | result | | | | | | | | 1 | 登录成功 | {"code":0,"msg":"登录成功"} | {"username":"gxj","passwor 阅读全文