Raul2018

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 20 下一页

2018年10月9日

摘要: Python单元测试框架之pytest 2 阅读全文
posted @ 2018-10-09 14:15 Raul2018 阅读(281) 评论(0) 推荐(0)

摘要: Python单元测试框架之pytest 1 阅读全文
posted @ 2018-10-09 14:13 Raul2018 阅读(1540) 评论(0) 推荐(0)

2018年9月27日

摘要: From: https://blog.csdn.net/gaowg11/article/details/54910974 由于对测试框架了解比较少,所以最近看了下pytest测试框架,对学习心得做个记录。 学习的教程是刘春明老师的文章 http://blog.csdn.net/liuchunming 阅读全文
posted @ 2018-09-27 11:20 Raul2018 阅读(591) 评论(0) 推荐(0)

2018年9月26日

摘要: From: https://blog.csdn.net/huilan_same/article/details/52559711 Python selenium —— selenium与自动化测试成神之路 忽然想谈谈自动化的学习路径,因为发现很多人总是急于求成,不懂该如何学习。 在群里总是会遇到很多 阅读全文
posted @ 2018-09-26 14:09 Raul2018 阅读(227) 评论(0) 推荐(0)

摘要: From: https://blog.csdn.net/u013258415/article/details/77750214 Selenium入门 欢迎阅读Selenium入门讲义,本讲义将会重点介绍Selenium的入门知识以及Selenium的前置知识。 自动化测试的基础 在Selenium的 阅读全文
posted @ 2018-09-26 10:54 Raul2018 阅读(512) 评论(0) 推荐(0)

2018年9月25日

摘要: From: https://www.cnblogs.com/hanxiaobei/p/6108677.html 配置使用环境 下载相应的浏览器驱动, Firefox 是默认的 本文以 chrome 为主 ,放在scripts目录下ChromeDriver 官方下载地址 : 所有版本的 ChromeD 阅读全文
posted @ 2018-09-25 16:21 Raul2018 阅读(253) 评论(0) 推荐(0)

2018年8月24日

摘要: https://blog.csdn.net/seetheworld518/article/details/49535285 阅读全文
posted @ 2018-08-24 14:11 Raul2018 阅读(154) 评论(0) 推荐(0)

2018年8月22日

摘要: Understanding the Python GIL 阅读全文
posted @ 2018-08-22 09:31 Raul2018 阅读(235) 评论(0) 推荐(0)

摘要: From: https://www.cnblogs.com/jokerbj/p/7460260.html 一 threading模块介绍 multiprocess模块的完全模仿了threading模块的接口,二者在使用层面,有很大的相似性,因而不再详细介绍 官网链接:https://docs.pyt 阅读全文
posted @ 2018-08-22 09:20 Raul2018 阅读(247) 评论(0) 推荐(0)

2018年8月21日

摘要: From: https://www.cnblogs.com/yyds/p/6901864.html 本节内容 一、日志相关概念 日志是一种可以追踪某些软件运行时所发生事件的方法。软件开发人员可以向他们的代码中调用日志记录相关的方法来表明发生了某些事情。一个事件可以用一个可包含可选变量数据的消息来描述 阅读全文
posted @ 2018-08-21 20:48 Raul2018 阅读(176) 评论(0) 推荐(0)

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 20 下一页