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.
25 lines
626 B
25 lines
626 B
*** Settings ***
|
|
Suite Setup Set Library Search Order AppiumLibrary | Selenium2Library
|
|
Library AppiumLibrary
|
|
Resource LoginResource.robot
|
|
|
|
*** Test Cases ***
|
|
LoginTest
|
|
Open Application http://127.0.0.1:4723/wd/hub platformName=Android platformVersion=11 deviceName=Z9Z5YTCIU8NRAQZX
|
|
sleep 10
|
|
Close Application
|
|
|
|
Plogin
|
|
Given 用户打开小程序
|
|
When 输入手机号获取验证码
|
|
Then 登录
|
|
${/}
|
|
|
|
WLogin
|
|
Given 用户打开小程序
|
|
Then 重新进入小程序
|
|
#Then 微信一键登录
|
|
|
|
open
|
|
Given 读取TXT文件
|
|
Then 数据库操作
|