*** Settings *** Suite Setup Import Variables D:\LYL\Study\Robot_framework\space\Dating-agency\DA_data.yaml Resource InfoResource.robot Resource ../Login/LoginResource.robot Library Collections Library RequestsLibrary *** Test Cases *** Info Given 用户打开小程序 Then 性别 And 城市 And 出生年份 And 身高 And 学历 And 婚姻状况 And 月收入 And 昵称 sex_info #选择性别 Given 用户打开小程序 Then 性别 And 重新进入小程序 city_info #选择推荐城市 Given 用户打开小程序 Then 城市 And 返回上一步 And 重新进入小程序 age_info #选择出生年份 Given 用户打开小程序 Then 出生年份 And 返回上一步 And 重新进入小程序 hight_info #选择身高 Given 用户打开小程序 Then 身高 And 返回上一步 And 重新进入小程序 edu_info #选择学历 Given 用户打开小程序 Then 学历 And 返回上一步 And 重新进入小程序 marry_info #选择婚姻状况 Given 用户打开小程序 Then 婚姻状况 And 返回上一步 And 重新进入小程序 money_info #选择月收入 Given 用户打开小程序 Then 月收入 And 返回上一步 And 重新进入小程序