Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oto
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
龚小红
oto
Commits
6c71443e
Commit
6c71443e
authored
Jul 03, 2023
by
龚小红
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加邀约优化的测试用例
parent
77df146c
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
742 additions
and
742 deletions
+742
-742
Activity.java
src/test/java/com/oto/cases/otoseller/Activity.java
+5
-5
CheckTask.java
src/test/java/com/oto/cases/otoseller/CheckTask.java
+2
-2
Phone.java
src/test/java/com/oto/cases/otoseller/Phone.java
+732
-732
Work.java
src/test/java/com/oto/cases/otoseller/Work.java
+3
-3
No files found.
src/test/java/com/oto/cases/otoseller/Activity.java
View file @
6c71443e
...
...
@@ -519,7 +519,7 @@ public class Activity implements Authorization {
public
void
查询团队更新经营客户情况
(){
sleep
(
10000
);
otoLeaderAuth
();
checChart
(
1
,
2
,
0
);
checChart
(
1
,
3
,
0
);
checChart
(
2
,
3
,
0
);
checChart
(
3
,
0
,
0
);
checChart
(
4
,
0
,
0
);
...
...
@@ -532,7 +532,7 @@ public class Activity implements Authorization {
saveKyc
(
cust_id
+
2
,
true
);
saveKyc
(
cust_id
+
3
,
true
);
sleep
(
15000
);
checChart
(
1
,
2
,
0
);
checChart
(
1
,
3
,
0
);
checChart
(
2
,
2
,
0
);
checChart
(
3
,
1
,
0
);
checChart
(
4
,
0
,
0
);
...
...
@@ -546,7 +546,7 @@ public class Activity implements Authorization {
savePlanFile
(
3
,
cust_id
+
2
);
savePlanFile
(
3
,
cust_id
+
3
);
sleep
(
15000
);
checChart
(
1
,
2
,
1
);
checChart
(
1
,
3
,
1
);
checChart
(
2
,
2
,
0
);
checChart
(
3
,
0
,
0
);
checChart
(
4
,
1
,
0
);
...
...
@@ -559,7 +559,7 @@ public class Activity implements Authorization {
savePlanFile
(
3
,
cust_id
+
2
);
savePlanFile
(
3
,
cust_id
+
3
);
sleep
(
15000
);
checChart
(
1
,
2
,
1
);
checChart
(
1
,
3
,
1
);
checChart
(
2
,
2
,
0
);
checChart
(
3
,
0
,
0
);
checChart
(
4
,
0
,
0
);
...
...
@@ -573,7 +573,7 @@ public class Activity implements Authorization {
promotionUpdate
(
cust_id
+
2
,
2
);
promotionUpdate
(
cust_id
+
3
,
2
);
sleep
(
15000
);
checChart
(
1
,
2
,
1
);
checChart
(
1
,
3
,
1
);
checChart
(
2
,
2
,
0
);
checChart
(
3
,
0
,
0
);
checChart
(
4
,
0
,
0
);
...
...
src/test/java/com/oto/cases/otoseller/CheckTask.java
View file @
6c71443e
...
...
@@ -110,7 +110,7 @@ public class CheckTask implements Authorization {
@Test
(
description
=
"查询团队未盘点的未见面客户"
,
priority
=
7
)
public
void
查询团队未盘点的未见面客户
(){
sleep
(
10000
);
checChart
(
1
,
3
,
0
);
checChart
(
1
,
4
,
0
);
}
@Test
(
description
=
"特定销售可见团队"
,
priority
=
9
)
...
...
@@ -722,7 +722,7 @@ public class CheckTask implements Authorization {
@Test
(
description
=
"查询团队的经营客户情况"
,
priority
=
70
)
public
void
查询团队的经营客户情况
(){
sleep
(
10000
);
checChart
(
1
,
3
,
1
);
checChart
(
1
,
5
,
1
);
checChart
(
2
,
2
,
0
);
checChart
(
3
,
0
,
0
);
checChart
(
4
,
0
,
0
);
...
...
src/test/java/com/oto/cases/otoseller/Phone.java
View file @
6c71443e
This diff is collapsed.
Click to expand it.
src/test/java/com/oto/cases/otoseller/Work.java
View file @
6c71443e
...
...
@@ -49,7 +49,7 @@ public class Work implements Authorization {
menuList
(
5
);
otoAssistAuth
();
menuList
(
1
6
);
menuList
(
1
5
);
otoLeaderAuth
();
menuList
(
20
);
...
...
@@ -58,13 +58,13 @@ public class Work implements Authorization {
menuList
(
13
);
otoAreaAuth
();
menuList
(
1
3
);
menuList
(
1
6
);
otoPlanAuth
();
menuList
(
3
);
otoManagerAuth
();
menuList
(
2
5
);
menuList
(
2
6
);
}
@Test
(
description
=
"工作台_标签列表"
,
priority
=
5
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment