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.
23 lines
601 B
23 lines
601 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
|
|
|
|
WLogin
|
|
Given 用户打开小程序
|
|
#Then 重新进入小程序
|
|
#Then 微信一键登录
|
|
|
|
open
|
|
Given 读取TXT文件
|
|
#Then 数据库操作
|
|
|
|
趣招亲小程序
|
|
Given 小程序UI自动化
|
|
#用户打开小程序
|