Commit 2c681744 authored by 章 登恒's avatar 章 登恒
Browse files

commit

parent aa82a61d
...@@ -2,6 +2,7 @@ from testcase.test_scene6.scene6_mainflow import * ...@@ -2,6 +2,7 @@ from testcase.test_scene6.scene6_mainflow import *
def test_scene6_mainflow1(): def test_scene6_mainflow1():
try: try:
print('\n流程六:手术请领-手术还回流程开始!!!')
# step1 = LoginSys() # step1 = LoginSys()
step2_1 = SurgicalOrder() step2_1 = SurgicalOrder()
step2_2 = PurchaseOrder() step2_2 = PurchaseOrder()
...@@ -45,6 +46,7 @@ def test_scene6_mainflow1(): ...@@ -45,6 +46,7 @@ def test_scene6_mainflow1():
# el='vxe-body--column col_19 col--center col--ellipsis dw-click-cell', # el='vxe-body--column col_19 col--center col--ellipsis dw-click-cell',
# qrcond='销售订单号')#进入表单视图 # qrcond='销售订单号')#进入表单视图
# step8.button_click2()#审核订单 # step8.button_click2()#审核订单
print('流程六:手术请领-手术还回流程结束!!!')
except (Exception,AssertionError) as e: except (Exception,AssertionError) as e:
step9 =ExceptionHandling() step9 =ExceptionHandling()
traceback.print_exc() traceback.print_exc()
......
...@@ -2,6 +2,7 @@ from testcase.test_scene6.scene6_mainflow import * ...@@ -2,6 +2,7 @@ from testcase.test_scene6.scene6_mainflow import *
def test_scene6_mainflow2(): def test_scene6_mainflow2():
try: try:
print('\n流程六:手术请领-销售流程开始!!!')
# step1 = LoginSys() # step1 = LoginSys()
step2_1 = SurgicalOrder() step2_1 = SurgicalOrder()
step2_2 = PurchaseOrder() step2_2 = PurchaseOrder()
...@@ -45,6 +46,7 @@ def test_scene6_mainflow2(): ...@@ -45,6 +46,7 @@ def test_scene6_mainflow2():
el='vxe-body--column col_19 col--center col--ellipsis dw-click-cell', el='vxe-body--column col_19 col--center col--ellipsis dw-click-cell',
qrcond='销售订单号')#进入表单视图 qrcond='销售订单号')#进入表单视图
step8.button_click2()#审核订单 step8.button_click2()#审核订单
print('流程六:手术请领-销售流程结束!!!')
except (Exception,AssertionError) as e: except (Exception,AssertionError) as e:
step9 =ExceptionHandling() step9 =ExceptionHandling()
traceback.print_exc() traceback.print_exc()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment