Browse Source

创建招亲榜

master
LG_lai 1 year ago
parent
commit
0858f5fbf0
15 changed files with 4514 additions and 488 deletions
  1. 4
      0-Login/LoginResource.robot
  2. 8
      1-Applet/1-WriteInfo/InfoResource.robot
  3. 12
      1-Applet/2-Homepage/MarriageInfo/Authentication.robot
  4. 2
      1-Applet/2-Homepage/MarriageInfo/DataAuthentication.robot
  5. 5
      1-Applet/5-SeekingReward/SeekingReward.robot
  6. 84
      1-Applet/5-SeekingReward/SeekingRewardResource.robot
  7. 2
      1-Applet/5-SeekingReward/__init__.robot
  8. 2
      2-Web/InfoAudit/AuditInfomation.robot
  9. 11
      2-Web/Mall/ProductResource.robot
  10. 2
      2-Web/Mall/product.robot
  11. 2
      DA_data.yaml
  12. 8
      Phone.txt
  13. 13
      output/log.html
  14. 4837
      output/output.xml
  15. 10
      output/report.html

4
0-Login/LoginResource.robot

@ -118,7 +118,7 @@ Library ImageHorizonLibrary
FOR ${account} IN @{id}
Disable Warnings
Create Session dating ${${dating}.dating域名} ${${dating}.AHeader}
${data} Set Variable { \ \ "account":"${account}", \ \ "accountType":2, \ \ "captcha":888888 } #手机号验证码登录参数
${data} Set Variable { \ \ "account":"${account}", \ \ "accountType":2, \ \ "captcha":666666 } #手机号验证码登录参数
${reps} POST On Session dating /dating-agency-uec/authorize/by-captcha ${data.encode('utf-8')}
${code} Get From Dictionary ${reps.json()} code #获取相应状态码
${token} Get From Dictionary ${reps.json()['data']} token #获取token
@ -149,7 +149,7 @@ Library ImageHorizonLibrary
Disable Warnings
FOR ${phone} IN @{phoneList}
Create Session dating ${${dating}.dating域名} ${${dating}.AHeader}
${data} Set Variable { \ \ "account":"${phone}", \ \ "accountType":2, \ \ "captcha":888888 } #手机号验证码登录参数
${data} Set Variable { \ \ "account":"${phone}", \ \ "accountType":2, \ \ "captcha":666666 } #手机号验证码登录参数
${reps} POST On Session dating /dating-agency-uec/authorize/by-captcha ${data.encode('utf-8')}
${code} Get From Dictionary ${reps.json()} code #获取相应状态码
${token} Get From Dictionary ${reps.json()['data']} token #获取token

8
1-Applet/1-WriteInfo/InfoResource.robot

@ -154,8 +154,8 @@ Library OperatingSystem
#选择性别
Log To Console ${CURDIR} #打印当前路径
Disable Warnings
${genderCode} Evaluate random.randint(0,1) random #随机获取男女序号
#${genderCode} Evaluate 1 #固定性别,男:0,女:1
#${genderCode} Evaluate random.randint(0,1) random #随机获取男女序号
${genderCode} Evaluate 0 #固定性别,男:0,女:1
${Number} Evaluate 0 #0:"性别",1:"所在城市",2:"出生年份",3:"身高",4:"学历",5:"婚姻状态",6:"月收入",7:"昵称",8:"首次填写完成"
Create Session dating ${${dating}.dating域名} ${client_header}
${data} Set Variable {"id":${miId},"fillSerialNumber":${Number},"genderCode":${genderCode}}
@ -175,7 +175,7 @@ Library OperatingSystem
region固定省市-广州 #获取省市区
${Number} Evaluate 1 #0:"性别",1:"所在城市",2:"出生年份",3:"身高",4:"学历",5:"婚姻状态",6:"月收入",7:"昵称",8:"首次填写完成"
Create Session dating ${${dating}.dating域名} ${client_header}
${data} Set Variable {"id":"${miId}","fillSerialNumber":${Number},"provinceCode":${provinceCode},"provinceName":"${provinceName}","cityCode":${districtCode},"cityName":"${cityName}","districtCode":${districtCode},"districtName":"${districtName}"}
${data} Set Variable {"id":"${miId}","fillSerialNumber":${Number},"provinceCode":${provinceCode},"provinceName":"${provinceName}","cityCode":${cityCode},"cityName":"${cityName}","districtCode":${districtCode},"districtName":"${districtName}"}
${reps} POST On Session dating /dating-agency-service/user/save/first/fill/marriage/Information ${data.encode('utf-8')}
${id} Get From Dictionary ${reps.json()} data
Should Be Equal ${id} ${miId}
@ -200,7 +200,7 @@ Library OperatingSystem
#${start-year} Evaluate 1950
#${end-year} Evaluate ${get_year}-18
#${birthYear} Evaluate random.randint(${start-year},${end-year}) random #随机获取年份
${birthYear} Evaluate ${get_year}-20 #固定年龄
${birthYear} Evaluate ${get_year}-29 #固定年龄
${Number} Evaluate 3 #填写序号
Create Session dating ${${dating}.dating域名} ${client_header}
${data} Set Variable {"id":"${miId}","fillSerialNumber":${Number},"birthYear":"${birthYear}"}

