${EXECDIR}\\DA_data.yaml
Imports a variable file with the given path and optional arguments.
${file}
D:\\LYL\\Study\\Robot_framework\\space\\Dating-agency\\0-Login\\phone-test.txt
Returns the contents of a specified file.
Getting file '<a href="file://D:\LYL\Study\Robot_framework\space\Dating-agency\0-Login\phone-test.txt">D:\LYL\Study\Robot_framework\space\Dating-agency\0-Login\phone-test.txt</a>'.
${file} = 手机号
19128859944
${skip-line}
1
Returns the given values which can then be assigned to a variables.
${skip-line} = 1
${lines}
-1
Returns the given values which can then be assigned to a variables.
${lines} = -1
${content}
${file}
${skip-line}
${lines}
Returns lines of the given ``string`` that contain the ``pattern``.
1 out of 2 lines matched
${content} = 19128859944
${id}
${content}
19128859944
${id}
${id}
\n
Splits the ``string`` using ``separator`` as a delimiter string.
${id} = ['19128859944']
${id}
Makes a variable available globally in all tests and suites.
${id} = ['19128859944']
${userid_list}
Returns a list containing given items.
${userid_list} = []
${Cheader_list}
Returns a list containing given items.
${Cheader_list} = []
${Aheader_list}
Returns a list containing given items.
${Aheader_list} = []
${account}
@{id}
19128859944
Helper for quickly disabling all urllib3 warnings.
dating
${${dating}.dating域名}
${${dating}.AHeader}
Create Session: create a HTTP session to a server
Creating Session using : alias=dating, url=http://dating-agency-api-test.qniao.cn, headers={'Content-Type': 'application/json', 'X-APP-ID': '50325897884795881'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0
Creating session: dating
${data}
{ \ \ "account":"${account}", \ \ "accountType":2, \ \ "captcha":888888 }
Returns the given values which can then be assigned to a variables.
${data} = { "account":"19128859944", "accountType":2, "captcha":888888 }
${reps}
dating
/dating-agency-uec/authorize/by-captcha
${data.encode('utf-8')}
Sends a POST request on a previously created HTTP Session.
Starting new HTTP connection (1): dating-agency-api-test.qniao.cn
http://dating-agency-api-test.qniao.cn:80 "POST /dating-agency-uec/authorize/by-captcha HTTP/1.1" 200 None
POST Request : url=http://dating-agency-api-test.qniao.cn/dating-agency-uec/authorize/by-captcha
path_url=/dating-agency-uec/authorize/by-captcha
headers={'User-Agent': 'python-requests/2.15.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'X-APP-ID': '50325897884795881', 'Content-Length': '68'}
body=b'{ "account":"19128859944", "accountType":2, "captcha":888888 }'
POST Response : url=http://dating-agency-api-test.qniao.cn/dating-agency-uec/authorize/by-captcha
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Mon, 01 Apr 2024 09:35:26 GMT', 'Content-Type': 'application/json', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Vary': 'Origin, Access-Control-Request-Method, Access-Control-Request-Headers'}
body={"code":0,"message":"successful","data":{"token":"iHP4V/g6O5DXHixyNrf7tqQ21W0jK6ZsWHkMHoAFGk2G2wSuS4PbaFNdjMZuWwcYe/iU14Jj13eEsSlinT/oVA==","userId":"968624964985032704"}}
${reps} = <Response [200]>
${code}
${reps.json()}
code
Returns a value from the given ``dictionary`` based on the given ``key``.
${code} = 0
${token}
${reps.json()['data']}
token
Returns a value from the given ``dictionary`` based on the given ``key``.
${token} = iHP4V/g6O5DXHixyNrf7tqQ21W0jK6ZsWHkMHoAFGk2G2wSuS4PbaFNdjMZuWwcYe/iU14Jj13eEsSlinT/oVA==
${userId}
${reps.json()['data']}
userId
Returns a value from the given ``dictionary`` based on the given ``key``.
${userId} = 968624964985032704
${message}
${reps.json()}
message
Returns a value from the given ``dictionary`` based on the given ``key``.
${message} = successful
${login_header}
{'Content-Type':'application/json','X-APP-ID':'50325897884795881','Authorization':'QNT ${token}','X-Organization-Id':'963432943739605555'}
Returns the given values which can then be assigned to a variables.
${login_header} = {'Content-Type':'application/json','X-APP-ID':'50325897884795881','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tqQ21W0jK6ZsWHkMHoAFGk2G2wSuS4PbaFNdjMZuWwcYe/iU14Jj13eEsSlinT/oVA==','X-Organization-Id':'96...
${client_header}
{'Content-Type':'application/json','X-APP-ID':'50325897884795880','Authorization':'QNT ${token}'}
Returns the given values which can then be assigned to a variables.
${client_header} = {'Content-Type':'application/json','X-APP-ID':'50325897884795880','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tqQ21W0jK6ZsWHkMHoAFGk2G2wSuS4PbaFNdjMZuWwcYe/iU14Jj13eEsSlinT/oVA=='}
${userid_list}
${userId}
Adds ``values`` to the end of ``list``.
${Cheader_list}
${client_header}
Adds ``values`` to the end of ``list``.
${Aheader_list}
${login_header}
Adds ``values`` to the end of ``list``.
${code}==0
Should Be Equal As Strings
${message}
successful
ELSE
Should Be Equal As Strings
${message}
验证码错误或无效验证码,请重试!
Runs the given keyword with the given arguments, if ``condition`` is true.
${message}
successful
Fails if objects are unequal after converting them to strings.
Argument types are:
<class 'str'>
<class 'str'>
${phone}
${account}
Returns the given values which can then be assigned to a variables.
${phone} = 19128859944
${phone}
Makes a variable available globally in all tests and suites.
${phone} = 19128859944
${userid_list}
Makes a variable available globally in all tests and suites.
${userid_list} = ['968624964985032704']
${Aheader_list}
Makes a variable available globally in all tests and suites.
${Aheader_list} = ["{'Content-Type':'application/json','X-APP-ID':'50325897884795881','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tqQ21W0jK6ZsWHkMHoAFGk2G2wSuS4PbaFNdjMZuWwcYe/iU14Jj13eEsSlinT/oVA==','X-Organization-Id':'...
${Cheader_list}
Makes a variable available globally in all tests and suites.
${Cheader_list} = ["{'Content-Type':'application/json','X-APP-ID':'50325897884795880','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tqQ21W0jK6ZsWHkMHoAFGk2G2wSuS4PbaFNdjMZuWwcYe/iU14Jj13eEsSlinT/oVA=='}"]
${login_header}
Makes a variable available globally in all tests and suites.
${login_header} = {'Content-Type':'application/json','X-APP-ID':'50325897884795881','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tqQ21W0jK6ZsWHkMHoAFGk2G2wSuS4PbaFNdjMZuWwcYe/iU14Jj13eEsSlinT/oVA==','X-Organization-Id':'96...
${client_header}
Makes a variable available globally in all tests and suites.
${client_header} = {'Content-Type':'application/json','X-APP-ID':'50325897884795880','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tqQ21W0jK6ZsWHkMHoAFGk2G2wSuS4PbaFNdjMZuWwcYe/iU14Jj13eEsSlinT/oVA=='}
${Aheader}
Returns a list containing given items.
${Aheader} = []
${userId}
${login_header}
${userid_list}
${Aheader_list}
968624964985032704
{'Content-Type':'application/json','X-APP-ID':'50325897884795881','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tqQ21W0jK6ZsWHkMHoAFGk2G2wSuS4PbaFNdjMZuWwcYe/iU14Jj13eEsSlinT/oVA==','X-Organization-Id':'96...
Helper for quickly disabling all urllib3 warnings.
dating
${${dating}.dating域名}
${login_header}
Create Session: create a HTTP session to a server
Creating Session using : alias=dating, url=http://dating-agency-api-test.qniao.cn, headers={'Content-Type': 'application/json', 'X-APP-ID': '50325897884795881', 'Authorization': 'QNT iHP4V/g6O5DXHixyNrf7tqQ21W0jK6ZsWHkMHoAFGk2G2wSuS4PbaFNdjMZuWwcYe/iU14Jj13eEsSlinT/oVA==', 'X-Organization-Id': '963432943739605555'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0
Creating session: dating
${reps}
dating
/dating-agency-uec/user/list/own-organization
params=userId=${userid}
Sends a GET request on a previously created HTTP Session.
Starting new HTTP connection (1): dating-agency-api-test.qniao.cn
http://dating-agency-api-test.qniao.cn:80 "GET /dating-agency-uec/user/list/own-organization?userId=968624964985032704 HTTP/1.1" 200 None
GET Request : url=http://dating-agency-api-test.qniao.cn/dating-agency-uec/user/list/own-organization?userId=968624964985032704
path_url=/dating-agency-uec/user/list/own-organization?userId=968624964985032704
headers={'User-Agent': 'python-requests/2.15.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'X-APP-ID': '50325897884795881', 'Authorization': 'QNT iHP4V/g6O5DXHixyNrf7tqQ21W0jK6ZsWHkMHoAFGk2G2wSuS4PbaFNdjMZuWwcYe/iU14Jj13eEsSlinT/oVA==', 'X-Organization-Id': '963432943739605555'}
body=None
GET Response : url=http://dating-agency-api-test.qniao.cn/dating-agency-uec/user/list/own-organization?userId=968624964985032704
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Mon, 01 Apr 2024 09:35:26 GMT', 'Content-Type': 'application/json', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Vary': 'Origin, Access-Control-Request-Method, Access-Control-Request-Headers'}
body={"code":0,"message":"successful","data":[]}
${reps} = <Response [200]>
${data}
${reps.json()}
data
Returns a value from the given ``dictionary`` based on the given ``key``.
${data} = []
${message}
${reps.json()}
message
Returns a value from the given ``dictionary`` based on the given ``key``.
${message} = successful
${message}
successful
Fails if objects are unequal after converting them to strings.
Argument types are:
<class 'str'>
<class 'str'>
${data}==[]
log
未获取到组织信息!
ELSE
log
${data}
Runs the given keyword with the given arguments, if ``condition`` is true.
未获取到组织信息!
Logs the given message with the given level.
未获取到组织信息!
接口:短信验证码登录认证
用户登录婚介平台
${EXECDIR}\\DA_data.yaml
Imports a variable file with the given path and optional arguments.
${userId}
${client_header}
${userid_list}
${Cheader_list}
968624964985032704
{'Content-Type':'application/json','X-APP-ID':'50325897884795880','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tqQ21W0jK6ZsWHkMHoAFGk2G2wSuS4PbaFNdjMZuWwcYe/iU14Jj13eEsSlinT/oVA=='}
dating
${${dating}.dating域名}
${client_header}
Create Session: create a HTTP session to a server
Creating Session using : alias=dating, url=http://dating-agency-api-test.qniao.cn, headers={'Content-Type': 'application/json', 'X-APP-ID': '50325897884795880', 'Authorization': 'QNT iHP4V/g6O5DXHixyNrf7tqQ21W0jK6ZsWHkMHoAFGk2G2wSuS4PbaFNdjMZuWwcYe/iU14Jj13eEsSlinT/oVA=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0
Creating session: dating
${reps}
dating
/dating-agency-service/user/get/marriage/information/details
params=userId=${userId}
Sends a GET request on a previously created HTTP Session.
Starting new HTTP connection (1): dating-agency-api-test.qniao.cn
http://dating-agency-api-test.qniao.cn:80 "GET /dating-agency-service/user/get/marriage/information/details?userId=968624964985032704 HTTP/1.1" 200 None
GET Request : url=http://dating-agency-api-test.qniao.cn/dating-agency-service/user/get/marriage/information/details?userId=968624964985032704
path_url=/dating-agency-service/user/get/marriage/information/details?userId=968624964985032704
headers={'User-Agent': 'python-requests/2.15.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'X-APP-ID': '50325897884795880', 'Authorization': 'QNT iHP4V/g6O5DXHixyNrf7tqQ21W0jK6ZsWHkMHoAFGk2G2wSuS4PbaFNdjMZuWwcYe/iU14Jj13eEsSlinT/oVA=='}
body=None
utf-8 confidence = 0.99
SHIFT_JIS Japanese confidence = 0.01
EUC-JP Japanese confidence = 0.01
GB2312 Chinese confidence = 0.01
EUC-KR Korean confidence = 0.01
CP949 Korean confidence = 0.01
Big5 Chinese confidence = 0.01
EUC-TW Taiwan confidence = 0.01
windows-1251 Russian confidence = 0.01
KOI8-R Russian confidence = 0.01
ISO-8859-5 Russian confidence = 0.0
MacCyrillic Russian confidence = 0.0
IBM866 Russian confidence = 0.0548549802544013
IBM855 Russian confidence = 0.10767829457345442
ISO-8859-7 Greek confidence = 0.0
windows-1253 Greek confidence = 0.0
ISO-8859-5 Bulgairan confidence = 0.0
windows-1251 Bulgarian confidence = 0.0
TIS-620 Thai confidence = 0.03855227271816037
ISO-8859-9 Turkish confidence = 0.39694560147208324
windows-1255 Hebrew confidence = 0.0
windows-1255 Hebrew confidence = 0.0
windows-1255 Hebrew confidence = 0.0
utf-8 confidence = 0.99
SHIFT_JIS Japanese confidence = 0.01
EUC-JP Japanese confidence = 0.01
GB2312 Chinese confidence = 0.01
EUC-KR Korean confidence = 0.01
CP949 Korean confidence = 0.01
Big5 Chinese confidence = 0.01
EUC-TW Taiwan confidence = 0.01
GET Response : url=http://dating-agency-api-test.qniao.cn/dating-agency-service/user/get/marriage/information/details?userId=968624964985032704
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Mon, 01 Apr 2024 09:35:27 GMT', 'Content-Type': 'application/json', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Vary': 'Origin, Access-Control-Request-Method, Access-Control-Request-Headers'}
body={"code":0,"message":"successful","data":{"id":"968624977177874432","isDelete":false,"createTime":"2024-03-22 18:50:56","updateTime":null,"event":null,"accountId":null,"userId":null,"nickName":"格拉斯","name":"李博","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/35b9ceb7c68b3f55fc8f47da2bf9339c.png","identityCard":"429006198410300956","genderCode":0,"genderValue":"男","homeCountryCode":null,"homeCountry":null,"provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","districtCode":440103,"districtName":"荔湾区","birthYear":"1984","birthDate":"1984-10-30","constellationCode":null,"constellation":null,"chineseZodiacCode":null,"chineseZodiac":"鼠","height":172,"weight":null,"educationCode":3,"education":"大学本科","maritalStatusCode":0,"maritalStatusName":"未婚","minimumIncome":8001,"maximumIncome":12000,"incomeCode":3,"income":"8001~12000","diplomaVerificationCode":null,"describeInfo":null,"self":null,"domicilePlaceProvinceCode":null,"domicilePlaceProvinceName":null,"domicilePlaceCityCode":null,"domicilePlaceCityName":null,"nationCode":null,"nation":null,"bodilyFormCode":null,"bodilyForm":null,"accountTypeCode":null,"accountTypeName":null,"nationalityCode":null,"nationality":null,"nativePlaceCode":null,"nativePlaceName":null,"industryCode":null,"industry":null,"occupationCode":null,"occupation":null,"onlyChild":null,"carPurchaseSituationCode":null,"carPurchaseSituation":null,"propertyPermitsCode":null,"propertyPermits":null,"wechatId":null,"hometownProvinceCode":430000,"hometownProvinceName":"湖南省","hometownCityCode":430400,"hometownCityName":"衡阳市","auditProfilePhoto":null,"photoList":[],"describeAuditStatus":null,"describeAudit":null,"fillSerialNumber":null,"demandMarriage":null,"marriageSeekingContacts":null,"age":null}}
${reps} = <Response [200]>
${miId}
${reps.json()['data']}
id
Returns a value from the given ``dictionary`` based on the given ``key``.
${miId} = 968624977177874432
${nickName}
${reps.json()['data']}
nickName
Returns a value from the given ``dictionary`` based on the given ``key``.
${nickName} = 格拉斯
${miId_list}
Returns a list containing given items.
${miId_list} = []
${genderCode}
${reps.json()['data']}
genderCode
Returns a value from the given ``dictionary`` based on the given ``key``.
${genderCode} = 0
${message}
${reps.json()}
message
Returns a value from the given ``dictionary`` based on the given ``key``.
${message} = successful
${miId_list}
${miId}
Adds ``values`` to the end of ``list``.
${message}
successful
Fails if objects are unequal after converting them to strings.
Argument types are:
<class 'str'>
<class 'str'>
${nickName}
Makes a variable available globally in all tests and suites.
${nickName} = 格拉斯
${miId_list}
Makes a variable available globally in all tests and suites.
${miId_list} = ['968624977177874432']
${genderCode}
Makes a variable available globally in all tests and suites.
${genderCode} = 0
${miId}
${client_header}
${miId_list}
${Cheader_list}
968624977177874432
{'Content-Type':'application/json','X-APP-ID':'50325897884795880','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tqQ21W0jK6ZsWHkMHoAFGk2G2wSuS4PbaFNdjMZuWwcYe/iU14Jj13eEsSlinT/oVA=='}
dating
${${dating}.dating域名}
${client_header}
Create Session: create a HTTP session to a server
Creating Session using : alias=dating, url=http://dating-agency-api-test.qniao.cn, headers={'Content-Type': 'application/json', 'X-APP-ID': '50325897884795880', 'Authorization': 'QNT iHP4V/g6O5DXHixyNrf7tqQ21W0jK6ZsWHkMHoAFGk2G2wSuS4PbaFNdjMZuWwcYe/iU14Jj13eEsSlinT/oVA=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0
Creating session: dating
${reps}
dating
dating-agency-service/user/get/marriage/information/details/byid
params=miId=${miId}
Sends a GET request on a previously created HTTP Session.
Starting new HTTP connection (1): dating-agency-api-test.qniao.cn
http://dating-agency-api-test.qniao.cn:80 "GET /dating-agency-service/user/get/marriage/information/details/byid?miId=968624977177874432 HTTP/1.1" 200 None
GET Request : url=http://dating-agency-api-test.qniao.cn/dating-agency-service/user/get/marriage/information/details/byid?miId=968624977177874432
path_url=/dating-agency-service/user/get/marriage/information/details/byid?miId=968624977177874432
headers={'User-Agent': 'python-requests/2.15.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'X-APP-ID': '50325897884795880', 'Authorization': 'QNT iHP4V/g6O5DXHixyNrf7tqQ21W0jK6ZsWHkMHoAFGk2G2wSuS4PbaFNdjMZuWwcYe/iU14Jj13eEsSlinT/oVA=='}
body=None
utf-8 confidence = 0.99
SHIFT_JIS Japanese confidence = 0.01
EUC-JP Japanese confidence = 0.01
GB2312 Chinese confidence = 0.01
EUC-KR Korean confidence = 0.01
CP949 Korean confidence = 0.01
Big5 Chinese confidence = 0.01
EUC-TW Taiwan confidence = 0.01
windows-1251 Russian confidence = 0.01
KOI8-R Russian confidence = 0.01
ISO-8859-5 Russian confidence = 0.0
MacCyrillic Russian confidence = 0.0
IBM866 Russian confidence = 0.0548549802544013
IBM855 Russian confidence = 0.10767829457345442
ISO-8859-7 Greek confidence = 0.0
windows-1253 Greek confidence = 0.0
ISO-8859-5 Bulgairan confidence = 0.0
windows-1251 Bulgarian confidence = 0.0
TIS-620 Thai confidence = 0.03855227271816037
ISO-8859-9 Turkish confidence = 0.3950363361769522
windows-1255 Hebrew confidence = 0.0
windows-1255 Hebrew confidence = 0.0
windows-1255 Hebrew confidence = 0.0
utf-8 confidence = 0.99
SHIFT_JIS Japanese confidence = 0.01
EUC-JP Japanese confidence = 0.01
GB2312 Chinese confidence = 0.01
EUC-KR Korean confidence = 0.01
CP949 Korean confidence = 0.01
Big5 Chinese confidence = 0.01
EUC-TW Taiwan confidence = 0.01
GET Response : url=http://dating-agency-api-test.qniao.cn/dating-agency-service/user/get/marriage/information/details/byid?miId=968624977177874432
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Mon, 01 Apr 2024 09:35:27 GMT', 'Content-Type': 'application/json', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Vary': 'Origin, Access-Control-Request-Method, Access-Control-Request-Headers'}
body={"code":0,"message":"successful","data":{"id":"968624977177874432","isDelete":false,"createTime":"2024-03-22 18:50:56","updateTime":null,"event":null,"accountId":null,"userId":"968624964985032704","nickName":"格拉斯","name":"李博","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/35b9ceb7c68b3f55fc8f47da2bf9339c.png","identityCard":"429006198410300956","genderCode":0,"genderValue":"男","homeCountryCode":null,"homeCountry":null,"provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","districtCode":440103,"districtName":"荔湾区","birthYear":"1984","birthDate":"1984-10-30","constellationCode":null,"constellation":null,"chineseZodiacCode":null,"chineseZodiac":"鼠","height":172,"weight":null,"educationCode":3,"education":"大学本科","maritalStatusCode":0,"maritalStatusName":"未婚","minimumIncome":8001,"maximumIncome":12000,"incomeCode":3,"income":"8001~12000","diplomaVerificationCode":null,"describeInfo":null,"self":null,"domicilePlaceProvinceCode":null,"domicilePlaceProvinceName":null,"domicilePlaceCityCode":null,"domicilePlaceCityName":null,"nationCode":null,"nation":null,"bodilyFormCode":null,"bodilyForm":null,"accountTypeCode":null,"accountTypeName":null,"nationalityCode":null,"nationality":null,"nativePlaceCode":null,"nativePlaceName":null,"industryCode":null,"industry":null,"occupationCode":null,"occupation":null,"onlyChild":null,"carPurchaseSituationCode":null,"carPurchaseSituation":null,"propertyPermitsCode":null,"propertyPermits":null,"wechatId":null,"hometownProvinceCode":430000,"hometownProvinceName":"湖南省","hometownCityCode":430400,"hometownCityName":"衡阳市","auditProfilePhoto":null,"photoList":[],"describeAuditStatus":null,"describeAudit":null,"fillSerialNumber":null,"demandMarriage":{"id":"971027940525608960","isDelete":false,"createTime":"2024-03-29 09:59:27","updateTime":null,"event":null,"miId":968624977177874432,"domicilePlaceCityCode":null,"domicilePlaceCityName":null,"minAge":null,"maxAge":null,"minHeight":null,"maxHeight":null,"educationCode":null,"education":null,"maritalStatusCode":null,"maritalStatusName":null,"nationCode":null,"nation":null,"bodilyFormCode":null,"bodilyForm":null,"accountTypeCode":null,"accountTypeName":null,"nativePlaceCode":null,"nativePlaceName":null,"occupationCode":null,"occupation":null,"onlyChild":null,"carPurchaseSituationCode":null,"carPurchaseSituation":null,"propertyPermitsCode":null,"propertyPermits":null,"minIncome":null,"maxIncome":null,"hometownProvinceCode":null,"hometownProvinceName":null,"hometownCityCode":null,"hometownCityName":null},"marriageSeekingContacts":[],"age":40}}
${reps} = <Response [200]>
${age}
${reps.json()['data']}
age
Returns a value from the given ``dictionary`` based on the given ``key``.
${age} = 40
${height}
${reps.json()['data']}
height
Returns a value from the given ``dictionary`` based on the given ``key``.
${height} = 172
${cityCode}
${reps.json()['data']}
cityCode
Returns a value from the given ``dictionary`` based on the given ``key``.
${cityCode} = 440100
${birthYear}
${reps.json()['data']}
birthYear
Returns a value from the given ``dictionary`` based on the given ``key``.
${birthYear} = 1984
${genderCode}
${reps.json()['data']}
genderCode
Returns a value from the given ``dictionary`` based on the given ``key``.
${genderCode} = 0
${age}
Makes a variable available globally in all tests and suites.
${age} = 40
${height}
Makes a variable available globally in all tests and suites.
${height} = 172
${cityCode}
Makes a variable available globally in all tests and suites.
${cityCode} = 440100
${birthYear}
Makes a variable available globally in all tests and suites.
${birthYear} = 1984
${genderCode}
Makes a variable available globally in all tests and suites.
${genderCode} = 0
${ageRange}
list(range(${age}-9,${age}+10,1))
Evaluates the given expression in Python and returns the result.
${ageRange} = [31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49]
${heightRange}
list(range(${height}-20,${height}+15,1))
Evaluates the given expression in Python and returns the result.
${heightRange} = [152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186]
${client_header}
@{Cheader_list}
{'Content-Type':'application/json','X-APP-ID':'50325897884795880','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tqQ21W0jK6ZsWHkMHoAFGk2G2wSuS4PbaFNdjMZuWwcYe/iU14Jj13eEsSlinT/oVA=='}
dating
${${dating}.dating域名}
${client_header}
Create Session: create a HTTP session to a server
Creating Session using : alias=dating, url=http://dating-agency-api-test.qniao.cn, headers={'Content-Type': 'application/json', 'X-APP-ID': '50325897884795880', 'Authorization': 'QNT iHP4V/g6O5DXHixyNrf7tqQ21W0jK6ZsWHkMHoAFGk2G2wSuS4PbaFNdjMZuWwcYe/iU14Jj13eEsSlinT/oVA=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0
Creating session: dating
${reps}
dating
dating-agency-service/user/get/marriage/recommendation/page
params=queryType=0&pageNum=1&pageSize=30
Sends a GET request on a previously created HTTP Session.
Starting new HTTP connection (1): dating-agency-api-test.qniao.cn
http://dating-agency-api-test.qniao.cn:80 "GET /dating-agency-service/user/get/marriage/recommendation/page?queryType=0&pageNum=1&pageSize=30 HTTP/1.1" 200 None
GET Request : url=http://dating-agency-api-test.qniao.cn/dating-agency-service/user/get/marriage/recommendation/page?queryType=0&pageNum=1&pageSize=30
path_url=/dating-agency-service/user/get/marriage/recommendation/page?queryType=0&pageNum=1&pageSize=30
headers={'User-Agent': 'python-requests/2.15.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'X-APP-ID': '50325897884795880', 'Authorization': 'QNT iHP4V/g6O5DXHixyNrf7tqQ21W0jK6ZsWHkMHoAFGk2G2wSuS4PbaFNdjMZuWwcYe/iU14Jj13eEsSlinT/oVA=='}
body=None
MacCyrillic confidence = 0.026214251793509367, below negative shortcut threshhold 0.05
ISO-8859-5 confidence = 0.0, below negative shortcut threshhold 0.05
utf-8 confidence = 0.99
SHIFT_JIS Japanese confidence = 0.01
EUC-JP Japanese confidence = 0.01
GB2312 Chinese confidence = 0.01
EUC-KR Korean confidence = 0.01
CP949 Korean confidence = 0.01
Big5 Chinese confidence = 0.01
EUC-TW Taiwan confidence = 0.01
windows-1251 Russian confidence = 0.01
KOI8-R Russian confidence = 0.01
ISO-8859-5 Russian confidence = 0.0005431064111148432
MacCyrillic not active
IBM866 Russian confidence = 0.063702781875759
IBM855 Russian confidence = 0.072708047152167
ISO-8859-7 Greek confidence = 0.0
windows-1253 Greek confidence = 0.0
ISO-8859-5 not active
windows-1251 Bulgarian confidence = 0.0
TIS-620 Thai confidence = 0.058416875593921884
ISO-8859-9 Turkish confidence = 0.18795403491815338
windows-1255 Hebrew confidence = 0.0
windows-1255 Hebrew confidence = 0.0
windows-1255 Hebrew confidence = 0.0
utf-8 confidence = 0.99
SHIFT_JIS Japanese confidence = 0.01
EUC-JP Japanese confidence = 0.01
GB2312 Chinese confidence = 0.01
EUC-KR Korean confidence = 0.01
CP949 Korean confidence = 0.01
Big5 Chinese confidence = 0.01
EUC-TW Taiwan confidence = 0.01
GET Response : url=http://dating-agency-api-test.qniao.cn/dating-agency-service/user/get/marriage/recommendation/page?queryType=0&pageNum=1&pageSize=30
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Mon, 01 Apr 2024 09:35:28 GMT', 'Content-Type': 'application/json', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Vary': 'Origin, Access-Control-Request-Method, Access-Control-Request-Headers'}
body={"code":0,"message":"successful","data":{"records":[{"miId":"970787134137044992","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/e11371938ac8e89479916077db4d5d36.jpg","nickName":"如果当时...","height":"159","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":2,"education":"大专","age":35,"occupationCode":178,"occupation":"司机","minimumIncome":8001,"maximumIncome":12000,"incomeCode":3,"income":"8001~12000","realNameAudit":0,"describeInfo":"我内心渴望一份美好的感情,但不强求也不凑合,尊重他人和自己的情感,期待理想中的你能早日出现。在你还没有来到我身边之前,我会好好爱自己,照顾好自己,经营好自己,希望我早日遇到优秀的你,一起成长,共同努力!","hasConsumeUnlockMorePeople":true},{"miId":"970327677879848960","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/960b3d371ed4af8788c1fc4a8c889933.jpg","nickName":"陌上花开李小姐","height":"175","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":2,"education":"大专","age":40,"occupationCode":63,"occupation":"总经理","minimumIncome":3001,"maximumIncome":5000,"incomeCode":1,"income":"3001~5000","realNameAudit":0,"describeInfo":"希望他170cm以上,定居在北京,最好有北京户口,以及最好在城里有房子。有阅历,见过世面,对自己的未来有规划,有不错的挣钱能力,不吸烟(对自己和他人健康负责),无任何不良嗜好。有责任心、上进心、事业心,心胸宽广脾气好,沉稳大度,家人脾气温和。","hasConsumeUnlockMorePeople":true},{"miId":"971032356280471552","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/82d51050e13fea977a054a0208d1e616.jpg","nickName":"零碎小土豆\uD83D\uDCD5","height":"162","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":4,"education":"硕士","age":32,"occupationCode":124,"occupation":"工程师","minimumIncome":5001,"maximumIncome":8000,"incomeCode":2,"income":"5001~8000","realNameAudit":0,"describeInfo":"曾经以为,林深时见鹿,海蓝时见鲸,梦醒时见你。后来才发现,林深时雾起,不知归处;海蓝时浪涌,望而却步;梦醒时夜续,惊慌失措。不见鹿不见鲸,亦不见你。年少时,春风得意马蹄疾,不信人间有别离。多年后才明白,风月无情人暗换,旧游如梦空肠断。原来真正的离别,不是桃花潭水,不是古道长亭。而是我们已经和很多人,见完了最后一面,却没有来得及说再见。人生千千结,就有千千劫。解开一个结,才能渡过一个劫。人生苦短而世事繁杂,走不出自己的执念,到哪里都是牢笼。会者定离,一期一祈。知其不可奈何,而安之若命,这是我们一生的必修课。最后,祝我们自有人随风,自有人随梦,自有人长留。","hasConsumeUnlockMorePeople":true},{"miId":"970325077335871488","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/b26399e635fa7dd44808342595fa334a.jpg","nickName":"百变少女猪刚","height":"168","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":1,"education":"中专","age":33,"occupationCode":6,"occupation":"渠道/分销专员","minimumIncome":50001,"maximumIncome":999999,"incomeCode":6,"income":"50000以上","realNameAudit":0,"describeInfo":"大部分人在二三十岁上就死去了,因为过了这个年龄,他们只是自己的影子,此后的余生则是在模仿自己中度过,日复一日,更机械,更装腔作势地重复他们在有生之年的所作所为,所思所想,所爱所恨。","hasConsumeUnlockMorePeople":true},{"miId":"971018270343827456","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/88957d37f3ead953e13861081b1d8a19.jpg","nickName":"细水长流","height":"170","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":4,"education":"硕士","age":37,"occupationCode":50,"occupation":"业务跟单","minimumIncome":8001,"maximumIncome":12000,"incomeCode":3,"income":"8001~12000","realNameAudit":0,"describeInfo":"书香门第家庭,独生女,父母是泰州市的国企职工,即将退休,未来会有养老金,养老无压力。","hasConsumeUnlockMorePeople":true},{"miId":"971037939993808896","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/699b9ee0b52a22f0b4ac7919b9d26b28.jpg","nickName":"举不动的小公主","height":"179","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":2,"education":"大专","age":40,"occupationCode":120,"occupation":"分析师","minimumIncome":5001,"maximumIncome":8000,"incomeCode":2,"income":"5001~8000","realNameAudit":0,"describeInfo":"坚持备考学习、常运动,会做一些菜,有时间可以多学,能吃辣,基本不挑食,职业接触女生较少,希望找到合适的一半。看在哪发展再考虑买房,买车想买比亚迪宋,两个人一起,三观很重要,想每年和另一半至少一次出去旅游。","hasConsumeUnlockMorePeople":true},{"miId":"972198811596361728","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/884c65f91e6b346bb7c9e26e750ce4d3.jpg","nickName":"可爱弓长张\uD83E\uDD86","height":"155","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":null,"domicilePlaceProvinceName":null,"domicilePlaceCityCode":null,"domicilePlaceCityName":null,"educationCode":0,"education":"高中及以下","age":42,"occupationCode":60,"occupation":"秘书","minimumIncome":3001,"maximumIncome":5000,"incomeCode":1,"income":"3001~5000","realNameAudit":0,"describeInfo":null,"hasConsumeUnlockMorePeople":false},{"miId":"971045086328655872","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/ec1fda9c73eee8d0e2ff47c026dbe69b.jpg","nickName":"七月半","height":"158","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":430000,"domicilePlaceProvinceName":"湖南省","domicilePlaceCityCode":430400,"domicilePlaceCityName":"衡阳市","educationCode":0,"education":"高中及以下","age":44,"occupationCode":null,"occupation":null,"minimumIncome":12001,"maximumIncome":20000,"incomeCode":4,"income":"12001~20000","realNameAudit":0,"describeInfo":"平时喜欢唱跳rpa篮球纯纯小黑子一枚。籍贯:老家湖南衡阳,目前在广州白云工作。职业:大专学历学的环保专业,毕业后一直在该行业摸爬滚打。性格:话唠和emo切换自如,性格直接,三观比五官正;急性子,脾气来得快走得快,不记仇,内心敏感且细腻;共情能力强偏感性。外貌:很遗憾没有过人颜值,个子不高,而且皮肤黑黄,头发还渐渐稀疏,最喜欢自己的鼻子。爱情观:不会随便开始一段感情,线上了解后可线下见面,还是希望偏线下了解,不养鱼也拒绝被养鱼。对待感情专一,认定了你就是唯一,因为我认为深情是件很酷的事情。理想中的你:诚实,善良,有比较强的共情能力。","hasConsumeUnlockMorePeople":true},{"miId":"968880912139948032","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/73a607e091bfa2696e5c76ea282e3fad.jpg","nickName":"大麦","height":"175","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":5,"education":"博士","age":40,"occupationCode":null,"occupation":null,"minimumIncome":12001,"maximumIncome":20000,"incomeCode":4,"income":"12001~20000","realNameAudit":0,"describeInfo":"春日在静定中悠长,在回首间短暂。 ——徐国能春日在静定中悠长,在回首间短暂。 ——徐国能春日在静定中悠长,在回首间短暂。 ——徐国能春日在静定中悠长,在回首间短暂。 ——徐国能春日在静定中悠长,在回首间短暂。 ——徐国能春日在静定中悠长,在回首间短暂。 ——徐国能春日在静定中悠长,在回首间短暂。 ——徐国能","hasConsumeUnlockMorePeople":true},{"miId":"968596000602198016","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/ecfa67de7dd217ae285a720100a72b18.jpg","nickName":"刘嗯","height":"175","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":3,"education":"大学本科","age":32,"occupationCode":null,"occupation":null,"minimumIncome":1,"maximumIncome":3000,"incomeCode":0,"income":"3000以下","realNameAudit":0,"describeInfo":null,"hasConsumeUnlockMorePeople":true},{"miId":"969586972031062016","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/d586c7311f15bbca574bb10ee2590941.jpg","nickName":"上善若水","height":"162","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":null,"domicilePlaceProvinceName":null,"domicilePlaceCityCode":null,"domicilePlaceCityName":null,"educationCode":3,"education":"大学本科","age":47,"occupationCode":null,"occupation":null,"minimumIncome":5001,"maximumIncome":8000,"incomeCode":2,"income":"5001~8000","realNameAudit":0,"describeInfo":"未来我肯定会有自己的事业,不过,更倾向于work life balance的生活。不求大富大贵,只希望平安快乐。喜欢自由一些的生活。","hasConsumeUnlockMorePeople":true}],"total":11,"size":30,"current":1,"pages":1}}
${reps} = <Response [200]>
${records}
${reps.json()['data']}
records
Returns a value from the given ``dictionary`` based on the given ``key``.
${records} = [{'miId': '970787134137044992', 'profilePhoto': 'https://dating-agency-test.oss-accelerate.aliyuncs.com/e11371938ac8e89479916077db4d5d36.jpg', 'nickName': '如果当时...', 'height': '159', 'provinceCode': 4...
${records}
Makes a variable available globally in all tests and suites.
${records} = [{'miId': '970787134137044992', 'profilePhoto': 'https://dating-agency-test.oss-accelerate.aliyuncs.com/e11371938ac8e89479916077db4d5d36.jpg', 'nickName': '如果当时...', 'height': '159', 'provinceCode': 4...
${age_list}
Returns a list containing given items.
${age_list} = []
${height_list}
Returns a list containing given items.
${height_list} = []
${data}
@{records}
{'miId': '970787134137044992', 'profilePhoto': 'https://dating-agency-test.oss-accelerate.aliyuncs.com/e11371938ac8e89479916077db4d5d36.jpg', 'nickName': '如果当时...', 'height': '159', 'provinceCode': 44...
${age}
${data}
age
Returns a value from the given ``dictionary`` based on the given ``key``.
${age} = 35
${height}
${data}
height
Returns a value from the given ``dictionary`` based on the given ``key``.
${height} = 159
${age_list}
${age}
Adds ``values`` to the end of ``list``.
${height_list}
${height}
Adds ``values`` to the end of ``list``.
{'miId': '970327677879848960', 'profilePhoto': 'https://dating-agency-test.oss-accelerate.aliyuncs.com/960b3d371ed4af8788c1fc4a8c889933.jpg', 'nickName': '陌上花开李小姐', 'height': '175', 'provinceCode': 44...
${age}
${data}
age
Returns a value from the given ``dictionary`` based on the given ``key``.
${age} = 40
${height}
${data}
height
Returns a value from the given ``dictionary`` based on the given ``key``.
${height} = 175
${age_list}
${age}
Adds ``values`` to the end of ``list``.
${height_list}
${height}
Adds ``values`` to the end of ``list``.
{'miId': '971032356280471552', 'profilePhoto': 'https://dating-agency-test.oss-accelerate.aliyuncs.com/82d51050e13fea977a054a0208d1e616.jpg', 'nickName': '零碎小土豆📕', 'height': '162', 'provinceCode': 440...
${age}
${data}
age
Returns a value from the given ``dictionary`` based on the given ``key``.
${age} = 32
${height}
${data}
height
Returns a value from the given ``dictionary`` based on the given ``key``.
${height} = 162
${age_list}
${age}
Adds ``values`` to the end of ``list``.
${height_list}
${height}
Adds ``values`` to the end of ``list``.
{'miId': '970325077335871488', 'profilePhoto': 'https://dating-agency-test.oss-accelerate.aliyuncs.com/b26399e635fa7dd44808342595fa334a.jpg', 'nickName': '百变少女猪刚', 'height': '168', 'provinceCode': 440...
${age}
${data}
age
Returns a value from the given ``dictionary`` based on the given ``key``.
${age} = 33
${height}
${data}
height
Returns a value from the given ``dictionary`` based on the given ``key``.
${height} = 168
${age_list}
${age}
Adds ``values`` to the end of ``list``.
${height_list}
${height}
Adds ``values`` to the end of ``list``.
{'miId': '971018270343827456', 'profilePhoto': 'https://dating-agency-test.oss-accelerate.aliyuncs.com/88957d37f3ead953e13861081b1d8a19.jpg', 'nickName': '细水长流', 'height': '170', 'provinceCode': 44000...
${age}
${data}
age
Returns a value from the given ``dictionary`` based on the given ``key``.
${age} = 37
${height}
${data}
height
Returns a value from the given ``dictionary`` based on the given ``key``.
${height} = 170
${age_list}
${age}
Adds ``values`` to the end of ``list``.
${height_list}
${height}
Adds ``values`` to the end of ``list``.
{'miId': '971037939993808896', 'profilePhoto': 'https://dating-agency-test.oss-accelerate.aliyuncs.com/699b9ee0b52a22f0b4ac7919b9d26b28.jpg', 'nickName': '举不动的小公主', 'height': '179', 'provinceCode': 44...
${age}
${data}
age
Returns a value from the given ``dictionary`` based on the given ``key``.
${age} = 40
${height}
${data}
height
Returns a value from the given ``dictionary`` based on the given ``key``.
${height} = 179
${age_list}
${age}
Adds ``values`` to the end of ``list``.
${height_list}
${height}
Adds ``values`` to the end of ``list``.
{'miId': '972198811596361728', 'profilePhoto': 'https://dating-agency-test.oss-accelerate.aliyuncs.com/884c65f91e6b346bb7c9e26e750ce4d3.jpg', 'nickName': '可爱弓长张🦆', 'height': '155', 'provinceCode': 440...
${age}
${data}
age
Returns a value from the given ``dictionary`` based on the given ``key``.
${age} = 42
${height}
${data}
height
Returns a value from the given ``dictionary`` based on the given ``key``.
${height} = 155
${age_list}
${age}
Adds ``values`` to the end of ``list``.
${height_list}
${height}
Adds ``values`` to the end of ``list``.
{'miId': '971045086328655872', 'profilePhoto': 'https://dating-agency-test.oss-accelerate.aliyuncs.com/ec1fda9c73eee8d0e2ff47c026dbe69b.jpg', 'nickName': '七月半', 'height': '158', 'provinceCode': 440000...
${age}
${data}
age
Returns a value from the given ``dictionary`` based on the given ``key``.
${age} = 44
${height}
${data}
height
Returns a value from the given ``dictionary`` based on the given ``key``.
${height} = 158
${age_list}
${age}
Adds ``values`` to the end of ``list``.
${height_list}
${height}
Adds ``values`` to the end of ``list``.
{'miId': '968880912139948032', 'profilePhoto': 'https://dating-agency-test.oss-accelerate.aliyuncs.com/73a607e091bfa2696e5c76ea282e3fad.jpg', 'nickName': '大麦', 'height': '175', 'provinceCode': 440000,...
${age}
${data}
age
Returns a value from the given ``dictionary`` based on the given ``key``.
${age} = 40
${height}
${data}
height
Returns a value from the given ``dictionary`` based on the given ``key``.
${height} = 175
${age_list}
${age}
Adds ``values`` to the end of ``list``.
${height_list}
${height}
Adds ``values`` to the end of ``list``.
{'miId': '968596000602198016', 'profilePhoto': 'https://dating-agency-test.oss-accelerate.aliyuncs.com/ecfa67de7dd217ae285a720100a72b18.jpg', 'nickName': '刘嗯', 'height': '175', 'provinceCode': 440000,...
${age}
${data}
age
Returns a value from the given ``dictionary`` based on the given ``key``.
${age} = 32
${height}
${data}
height
Returns a value from the given ``dictionary`` based on the given ``key``.
${height} = 175
${age_list}
${age}
Adds ``values`` to the end of ``list``.
${height_list}
${height}
Adds ``values`` to the end of ``list``.
{'miId': '969586972031062016', 'profilePhoto': 'https://dating-agency-test.oss-accelerate.aliyuncs.com/d586c7311f15bbca574bb10ee2590941.jpg', 'nickName': '上善若水', 'height': '162', 'provinceCode': 44000...
${age}
${data}
age
Returns a value from the given ``dictionary`` based on the given ``key``.
${age} = 47
${height}
${data}
height
Returns a value from the given ``dictionary`` based on the given ``key``.
${height} = 162
${age_list}
${age}
Adds ``values`` to the end of ``list``.
${height_list}
${height}
Adds ``values`` to the end of ``list``.
${age_list}
Makes a variable available globally in all tests and suites.
${age_list} = [35, 40, 32, 33, 37, 40, 42, 44, 40, 32, 47]
${height_list}
Makes a variable available globally in all tests and suites.
${height_list} = ['159', '175', '162', '168', '170', '179', '155', '158', '175', '175', '162']
${a}
@{age_list}
35
${a} in ${ageRange}
log
${a}存在于${ageRange}中
ELSE
log
${a}不存在于${ageRange}中
Runs the given keyword with the given arguments, if ``condition`` is true.
${a}存在于${ageRange}中
Logs the given message with the given level.
35存在于[31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49]中
40
${a} in ${ageRange}
log
${a}存在于${ageRange}中
ELSE
log
${a}不存在于${ageRange}中
Runs the given keyword with the given arguments, if ``condition`` is true.
${a}存在于${ageRange}中
Logs the given message with the given level.
40存在于[31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49]中
32
${a} in ${ageRange}
log
${a}存在于${ageRange}中
ELSE
log
${a}不存在于${ageRange}中
Runs the given keyword with the given arguments, if ``condition`` is true.
${a}存在于${ageRange}中
Logs the given message with the given level.
32存在于[31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49]中
33
${a} in ${ageRange}
log
${a}存在于${ageRange}中
ELSE
log
${a}不存在于${ageRange}中
Runs the given keyword with the given arguments, if ``condition`` is true.
${a}存在于${ageRange}中
Logs the given message with the given level.
33存在于[31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49]中
37
${a} in ${ageRange}
log
${a}存在于${ageRange}中
ELSE
log
${a}不存在于${ageRange}中
Runs the given keyword with the given arguments, if ``condition`` is true.
${a}存在于${ageRange}中
Logs the given message with the given level.
37存在于[31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49]中
40
${a} in ${ageRange}
log
${a}存在于${ageRange}中
ELSE
log
${a}不存在于${ageRange}中
Runs the given keyword with the given arguments, if ``condition`` is true.
${a}存在于${ageRange}中
Logs the given message with the given level.
40存在于[31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49]中
42
${a} in ${ageRange}
log
${a}存在于${ageRange}中
ELSE
log
${a}不存在于${ageRange}中
Runs the given keyword with the given arguments, if ``condition`` is true.
${a}存在于${ageRange}中
Logs the given message with the given level.
42存在于[31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49]中
44
${a} in ${ageRange}
log
${a}存在于${ageRange}中
ELSE
log
${a}不存在于${ageRange}中
Runs the given keyword with the given arguments, if ``condition`` is true.
${a}存在于${ageRange}中
Logs the given message with the given level.
44存在于[31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49]中
40
${a} in ${ageRange}
log
${a}存在于${ageRange}中
ELSE
log
${a}不存在于${ageRange}中
Runs the given keyword with the given arguments, if ``condition`` is true.
${a}存在于${ageRange}中
Logs the given message with the given level.
40存在于[31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49]中
32
${a} in ${ageRange}
log
${a}存在于${ageRange}中
ELSE
log
${a}不存在于${ageRange}中
Runs the given keyword with the given arguments, if ``condition`` is true.
${a}存在于${ageRange}中
Logs the given message with the given level.
32存在于[31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49]中
47
${a} in ${ageRange}
log
${a}存在于${ageRange}中
ELSE
log
${a}不存在于${ageRange}中
Runs the given keyword with the given arguments, if ``condition`` is true.
${a}存在于${ageRange}中
Logs the given message with the given level.
47存在于[31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49]中
${h}
@{height_list}
159
${h} in ${heightRange}
log
${h}存在于${heightRange}中
ELSE
log
${h}不存在于${heightRange}中
Runs the given keyword with the given arguments, if ``condition`` is true.
${h}存在于${heightRange}中
Logs the given message with the given level.
159存在于[152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186]中
175
${h} in ${heightRange}
log
${h}存在于${heightRange}中
ELSE
log
${h}不存在于${heightRange}中
Runs the given keyword with the given arguments, if ``condition`` is true.
${h}存在于${heightRange}中
Logs the given message with the given level.
175存在于[152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186]中
162
${h} in ${heightRange}
log
${h}存在于${heightRange}中
ELSE
log
${h}不存在于${heightRange}中
Runs the given keyword with the given arguments, if ``condition`` is true.
${h}存在于${heightRange}中
Logs the given message with the given level.
162存在于[152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186]中
168
${h} in ${heightRange}
log
${h}存在于${heightRange}中
ELSE
log
${h}不存在于${heightRange}中
Runs the given keyword with the given arguments, if ``condition`` is true.
${h}存在于${heightRange}中
Logs the given message with the given level.
168存在于[152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186]中
170
${h} in ${heightRange}
log
${h}存在于${heightRange}中
ELSE
log
${h}不存在于${heightRange}中
Runs the given keyword with the given arguments, if ``condition`` is true.
${h}存在于${heightRange}中
Logs the given message with the given level.
170存在于[152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186]中
179
${h} in ${heightRange}
log
${h}存在于${heightRange}中
ELSE
log
${h}不存在于${heightRange}中
Runs the given keyword with the given arguments, if ``condition`` is true.
${h}存在于${heightRange}中
Logs the given message with the given level.
179存在于[152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186]中
155
${h} in ${heightRange}
log
${h}存在于${heightRange}中
ELSE
log
${h}不存在于${heightRange}中
Runs the given keyword with the given arguments, if ``condition`` is true.
${h}存在于${heightRange}中
Logs the given message with the given level.
155存在于[152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186]中
158
${h} in ${heightRange}
log
${h}存在于${heightRange}中
ELSE
log
${h}不存在于${heightRange}中
Runs the given keyword with the given arguments, if ``condition`` is true.
${h}存在于${heightRange}中
Logs the given message with the given level.
158存在于[152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186]中
175
${h} in ${heightRange}
log
${h}存在于${heightRange}中
ELSE
log
${h}不存在于${heightRange}中
Runs the given keyword with the given arguments, if ``condition`` is true.
${h}存在于${heightRange}中
Logs the given message with the given level.
175存在于[152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186]中
175
${h} in ${heightRange}
log
${h}存在于${heightRange}中
ELSE
log
${h}不存在于${heightRange}中
Runs the given keyword with the given arguments, if ``condition`` is true.
${h}存在于${heightRange}中
Logs the given message with the given level.
175存在于[152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186]中
162
${h} in ${heightRange}
log
${h}存在于${heightRange}中
ELSE
log
${h}不存在于${heightRange}中
Runs the given keyword with the given arguments, if ``condition`` is true.
${h}存在于${heightRange}中
Logs the given message with the given level.
162存在于[152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186]中
相亲页面
All Tests
Dating-agency
Dating-agency.0-Login
Dating-agency.0-Login.Login-interface
Dating-agency.1-Applet
Dating-agency.1-Applet.2-Homepage
Dating-agency.1-Applet.2-Homepage.BlindDate
Dating-agency.1-Applet.2-Homepage.BlindDate.Blind