You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

12 lines
641 B

testcases:
-
name: 后台管理员登录测试套件
testcase: steps/login/admin_login_password.yml
parameters:
- title-phone-password-rememberMe-code-msg:
- ["登录成功","admin","90F742E9D98D953B6757A54E50AE1349","null",200,"success"]
- ["密码错误","admin","123456","null",200,"帐号密码错误"]
- ["账号错误","123","90F742E9D98D953B6757A54E50AE1349","null",200,"用户不存在"]
- ["账号为空","","90F742E9D98D953B6757A54E50AE1349","null",200,"手机号不能为空"]
- ["密码为空","admin","","null",200,"密码不能为空"]