Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录
切换导航
U
ubains-module-test
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
郑晓兵
ubains-module-test
Commits
abac55d2
提交
abac55d2
authored
11月 30, 2024
作者:
陈泽健
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
增加展厅巡检目录以及脚本文件,调试SMC的测试流程
上级
1ed96e93
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
10 行增加
和
5 行删除
+10
-5
01展厅会议预约巡检.py
预定系统/cases/展厅巡检/01展厅会议预约巡检.py
+7
-2
会议预约.csv
预定系统/测试数据/展厅巡检/会议预约.csv
+3
-3
没有找到文件。
预定系统/cases/展厅巡检/01展厅会议预约巡检.py
浏览文件 @
abac55d2
...
...
@@ -35,6 +35,7 @@ class Exhibition_hall_inspection_000x:
name:用例名称
conference_name:会议室名称
message_name:会议名称
message_type:会议类型
book_type:预约类型
repetitive_cycle:重复周期
host_name:主持人名称
...
...
@@ -53,7 +54,7 @@ class Exhibition_hall_inspection_000x:
# 从全局存储中获取webdriver实例
wd
=
GSTORE
[
'wd'
]
name
=
self
.
name
conference_name
,
message_name
,
book_type
,
repetitive_cycle
,
host_name
,
message_content
,
issue_name
,
book_start_time
,
book_end_time
,
inside_participant_name
,
outside_participant_name
,
outside_participant_phone
,
save_template
,
template_name
,
message_notification
,
notification_method
,
check_text
=
self
.
para
conference_name
,
message_name
,
message_type
,
book_type
,
repetitive_cycle
,
host_name
,
message_content
,
issue_name
,
book_start_time
,
book_end_time
,
inside_participant_name
,
outside_participant_name
,
outside_participant_phone
,
save_template
,
template_name
,
message_notification
,
notification_method
,
check_text
=
self
.
para
# 在会议室列表搜索会议室
STEP
(
1
,
f
"在会议室列表搜索:{conference_name}"
)
...
...
@@ -83,10 +84,14 @@ class Exhibition_hall_inspection_000x:
# 在会议预定第一步界面进行数据填入
STEP
(
3
,
"会议第一步数据填写"
)
INFO
(
f
"输入会议名称:{message_name},选择预约类型:{book_type},输入主持人:{host_name},输入会议内容:{message_content},选择会议开始时间:{book_start_time},选择会议结束时间:{book_end_time}"
)
INFO
(
f
"输入会议名称:{message_name},选择
会议类型:{message_type},选择
预约类型:{book_type},输入主持人:{host_name},输入会议内容:{message_content},选择会议开始时间:{book_start_time},选择会议结束时间:{book_end_time}"
)
# 输入会议名称
safe_send_keys
((
By
.
XPATH
,
"//input[@placeholder='请输入会议名称']"
),
message_name
,
wd
)
# 判断会议类型
safe_click
((
By
.
XPATH
,
f
"//div[@class='reserve_input']//span[@class='el-checkbox__label'][normalize-space()='{message_type}']"
),
wd
)
sleep
(
1
)
# 判断预约类型
if
book_type
==
"普通会议"
:
INFO
(
"预约类型为:普通会议"
)
...
...
预定系统/测试数据/展厅巡检/会议预约.csv
浏览文件 @
abac55d2
name,conference_name,message_name,book_type,repetitive_cycle,host_name,message_content,issue_name,book_start_time,book_end_time,inside_participant_name,outside_participant_name,outside_participant_phone,save_template,template_name,message_notification,notification_method,check_text
会议预约_001,产研中心会议室,这是周期会议测试1,周期会议,每天,陈泽键,这是会议内容哈哈,议题1,19:00,20:15,admin@CZJ,陈泽坚,17319004674,否,这是模板,开会前一天提醒,短信,预定成功
\ No newline at end of file
name,conference_name,message_name,message_type,book_type,repetitive_cycle,host_name,message_content,issue_name,book_start_time,book_end_time,inside_participant_name,outside_participant_name,outside_participant_phone,save_template,template_name,message_notification,notification_method,check_text
会议预约_001,产研中心会议室,这是周期会议测试1,SMC3.0,周期会议,每天,陈泽键,这是会议内容哈哈,议题1,19:00,20:15,admin@CZJ,陈泽坚,17319004674,否,这是模板,开会前一天提醒,短信,预定成功
\ No newline at end of file
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论