会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Ootori
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
下一页
2021年9月16日
自动化测试 智能等待 解决元素操作不稳定问题
摘要: # 判断元素是否存在 def isElementExist(driver, element_xpath): flag = True try: driver.find_element_by_xpath(element_xpath) print("Good~找到了元素:"+element_xpath)
阅读全文
posted @ 2021-09-16 18:12 Ootori
阅读(102)
评论(0)
推荐(0)
2021年7月8日
新自动化测试框架+微信机器人构建思路
摘要: 一、python测试生态库构建测试架构: 语言python + UI自动化测试框架selenium + request库 + python测试框架pytest + allure测试报告 二、Jenkins构建自动化测试调度中心(设置定时任务运行测试报告) 下载安装:https://mirrors.t
阅读全文
posted @ 2021-07-08 10:24 Ootori
阅读(500)
评论(0)
推荐(0)
2021年1月5日
Burpsuite常见的16个渗透测试类型
摘要: https://blog.csdn.net/blackenn/article/details/106578124
阅读全文
posted @ 2021-01-05 17:25 Ootori
阅读(167)
评论(0)
推荐(0)
2020年12月31日
git 个人分支开发流程
摘要: 看这个文章=》https://www.jianshu.com/p/e25c763b9816 从主分支拉最新代码 git branch 查看当前所在分支 git checkout master 切换到master主分支 git pull 从主分支更新最新代码 创建个人分支 git branch che
阅读全文
posted @ 2020-12-31 17:48 Ootori
阅读(865)
评论(0)
推荐(0)
2020年10月29日
AWVS下载安装
摘要: https://www.cnblogs.com/hackhyl/p/12596687.html
阅读全文
posted @ 2020-10-29 14:26 Ootori
阅读(133)
评论(0)
推荐(0)
2020年4月13日
selenium 常用操作汇总
摘要: https://www.cnblogs.com/Ting-light/p/9770908.html 1.隐式等待,智能等待 driver.implicitly_wait(20) 2.启动 driver=webdriver.Chrome() driver.get("https://www.baidu.
阅读全文
posted @ 2020-04-13 22:16 Ootori
阅读(358)
评论(0)
推荐(0)
2020年2月1日
burpsuite渗透测试入门2020.2.1
摘要: 一、下载安装 从百度盘下载Burp_Suite_Pro_v1.7.37.zip 内涵安装包以及破解工具 二、破解方式 双击运行burp-loader-keygen.jar 看到界面后直接点击右上角运行 三、设置谷歌浏览器代理 设置=》高级=》打开代理设置=》局域网设置=》检查设置的ip和端口 和 b
阅读全文
posted @ 2020-02-01 12:33 Ootori
阅读(2141)
评论(0)
推荐(0)
2020年1月12日
关于selenium chromedriver安装问题系列
摘要: 一、下载安装网站 官网:http://chromedriver.storage.googleapis.com/index.html 国内镜像:http://npm.taobao.org/mirrors/chromedriver/ 二、常见问题 1.如果安装了Anaconda3 的python环境,则
阅读全文
posted @ 2020-01-12 13:21 Ootori
阅读(312)
评论(0)
推荐(0)
2020年1月2日
Airtest webUI测试环境安装
摘要: 一、下载安装AirtestIDE http://airtest.netease.com/ 二、下载安装python3.7 https://www.python.org/downloads/windows/ 三、pip install airtest 四、点击airtestIDE运行根据缺少的模块 p
阅读全文
posted @ 2020-01-02 18:28 Ootori
阅读(413)
评论(0)
推荐(0)
2019年1月7日
使用Jmeter实现自动化测试2020.4.28
摘要: 一、安装jdk https://www.oracle.com/technetwork/java/javase/downloads/index.html 二、安装jmeter https://jmeter.apache.org/ 三、安装ant https://ant.apache.org/bindo
阅读全文
posted @ 2019-01-07 14:24 Ootori
阅读(1097)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
下一页
公告