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.
28 lines
936 B
28 lines
936 B
*** Settings ***
|
|
Documentation 接口:短信验证码登录认证
|
|
Suite Setup Import Variables ${EXECDIR}\\Dating-agency\\DA_data.yaml
|
|
Resource resource.robot
|
|
|
|
*** Test Cases ***
|
|
手机号验证码登录
|
|
#登录婚介平台
|
|
Given 读取TXT文件
|
|
When 用户获取婚介平台短信验证码
|
|
Then 数据库查询用户生效且未过期的验证码
|
|
#And 依次获取验证码
|
|
And 用户手机号验证码登录婚介平台
|
|
#And 查询用户的婚介组织
|
|
|
|
手机号验证码已过期登录
|
|
#验证码已过期
|
|
Given 读取TXT文件
|
|
When 用户获取婚介平台短信验证码
|
|
Then 数据库查询用户生效且已过期的验证码
|
|
And 用户手机号错误验证码登录婚介平台
|
|
|
|
000
|
|
${id-list} Create List 1 2 3
|
|
FOR ${id} IN @{id-list}
|
|
Set Global Variable ${id}
|
|
END
|
|
${tempdir} Set Variable ${EXECDIR}
|