09 2018 档案
【转】基于Selenium的web自动化框架(python)
摘要:1 什么是selenium Selenium 是一个基于浏览器的自动化工具,它提供了一种跨平台、跨浏览器的端到端的web自动化解决方案。Selenium主要包括三部分:Selenium IDE、Selenium WebDriver 和Selenium Grid: Selenium IDE:Firef
阅读全文
测试用例
摘要:1. 使用Xmind设计并编写测试用例 Xmind下载 2. 将测试用例导入testlink.此方法来至https://testerhome.com/topics/13454,亲测可用。 使用说明 xmind编写的用例请导出为freemind文件 将需要转换的freemind文件(例如demo.mm
阅读全文
向SQL Server中导入Excel的数据
摘要:1. 手动界面导入Excel数据 同 https://jingyan.baidu.com/article/ce09321b9a0e252bff858ff9.html 首先打开并登陆sql server数据库,如图 首先打开并登陆sql server数据库,如图 选择要将表导入的数据库,右击选择任务—
阅读全文
SQl server更新某阶段的匹配关系。
摘要:DECLARE @count INTEGERDECLARE @id INTEGERDECLARE @subjectID INTEGERSET @count=1SET @id =11894SET @subjectID=151426 while @count<20begin update biomate
阅读全文
Python -- print(dataframe)时,省略部分列。
摘要:import pandas as pd # 导入后加入以下列,再显示时显示完全。 pd.set_option('display.max_rows',500) pd.set_option('display.max_columns',500) pd.set_option('display.width',1000)
阅读全文
Python -- Pandas介绍及简单实用【转】
摘要:转http://www.datadependence.com/2016/05/scientific-python-pandas/ 一、 Pandas简介 1、Python Data Analysis Library 或 pandas 是基于NumPy 的一种工具,该工具是为了解决数据分析任务而创建的
阅读全文
浙公网安备 33010602011771号