예제 #1
0
 def chuLi(self):
     time.sleep(random.randint(1,2)) 
     cl_loginItem = self.loginItems['zfj']['user']
     cl_loginItem['resultprocess'] = '申请调整'   #不可更改
     cl_loginItem['operatingComments'] = '请求调整'  #
     cl_loginItem['applyReason'] = '非我辖区'  #调整原因
     cl_result = fileFandling(cl_loginItem).test_requestAdjustment()
     if cl_result:
         logging.info("*****7.移动端权属单位申请调整成功*****")
예제 #2
0
 def chuLis(self):
     time.sleep(random.randint(1,2)) 
     cl_loginItem = self.loginItems['zfj']['user']
     cl_loginItem['resultprocess'] = '处理结束'
     cl_loginItem['operatingComments'] = '处理完成11'
     cl_picpath1 = "E:/test/dcms/ChengGuan/testFile/img/15.png"
     cl_picpath2 = "E:/test/dcms/ChengGuan/testFile/img/18.png"
     cl_loginItem['imgPath'] = [cl_picpath1,cl_picpath2]
     cl_result = fileFandling(cl_loginItem).test_app_handlingDetailsAndHandling()
     if cl_result:
         logging.info("*****10.移动端权属单位处理完毕*****")
예제 #3
0
 def test_06shenQingTiaoZheng(self):
     time.sleep(random.randint(1, 3))
     cl_loginItem = self.loginItems['zfj']['user']
     cl_loginItem['resultprocess'] = '申请调整'  #不可更改
     cl_loginItem['operatingComments'] = '请求调整'  #
     cl_loginItem['applyReason'] = '非我辖区'  #调整原因
     cl_result = fileFandling(cl_loginItem).test_requestAdjustment()
     if cl_result:
         logging.info("*****6.移动端权属单位申请调整成功*****")
     else:
         logging.info(
             "XXXXXXXXXXXXXXXXXXXXXX6.移动端权属单位申请调整失败XXXXXXXXXXXXXXXXXXX")
예제 #4
0
 def test_8chuLi(self):
     time.sleep(random.randint(1, 2))
     cl_loginItem = self.loginItems['qsdw']['user']
     cl_loginItem['resultprocess'] = '处理结束'
     cl_loginItem['operatingComments'] = '处理完成5'
     cl_picpath1 = "E:/test/dcms/ChengGuan/testFile/img/32.png"
     cl_picpath2 = "E:/test/dcms/ChengGuan/testFile/img/33.png"
     cl_loginItem['imgPath'] = [cl_picpath1, cl_picpath2]
     result = fileFandling(
         cl_loginItem).test_app_handlingDetailsAndHandling()
     if result:
         logging.info("*****8.移动端权属单位处理完毕*****")
     else:
         logging.info("XXXXXXXXX8.移动端权属单位处理失败XXXXXXXXX")
예제 #5
0
 def chuLi_lc2(self):
     time.sleep(random.randint(1, 2))
     cl_loginItem = self.loginItems['zfj']['user']
     cl_loginItem['resultprocess'] = '处理结束'
     cl_loginItem['operatingComments'] = '处理完成4'
     cl_picpath1 = "E:/test/dcms/ChengGuan/testFile/img/30.png"
     cl_picpath2 = "E:/test/dcms/ChengGuan/testFile/img/31.png"
     cl_loginItem['imgPath'] = [cl_picpath1, cl_picpath2]
     cl_result = fileFandling(
         cl_loginItem).test_app_handlingDetailsAndHandling()
     if cl_result:
         logging.info("*****6.移动端执法局处理完毕*****")
     else:
         logging.info("XXXXXXXXX6.移动端执法局处理失败XXXXXXXXX")
예제 #6
0
 def chuLi(self):
     time.sleep(random.randint(1, 2))
     cl_loginItem = self.loginItems['qsdw']['user']
     cl_loginItem['oderNumber'] = self.oderNumber
     cl_loginItem['operatingComments'] = '处理完成3'
     cl_loginItem['resultprocess'] = '处理结束'
     cl_picpath1 = "E:/test/dcms/ChengGuan/testFile/img/29.png"
     cl_picpath2 = "E:/test/dcms/ChengGuan/testFile/img/28.png"
     cl_loginItem['imgPath'] = [cl_picpath1, cl_picpath2]
     cl_result = fileFandling(
         cl_loginItem).test_app_handlingDetailsAndHandling()
     if cl_result:
         logging.info("*****6.移动端权属单位处理完毕*****")
         return True
     else:
         logging.info("XXXXXXXXX6.移动端权属单位处理失败XXXXXXXXX")
예제 #7
0
 def chuLi(self):
     """
     移动端apk处理 [zfj,qsdw]
     """
     time.sleep(random.randint(1, 2))
     cl_loginItem = self.loginItems['qsdw']['user']
     cl_loginItem['resultprocess'] = '处理结束'
     cl_loginItem['operatingComments'] = '处理完成1'
     cl_picpath1 = "E:/test/dcms/ChengGuan/testFile/img/9.png"
     cl_picpath2 = "E:/test/dcms/ChengGuan/testFile/img/28.png"
     cl_loginItem['imgPath'] = [cl_picpath1, cl_picpath2]
     cl_result = fileFandling(
         cl_loginItem).test_app_handlingDetailsAndHandling()
     if cl_result:
         logging.info("8.移动端权属单位处理完毕")
         return True