12
1-Applet/2-Homepage/MarriageInfo/Authentication.robot
File diff suppressed because it is too large
View File

2
1-Applet/2-Homepage/MarriageInfo/DataAuthentication.robot

@ -12,7 +12,7 @@ Resource ../../../0-Login/LoginResource.robot
提交征婚人头像审核信息-无审核中
Given 查询婚介征婚人的资料信息
When 提交婚介征婚人头像审核
Then 查询数据库头像审核表
#Then 查询数据库头像审核表
And 查询婚介征婚人的资料信息
提交征婚人头像审核信息-存在审核中数据

5
1-Applet/5-SeekingReward/SeekingReward.robot

@ -0,0 +1,5 @@
*** Settings ***
Suite Setup Import Variables ${EXECDIR}\\DA_data.yaml
Resource SeekingRewardResource.robot
*** Test Cases ***

84
1-Applet/5-SeekingReward/SeekingRewardResource.robot

@ -0,0 +1,84 @@
*** Settings ***
Library urllib3
Library String
Library DateTime
Library Collections
Library RequestsLibrary
Library DatabaseLibrary
*** Keywords ***
查询${dating}用户资料
${miId_list} Create List
FOR ${userId} ${client_header} IN ZIP ${userid_list} ${Cheader_list}
Disable Warnings
Create Session dating ${${dating}.dating域名} ${client_header}
${reps} GET On Session dating /dating-agency-service/user/get/first/fill/marriage/information/details params=userId=${userId}
${miId} Get From Dictionary ${reps.json()['data']} id #资料id
Append To List ${miId_list} ${miId}
Set Global Variable ${userId}
Set Global Variable ${miId_list}
END
查询${dating}征婚人的择偶资料
#通过miId获取征婚人的择偶资料
FOR ${client_header} IN @{Cheader_list}
Create Session dating ${${dating}.dating域名} ${client_header}
${reps} GET On Session dating dating-agency-service/user/get/demand/marriage/details params=miId=${miId}
${message} Get From Dictionary ${reps.json()} message
Should Be Equal As Strings ${message} successful
END
查询${dating}征婚人发榜详情
#通过miId查询征婚人发榜详情
FOR ${miId} ${client_header} IN ZIP ${miId_list} ${Cheader_list}
Create Session dating ${${dating}.dating域名} ${client_header}
${reps} GET On Session dating dating-agency-service/user/get/marriage/seeking/reward/to/be/announced/detail params=miId=${miId}
${userId} Get From Dictionary ${reps.json()['data']} userId #获取征婚人userId
Set Global Variable ${userId}
END
用户发布${dating}招亲榜
#生成第三方订单
FOR ${miId} ${client_header} IN ZIP ${miId_list} ${Cheader_list}
${resultGift} Evaluate random.uniform(0.1,0.5) random #随机生成结果礼金
${meetingFee} Evaluate random.uniform(0.01,0.05) random #随机生成每人见面礼金
${data} Set Variable {"miId":"${miId}","meetingFee":${meetingFee},"resultGift":${resultGift}}
${reps} POST On Session dating dating-agency-mall/user/submit/marriage-bounty-order ${data.encode('utf-8')}
${orderId} Get From Dictionary ${reps.json()['data']} orderId #获取订单号
${rewardAmount} Evaluate ${meetingFee}*5+${resultGift} #悬赏总金额
Set Global Variable ${orderId}
Set Global Variable ${resultGift}
Set Global Variable ${meetingFee}
Set Global Variable ${rewardAmount}
END
数据库插入数据
${dataTime} Get Current Date result_format=%Y-%m-%d %H:%M:%S #获取当前时间
FOR ${miId} IN @{miId_list}
Connect To Database Using Custom Params pymysql database='dating_agency_mall',user='jxh_user',password='jxh@2024db',host='rm-wz94koti4awpbd5t3ro.mysql.rds.aliyuncs.com' #生产数据库
${insert1} Execute Sql String INSERT INTO `dating_agency_mall`.`da_marriage_bounty_order`(`id`, `is_delete`, `create_time`, `update_time`, `user_id`, `mi_id`, `reward_amount`, `status`, `payment_status`) VALUES (NULL, 0, '${dataTime}', '${dataTime}', ${userId}, ${miId}, ${rewardAmount}, 1, 1) #悬赏招亲订单插入数据
${check1} Query SELECT id FROM `dating_agency_mall`.`da_marriage_bounty_order` WHERE `mi_id` = '${miId}' AND `status` = '1' #查询悬赏订单Id
${bountyOrderId} Set Variable ${check1[0][0]}
${insert2} Execute Sql String INSERT INTO `dating_agency_mall`.`da_marriage_bounty_order_product_record`(`id`, `create_time`, `marriage_bounty_order_id`, `reward_amount`) VALUES (NULL, '${dataTime}', ${bountyOrderId}, ${rewardAmount}) #悬赏招亲订单产品记录表插入数据
${check2} Query SELECT id FROM `dating_agency_mall`.`da_marriage_bounty_order_product_record` WHERE `marriage_bounty_order_id` = '${bountyOrderId}' #查询悬赏订单产品id
${bountyOrderProductId} Set Variable ${check2[0][0]}
${insert3} Execute Sql String INSERT INTO `dating_agency_mall`.`da_marriage_bounty_order_product_spec_record`(`id`, `create_time`, `marriage_bounty_order_product_record_id`, `sub_category`, `unit_original_price`, `unit_selling_price`) VALUES (NULL, '${dataTime}', ${bountyOrderProductId}, 901, ${meetingFee}, ${meetingFee}),(NULL, '${dataTime}', ${bountyOrderProductId}, 902, ${resultGift}, ${resultGift}) #悬赏招亲订单关系插入数据-见面礼金/结果礼金
${insert4} Execute Sql String INSERT INTO `dating_agency_mall`.`da_marriage_bounty_order_rel`(`id`, `create_time`, `marriage_bounty_order_id`, `order_id`, `order_amount`) VALUES (NULL, '${dataTime}', ${bountyOrderId}, ${orderId}, ${rewardAmount}) #悬赏招亲订单关系插入数据
${insert5} Execute Sql String INSERT INTO `dating_agency_mall`.`da_marriage_bounty_order_reward`(`id`, `is_delete`, `create_time`, `update_time`, `marriage_bounty_order_id`, `meeting_mi_id`, `reward_category`, `reward_amount`, `is_receive`) VALUES (NULL, 0, '${dataTime}', '${dataTime}', ${bountyOrderId}, NULL, 901, ${meetingFee}, 0),(NULL, 0, '${dataTime}', '${dataTime}', ${bountyOrderId}, NULL, 901, ${meetingFee}, 0),(NULL, 0, '${dataTime}', '${dataTime}', ${bountyOrderId}, NULL, 901, ${meetingFee}, 0),(NULL, 0, '${dataTime}', '${dataTime}', ${bountyOrderId}, NULL, 901, ${meetingFee}, 0),(NULL, 0, '${dataTime}', '${dataTime}', ${bountyOrderId}, NULL, 901, ${meetingFee}, 0),(NULL, 0, '${dataTime}', '${dataTime}', ${bountyOrderId}, NULL, 902, ${resultGift}, 0) #悬赏招亲订单奖励插入数据
END
查询${dating}招亲榜列表
FOR ${client_header} IN @{Cheader_list}
Create Session dating ${${dating}dating域名} ${client_hader}
${reps} GET On Session dating-agency-service/user/get/marriage/seeking/reward/page params=pageNum=1&pageSize=10&matchmakerFlag=${matchmakerFlag}
${records} Get From Dictionary ${reps.json()['data']} records
Set Global Variable ${records}
遍历招亲榜列表
END
遍历招亲榜列表
FOR ${records} IN @{records}
${MIID} Get From Dictionary ${records} miId
Exit For Loop If ${MIID}==${miId}
Set Global Variable ${MIID}
END

