2018年9月9日

调用Excel或Oracle数据,数据加载,selenium等使用实例

摘要: from selenium import webdriverfrom common.Excel import ExcelUtilfrom common.Oracle import OracleUtilimport ddt, osimport unittestimport timetry: # Exc 阅读全文

posted @ 2018-09-09 14:32 WapN 阅读(343) 评论(0) 推荐(0) 编辑

py使用邮件发送测试报告

摘要: 能发送成功,频繁使用会企业退信 阅读全文

posted @ 2018-09-09 14:09 WapN 阅读(423) 评论(0) 推荐(0) 编辑

py读取Oracle数据库数据方法

摘要: # 封装读取Oracle数据库数据 # coding:utf-8import cx_Oracleimport osos.environ['NLS_LANG'] = 'SIMPLIFIED CHINESE_CHINA.UTF8'print("cx_Oracle版本:", cx_Oracle.clien 阅读全文

posted @ 2018-09-09 13:59 WapN 阅读(1254) 评论(0) 推荐(0) 编辑

py读取Excel表数据

摘要: # 封装读取Excel表数据方法 import xlrd'''定义一个类'''class ExcelUtil(): def __init__(self,filePath, sheetName): self.data = xlrd.open_workbook(filePath) self.table 阅读全文

posted @ 2018-09-09 13:51 WapN 阅读(1357) 评论(0) 推荐(0) 编辑

导航