摘要: ###python面试题收集链接: https://www.cnblogs.com/bigtreei/p/9127672.html 阅读全文
posted @ 2022-11-25 23:42 进击的bug~ 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 被测试的函数 def login_check(username=None,password=None): """ 登录校验 :param username: :param password: :return: """ if username !=None and password !=None: i 阅读全文
posted @ 2022-11-25 19:25 进击的bug~ 阅读(9) 评论(0) 推荐(0) 编辑
摘要: ###读取的excel文件、文件扩展名:xlsx | case_id | title | expected | param | result | | | | | | | | 1 | 登录成功 | {"code":0,"msg":"登录成功"} | {"username":"gxj","passwor 阅读全文
posted @ 2022-11-25 19:21 进击的bug~ 阅读(45) 评论(0) 推荐(0) 编辑