2
1-Applet/5-SeekingReward/__init__.robot

@ -0,0 +1,2 @@
*** Settings ***
Documentation 招亲榜

2
2-Web/InfoAudit/AuditInfomation.robot

@ -6,7 +6,7 @@ Resource Infomation.robot
审核征婚人提交的资料-相册
Given 查询婚介平台用户资料数据
When 查询婚介平台审核资料-审核通过
Then 查询数据库审核表数据
#Then 查询数据库审核表数据
审核征婚人提交的资料-学历
Given 查询婚介平台用户资料数据

11
2-Web/Mall/ProductResource.robot

@ -7,18 +7,19 @@ Library DatabaseLibrary
*** Keywords ***
平台商品数据创建
${subCategory_list} Create List 101 201 301 302 401 501 601 701 801 #产品名称
${mainCategory_list} Create List 1 2 3 3 4 3 3 3 3 #产品分类
${productTitle_list} Create List 学历认证 头像修改 解锁更多人数 高级搜索 线下约见面 聊天卡 会员 包恋爱 包领证
${productType_list} Create List 2 2 2 2 2 2 2 2 3
${subCategory_list} Create List 101 201 302 401 501 601 701 801 88801 #产品名称
${mainCategory_list} Create List 1 2 3 4 5 6 3 3 888 #产品分类
${productTitle_list} Create List 学历认证 头像修改 高级搜索 线下约见面 聊天卡 会员 包恋爱 包领证 红娘合伙人
${data_list} Create List
FOR ${mainCategory} ${subCategory} ${productTitle} IN ZIP ${mainCategory_list} ${subCategory_list} ${productTitle_list}
FOR ${mainCategory} ${subCategory} ${productTitle} ${productType} IN ZIP ${mainCategory_list} ${subCategory_list} ${productTitle_list} ${productType_list}
${productSpecUnit_list} Create List 101 102 #产品规格:101 周期,102 天数
${purchaseTimeValue} Evaluate random.randint(1,50) random #随机获取次数数量
${unitOriginalPrice} Evaluate random.randint(99,3999) random #随机获取商品原价
${unitSellingPrice} Evaluate ${unitOriginalPrice}/1000 #计算商品现价
${productSpecUnit} Evaluate random.choice(${productSpecUnit_list}) random #随机获取产品规格
${validityPeriodValue} Evaluate random.randint(30,365) random #随机获取有效周期天数
${data} Set Variable If ${productSpecUnit}==102 { \ \ \ \ "mainCategory": ${mainCategory}, \ \ \ \ "subCategory": ${subCategory}, \ \ \ \ "productTitle": "${productTitle}", \ \ \ \ "productDesc": "${productTitle}产品描述", \ \ \ \ "productSpecUnit": ${productSpecUnit}, \ \ \ \ "validityPeriodValue": ${validityPeriodValue}, \ \ \ \ "unitOriginalPrice": ${unitOriginalPrice}, \ \ \ \ "unitSellingPrice": ${unitSellingPrice}, \ \ \ \ "detailDesc": "${productTitle}详细描述", \ \ \ \ "purchaseTimeValue": ${purchaseTimeValue} } { \ \ \ \ "mainCategory": ${mainCategory}, \ \ \ \ "subCategory": ${subCategory}, \ \ \ \ "productTitle": "${productTitle}", \ \ \ \ "productDesc": "${productTitle}产品描述", \ \ \ \ "detailDesc": "${productTitle}详情描述", \ \ \ \ "unitOriginalPrice": ${unitOriginalPrice}, \ \ \ \ "unitSellingPrice": ${unitSellingPrice}, \ \ \ \ "productSpecUnit": ${productSpecUnit}, \ \ \ \ "validityPeriodValue": ${validityPeriodValue}, \ \ \ \ "purchaseTimeValue": "${purchaseTimeValue}" }
${data} Set Variable If ${productSpecUnit}==102 { \ \ \ \ "mainCategory": ${mainCategory}, \ \ \ \ "subCategory": ${subCategory}, \ \ \ \ "productTitle": "${productTitle}", \ \ \ \ "productDesc": "${productTitle}产品描述", \ \ \ \ "productSpecUnit": ${productSpecUnit}, \ \ \ \ "validityPeriodValue": ${validityPeriodValue}, \ \ \ \ "unitOriginalPrice": ${unitOriginalPrice}, \ \ \ \ "unitSellingPrice": ${unitSellingPrice}, \ \ \ \ "detailDesc": "${productTitle}详细描述", \ \ \ \ "purchaseTimeValue": ${purchaseTimeValue}, \ \ \ \ "productType": ${productType} } { \ \ \ \ "mainCategory": ${mainCategory}, \ \ \ \ "subCategory": ${subCategory}, \ \ \ \ "productTitle": "${productTitle}", \ \ \ \ "productDesc": "${productTitle}产品描述", \ \ \ \ "detailDesc": "${productTitle}详情描述", \ \ \ \ "unitOriginalPrice": ${unitOriginalPrice}, \ \ \ \ "unitSellingPrice": ${unitSellingPrice}, \ \ \ \ "productSpecUnit": ${productSpecUnit}, \ \ \ \ "validityPeriodValue": ${validityPeriodValue}, \ \ \ \ "purchaseTimeValue": "${purchaseTimeValue}", \ \ \ \ "productType": ${productType} }
Append To List ${data_list} ${data}
Set Global Variable ${data_list}
log ${data_list}

2
2-Web/Mall/product.robot

@ -7,7 +7,7 @@ Resource ProductResource.robot
Given 平台商品数据创建
When 同时创建多个商品
And 查询婚介平台商品定价列表
Then 数据库查询商品表
#Then 数据库查询商品表
上下架商品
Given 查询婚介平台商品定价列表

2
DA_data.yaml

@ -1,5 +1,5 @@
婚介:
dating域名: http://dating-agency-api-test.qniao.cn
dating域名: http://dating-agency-api.quzhaoqin.com
Client域名:
CHeader: {'Content-Type':'application/json','X-APP-ID':'50325897884795880'}
Header: {'Content-Type':'application/json','X-APP-ID':'50325897884795880','Authorization':'iHP4V/g6O5DXHixyNrf7tn7+VIdU5Zwq5m1fgO3jm5PtMrj2OlLQWd+AfAy9eJMn9vowK3P78Iz93vXw55+blg=='}

8
Phone.txt

@ -110,3 +110,11 @@
15139157247,888888
13630297765,888888
18593852767,888888
15869737024,888888
13226845371,888888
15134891062,888888
15820497371,888888
13674150398,888888
13262318547,888888
18783540726,888888
13537209187,888888

13
output/log.html
File diff suppressed because it is too large
View File

4837
output/output.xml
File diff suppressed because it is too large
View File

10
output/report.html

@ -1629,22 +1629,22 @@ storage = function () {
window.output = {};
</script>
<script type="text/javascript">
window.output["suite"] = [1,2,3,0,[],[1,0,976],[[4,5,6,7,[],[1,15,624],[[8,9,10,11,[],[1,15,624],[],[[12,0,0,[],[1,438,201],[]]],[],[1,1,0,0]]],[],[],[1,1,0,0]],[13,14,15,0,[],[1,654,322],[[16,17,18,19,[],[1,654,322],[[20,21,22,0,[],[1,654,322],[],[[23,0,0,[],[1,670,306],[]]],[],[1,1,0,0]]],[],[],[1,1,0,0]]],[],[],[1,1,0,0]]],[],[],[2,2,0,0]];
window.output["suite"] = [1,2,3,0,[],[1,0,4889],[[4,5,6,7,[],[1,16,585],[[8,9,10,11,[],[1,16,585],[],[[12,0,0,[],[1,442,159],[]]],[],[1,1,0,0]]],[],[],[1,1,0,0]],[13,14,15,0,[],[1,604,4121],[[16,17,18,19,[],[1,605,2881],[[20,21,22,0,[],[1,607,2878],[],[[23,0,0,[],[1,642,2843],[]]],[],[1,1,0,0]]],[],[],[1,1,0,0]],[24,25,26,0,[],[1,3487,1238],[[27,28,29,30,[],[1,3489,1236],[[31,32,33,34,[],[1,3490,1235],[],[[35,0,0,[],[1,3521,433],[]],[36,0,0,[],[1,3954,771],[]]],[],[2,2,0,0]]],[],[],[2,2,0,0]]],[],[],[2,2,0,0]]],[],[],[3,3,0,0]],[37,38,39,0,[],[1,4725,164],[[40,41,42,43,[],[1,4725,164],[[44,45,46,0,[],[1,4725,164],[],[[47,0,0,[],[1,4741,148],[]]],[],[1,1,0,0]]],[],[],[1,1,0,0]]],[],[],[1,1,0,0]]],[],[],[5,5,0,0]];
</script>
<script type="text/javascript">
window.output["strings"] = [];
</script>
<script type="text/javascript">
window.output["strings"] = window.output["strings"].concat(["*","*Dating-agency","*D:\\LYL\\Study\\Robot_framework\\space\\Dating-agency","*..","*0-Login","*D:\\LYL\\Study\\Robot_framework\\space\\Dating-agency\\0-Login","*../0-Login","*<p>用户登录婚介平台\x3c/p>","*Login-interface","*D:\\LYL\\Study\\Robot_framework\\space\\Dating-agency\\0-Login\\Login-interface.robot","*../0-Login/Login-interface.robot","*<p>接口:短信验证码登录认证\x3c/p>","*手机号验证码登录-888888","*1-Applet","*D:\\LYL\\Study\\Robot_framework\\space\\Dating-agency\\1-Applet","*../1-Applet","*3-Customer","*D:\\LYL\\Study\\Robot_framework\\space\\Dating-agency\\1-Applet\\3-Customer","*../1-Applet/3-Customer","*<p>权益购买\x3c/p>","*byEquity","*D:\\LYL\\Study\\Robot_framework\\space\\Dating-agency\\1-Applet\\3-Customer\\byEquity.robot","*../1-Applet/3-Customer/byEquity.robot","*用户线聊天卡权益"]);
window.output["strings"] = window.output["strings"].concat(["*","*Dating-agency","*D:\\LYL\\Study\\Robot_framework\\space\\Dating-agency","*..","*0-Login","*D:\\LYL\\Study\\Robot_framework\\space\\Dating-agency\\0-Login","*../0-Login","*<p>用户登录婚介平台\x3c/p>","*Login-interface","*D:\\LYL\\Study\\Robot_framework\\space\\Dating-agency\\0-Login\\Login-interface.robot","*../0-Login/Login-interface.robot","*<p>接口:短信验证码登录认证\x3c/p>","*手机号验证码登录-888888,phone","*1-Applet","*D:\\LYL\\Study\\Robot_framework\\space\\Dating-agency\\1-Applet","*../1-Applet","*1-WriteInfo","*D:\\LYL\\Study\\Robot_framework\\space\\Dating-agency\\1-Applet\\1-WriteInfo","*../1-Applet/1-WriteInfo","*<p>登陆后填写基础资料\x3c/p>","*Infomation","*D:\\LYL\\Study\\Robot_framework\\space\\Dating-agency\\1-Applet\\1-WriteInfo\\Infomation.robot","*../1-Applet/1-WriteInfo/Infomation.robot","*用户首次填写资料","*2-Homepage","*D:\\LYL\\Study\\Robot_framework\\space\\Dating-agency\\1-Applet\\2-Homepage","*../1-Applet/2-Homepage","*MarriageInfo","*D:\\LYL\\Study\\Robot_framework\\space\\Dating-agency\\1-Applet\\2-Homepage\\MarriageInfo","*../1-Applet/2-Homepage/MarriageInfo","*<p>征婚人资料\x3c/p>","*DataAuthentication","*D:\\LYL\\Study\\Robot_framework\\space\\Dating-agency\\1-Applet\\2-Homepage\\MarriageInfo\\DataAuthentication.robot","*../1-Applet/2-Homepage/MarriageInfo/DataAuthentication.robot","*<p>资料认证\x3c/p>","*提交征婚人头像审核信息-无审核中","*提交征婚人身份证审核信息","*2-Web","*D:\\LYL\\Study\\Robot_framework\\space\\Dating-agency\\2-Web","*../2-Web","*InfoAudit","*D:\\LYL\\Study\\Robot_framework\\space\\Dating-agency\\2-Web\\InfoAudit","*../2-Web/InfoAudit","*<p>资料审核\x3c/p>","*AuditInfomation","*D:\\LYL\\Study\\Robot_framework\\space\\Dating-agency\\2-Web\\InfoAudit\\AuditInfomation.robot","*../2-Web/InfoAudit/AuditInfomation.robot","*审核征婚人提交的资料-相册"]);
</script>
<script type="text/javascript">
window.output["stats"] = [[{"elapsed":"00:00:01","fail":0,"label":"All Tests","pass":2,"skip":0}],[],[{"elapsed":"00:00:01","fail":0,"id":"s1","label":"Dating-agency","name":"Dating-agency","pass":2,"skip":0},{"elapsed":"00:00:01","fail":0,"id":"s1-s1","label":"Dating-agency.0-Login","name":"0-Login","pass":1,"skip":0},{"elapsed":"00:00:01","fail":0,"id":"s1-s1-s1","label":"Dating-agency.0-Login.Login-interface","name":"Login-interface","pass":1,"skip":0},{"elapsed":"00:00:00","fail":0,"id":"s1-s2","label":"Dating-agency.1-Applet","name":"1-Applet","pass":1,"skip":0},{"elapsed":"00:00:00","fail":0,"id":"s1-s2-s1","label":"Dating-agency.1-Applet.3-Customer","name":"3-Customer","pass":1,"skip":0},{"elapsed":"00:00:00","fail":0,"id":"s1-s2-s1-s1","label":"Dating-agency.1-Applet.3-Customer.byEquity","name":"byEquity","pass":1,"skip":0}]];
window.output["stats"] = [[{"elapsed":"00:00:04","fail":0,"label":"All Tests","pass":5,"skip":0}],[],[{"elapsed":"00:00:05","fail":0,"id":"s1","label":"Dating-agency","name":"Dating-agency","pass":5,"skip":0},{"elapsed":"00:00:01","fail":0,"id":"s1-s1","label":"Dating-agency.0-Login","name":"0-Login","pass":1,"skip":0},{"elapsed":"00:00:01","fail":0,"id":"s1-s1-s1","label":"Dating-agency.0-Login.Login-interface","name":"Login-interface","pass":1,"skip":0},{"elapsed":"00:00:04","fail":0,"id":"s1-s2","label":"Dating-agency.1-Applet","name":"1-Applet","pass":3,"skip":0},{"elapsed":"00:00:03","fail":0,"id":"s1-s2-s1","label":"Dating-agency.1-Applet.1-WriteInfo","name":"1-WriteInfo","pass":1,"skip":0},{"elapsed":"00:00:03","fail":0,"id":"s1-s2-s1-s1","label":"Dating-agency.1-Applet.1-WriteInfo.Infomation","name":"Infomation","pass":1,"skip":0},{"elapsed":"00:00:01","fail":0,"id":"s1-s2-s2","label":"Dating-agency.1-Applet.2-Homepage","name":"2-Homepage","pass":2,"skip":0},{"elapsed":"00:00:01","fail":0,"id":"s1-s2-s2-s1","label":"Dating-agency.1-Applet.2-Homepage.MarriageInfo","name":"MarriageInfo","pass":2,"skip":0},{"elapsed":"00:00:01","fail":0,"id":"s1-s2-s2-s1-s1","label":"Dating-agency.1-Applet.2-Homepage.MarriageInfo.DataAuthentication","name":"DataAuthentication","pass":2,"skip":0},{"elapsed":"00:00:00","fail":0,"id":"s1-s3","label":"Dating-agency.2-Web","name":"2-Web","pass":1,"skip":0},{"elapsed":"00:00:00","fail":0,"id":"s1-s3-s1","label":"Dating-agency.2-Web.InfoAudit","name":"InfoAudit","pass":1,"skip":0},{"elapsed":"00:00:00","fail":0,"id":"s1-s3-s1-s1","label":"Dating-agency.2-Web.InfoAudit.AuditInfomation","name":"AuditInfomation","pass":1,"skip":0}]];
</script>
<script type="text/javascript">
window.output["baseMillis"] = 1715157750430;
window.output["baseMillis"] = 1715910285115;
</script>
<script type="text/javascript">
window.output["generated"] = 1007;
window.output["generated"] = 4993;
</script>
<script type="text/javascript">
window.output["expand_keywords"] = null;

Loading…
Cancel
Save