- 博客(87)
- 资源 (23)
- 问答 (2)
- 收藏
- 关注

原创 RobotFramework+Selenium2Library安装步骤及简单使用
RobotFramework+Selenium2Library安装步骤及简单使用环境安装 批处理安装测试环境step1:下载”环境安装文件夹”https://github.com/yuhuixu/Robotframework-Web-step2:双击运行” 环境安装 – exe安装.bat”该批处理会自动安装,但是欠缺的是点击下一步无法自动化,带后续改进在安装” autoit-v3-setup.e...
2018-03-27 16:04:11
17160
4

原创 Robot Framework +Appium的简单教程及实例
RF+appium学习笔记RF官网http://robotframework.org/#test-librariesgithub学习https://github.com/robotframework/Selenium2Librahttps://github.com/piaoransk/robotframework-appiumlibraryRobot F
2016-08-04 15:43:53
22298
原创 如何进行大数据测试
大数据解决方案包括一系列工具和技术,用于收集、存储、处理和分析大量的数据。以下是一些常用的大数据解决方案:Apache Hadoop:Hadoop是一个开源的大数据处理框架,可以在商用硬件上处理大规模数据集。它包括HDFS(Hadoop分布式文件系统)用于存储数据,MapReduce用于处理数据,以及YARN用于任务调度。Apache Spark:Spark是一个用于大数据处理的开源分布式计算系统,比Hadoop MapReduce更快,尤其是在处理内存中的数据时。
2023-05-19 16:52:03
1254
原创 RobotFramework V4.1 源码解析1-src/robot
一直在做其他事情,没办法静下来心去认真查看源码学习。最近chatgpt出来了,在c的带领下,学习变得简单的多的多的多,但是只能读取21年9月以前的数据,so v4.1。
2023-04-19 11:15:12
881
原创 chatgpt-如今最流行的自动化测试框架是什么
What's the best automation test framework?什么是最好的自动化测试框架?The best automation test framework depends on your specific needs and skill level. Here are some commonly used automation test frameworks:最好的自动化测试框架取决于您的具体需求和技能水平。下面是一些常用的自动化测试框架: Selenium:
2023-03-29 09:38:34
678
原创 如何部署xdai节点
how to run a xdai nodeHardware requirementxdai官网未找到具体硬件要求, 所以参考以太坊的硬件要求实际使用中xdai fast 节点同步完成, 占用 31G存储空间xdai archive 节点同步完成,占用 252GInstall xDai Client - Run a Non-Validator Node OpenEthereum (previously Parity): Rust Client (还没有来得及验证运行)..
2021-05-13 10:19:24
3039
1
转载 解决Explorer.exe频繁占用大量的CPU和内存资源
自从升级到了1809后,我注意到了一个问题,我的Explorer.exe频繁占用大量的CPU和内存资源。其并不是一个显示错误,而是会真的影响游戏性能。(8700+8G)一开始我以为这个问题是因为更新了1809版本所导致的,前脚我才刚刚骂完垃圾微软又搞了什么bug出来,后脚我就回退了1803,结果在安装完一些必须的驱动之后这个问题居然又复现了。通过中英文查阅了大量的资料,都没有找到一些有效的解决办法,一度让我打游戏时候只能用taskkill /IM explorer.exe /F 来强行砍掉它的.
2021-04-14 16:05:20
33612
7
原创 ValueError: {‘code‘: -32000, ‘message‘: ‘only replay-protected (EIP-155) transactions allowed over R
解决办法You'll need to add chainId to your transaction object to save your tx from being replayed on other chains.tx = { 'chainId': 3, // for ropsten 'nonce': nonce, 'to': account_2, 'value': web3.toWei(float_amount, 'ether'), 'gas': 2
2021-04-12 10:45:16
3538
1
原创 以太坊 升级导致 部分方法不可用
Geth 升级到 Geth/v1.10.1-stable 部分方法不可用, 我觉得是升级导致的{ "jsonrpc": "2.0", "id": 67, "error": { "code": -32601, "message": "the method eth_protocolVersion does not exist/is not available" }}这是我找到唯一一个答案https://www.gitmemory.c...
2021-03-29 17:08:17
1368
1
原创 win10 pip install ujson failed
错误日志C:\Users\86182>pip install --no-cache-dir ujsonLooking in indexes: https://pypi.tuna.tsinghua.edu.cn/simpleCollecting ujson Downloading https://pypi.tuna.tsinghua.edu.cn/packages/86/0a/80d87aa4ee79980bddabef13cb7d95de330f85355cf08dfdaf874889b
2021-03-24 11:15:12
2852
原创 confluence查看个人贡献率或者wiki 数据 查询接口 保存备用
import requestsurl = "https://{xxxxxxxx}/gateway/api/xpsearch-aggregator/search/v2/advanced"payload="{\"query\":\"\",\"cloudId\":\"4aadfaa9-6feb-4dc1-9cda-75ed9659e975\",\"scope\":\"confluence.page,blogpost,attachment,space\",\"sessionAttributes\":{\".
2020-12-23 14:37:46
1211
原创 以太坊测试网转账客户端实现
背景:因为需要频繁使用eth ropsten转账, python调用感觉不太方便, 所以整理了一个简单的转账客户端代码:package mainimport ( "context" "crypto/ecdsa" "fmt" "log" "math/big" "os" "strconv" //"github.com/ethereum/go-ethereum" "github.com/ethereum/go-ethereum/common" //"github.com/
2020-12-21 20:48:21
2998
原创 jenkins 配置文件路径
/etc/sysconfig/jenkins (CentOS)/etc/default/jenkins (Debian/Ubuntu)
2020-09-04 14:36:30
5108
原创 安装jenkins
1.dockerdocker pull jenkinsci/blueocean或者docker pull jenkins/jenkinswikihttps://github.com/jenkinsci/docker/blob/master/README.md https://www.jenkins.io/zh/doc/book/installing/2. linux aptwget -q -O - https://pkg.jenkins.io/debian/jenk
2020-09-04 14:35:39
115
原创 python socket connect 错误类型
https://github.com/python/cpython/blob/3.8/Lib/socket.pyerrorTab[8] = "Insufficient memory available." errorTab[87] = "One or more parameters are invalid." errorTab[995] = "Overlapped operation aborted." errorTab[996] = "Overlapped I/O event obj.
2020-07-06 19:37:30
1355
原创 circleci + python + requests + slack 自动化测试集成
1.制作docker镜像2.新建github仓库3.配置circleci 脚本4.提交github代码5.查看robotframework报告TBD
2020-07-01 10:35:18
469
原创 JIRA Next-gen software 增加 issue 状态
背景:状态太少,缺少想要的QA Testing.查看了大量官网资料,一直无法使用workflow给我的项目添加状态值.原因:由于Next-gen software无法使用workflow,所以无法自定义workflow解决:只能通过Board 页面点击增加按钮参考:https://community.atlassian.com/t5/Jira-questions/Managing-Next-gen-status-workflows/qaq-p/953905...
2020-05-27 15:39:53
313
转载 error: Microsoft Visual C++ 14.0 is required
error: Microsoft Visual C++ 14.0 is required解决办法:The Solution is: Go toBuild Tools for Visual Studio 2017 Select free download under Visual Studio Community 2017. This will download t...
2020-03-20 17:27:24
233
原创 git clone github代码git@github.com: Permission denied (publickey). fatal: Could not read from remote r
This is my first time accessing GitHub and I'm not experienced using a console. I am on a MacBook using Bash. When I try to access GitHub, I get this:git clone git@github.com:dhulihan/league-of-leg...
2020-02-27 12:30:16
1579
原创 * Error: [VBOX_HYPERV_64_BOOT] create: precreate: This computer is running Hyper-V. VirtualBox won't
问题:* Error: [VBOX_HYPERV_64_BOOT] create: precreate: This computer is running Hyper-V. VirtualBox won't boot a 64bits VM when Hyper-V is activated. Either use Hyper-V as a driver, or disable the Hyp...
2020-02-12 11:01:37
2525
转载 Kubernetes部署失败的10个最常见原因 (Part 1)
1.错误的容器映像/无效的注册表权限最常见的两个问题是(a)指定了错误的容器映像,以及(b)尝试在不提供注册表凭据的情况下使用私有映像。在开始使用Kubernetes或首次连接CI / CD时,这些技巧特别棘手。让我们来看一个例子。首先,我们将创建一个名为fail不存在的Docker映像的部署:<span style="color:#f8f8f2"><cod...
2020-02-11 18:43:06
2275
转载 测试开发工程师技能图谱
摘自 testerhome.com好多东西不懂,还要学习吧。这两年真的是懈怠了好多好多。希望还能跟上。2019-09-26-12:34.尴尬,网站挂掉了。
2019-09-26 00:35:19
986
转载 看了几万份简历,只有 5% 写得让人赏心悦目,这 20 条建议请拿好
每年,职人社团队要看几万份简历,大部分都是有丰富从业经验的职人。但让我们意外的是,能写出让人赏心悦目简历的人不足 5%。尽管如此,我们总是热情地提出修改建议,因此也总是收到大家的需求:你们有没有推荐的简历模板可以参考的? 对于这个问题,我们给出的第一个建议是:写自己的简历,千万不要套模板。你就是你(不一样的烟火),套用模板,一开始就有跟随他人的嫌疑。以下,是我们看了几万份简历后总结出的一些...
2018-10-10 10:57:36
331
转载 Jenkins – Tomcat Setup
Jenkins – Tomcat SetupThe following prerequisites must be met for Jenkins Tomcat setup.Step 1: Verifying Java InstallationTo verify Java installation, open the console and execute the following ...
2018-08-14 10:03:39
198
原创 autoit 常见问题解决
1.解决win10 UAC问题脚本首行添加#RequireAdmin2. 函数定义3. if else语句4. 等待控件5.点击控件
2018-06-21 11:38:29
2237
原创 pip [SSL: CERTIFICATE_VERIFY_FAILED]
问题:Could not fetch URL https://pypi.org/simple/pypi-org/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pypi
2018-05-10 09:35:17
1131
转载 interview_python
转自:https://github.com/taizilongxu/interview_python 担心github抽风,存一下 Table of ContentsPython语言特性 1 Python的函数参数传递2 Python中的元类(metaclass)3 @staticmethod和@classmethod4 类变量和实例变量5 Python自省6 字典推导式7 Py
2018-04-17 17:28:09
758
原创 解决self.buf += ''.join(self.buflist) UnicodeDecodeError: 'utf8' 问题
问题return self.outputBuffer.getvalue() File "C:\Python27\lib\StringIO.py", line 276, in getvalue self.buf += ''.join(self.buflist)UnicodeDecodeError: 'utf8' codec can't decode byte 0xd0 in positi
2018-04-14 11:57:30
712
原创 python 相对路径文件的操作
python项目中,如果pyton代码需要访问某个外部文件,该文件位于代码文件的某个相对路径位置,我们可以在代码中使用相对路径来访问该文件。 比如图中的代码结构: sample.py文件中,如果要访问配置文件server.ini文件,就可以用 “../conf/server.ini”来进行访问。但是经常的问题是,该python文件又被别的目录的python文件import引用, 此时相对路径就会出...
2018-04-13 17:39:22
26000
1
原创 Apprtc实例部署学习笔记
Apprtc实例部署学习笔记Posted on 四月 3, 2018 by xyh421环境:vmware虚拟机ubuntu14.04注意1.上网模式要桥接哦2.切换到root模式sudo -i1.更换阿里源修改source.listdeb http://mirrors.aliyun.com/ubuntu/ trusty main restricted universe multiversede...
2018-04-03 17:11:32
1575
原创 详解python的几种标准输出重定向方式
详解python的几种标准输出重定向方式这篇文章是基于Python2.7版本,介绍常见的几种标准输出(stdout)重定向方式。显然,这些方式也适用于标准错误重定向。学习python的小伙伴们可以参考借鉴。一. 背景在Python中,文件对象sys.stdin、sys.stdout和sys.stderr分别对应解释器的标准输入、标准输
2018-03-11 00:31:18
8903
原创 Selenium 问题IOError: [Errno 2] No such file or directory: 'nul'
问题: selenium +pythpon+chromedriver+chrome 报错,提示IOError: [Errno 2] No such file or directory: ‘nul’详细信息: 系统:win10 64位 Chrome版本 65.0.3325.146(正式版本) (64 位) ChromeDriver 2.35.528161 python 版本-2.7....
2018-03-09 23:24:06
9520
6
转载 adb shell dumpsys 官方api
https://developer.android.com/studio/command-line/dumpsys.html
2018-01-30 11:39:29
3344
原创 win10 import tensorflow报错" No module named "_pywrap_tensorflow""
问题:win10import tensorflow报错" No module named "_pywrap_tensorflow"· No module named "_pywrap_tensorflow"· DLL load failed.问题解决The problem was the cuDNN Library for me -for whate
2018-01-24 11:24:44
2197
翻译 Top 10 Mobile Testing Tools In 2017 for Android & iOS
Top 10 Mobile Testing Tools In 2017 for Android & iOSNowadays, Automated tools are a must for any Mobile app testing. Properly organized automated Testing can reduce the time needed for
2017-12-29 16:04:08
783
VirtualBox-6.1.2-135663-Win - 副本.exe.7z
2020-02-11
minikube-windows-amd64.exe
2020-02-11
ScreenToGif.2.19.3.Setup.msi
2020-02-11
GitHubDesktopForWin
2017-11-21
google-chrome-stable_58.0.3029.110-1_amd64.deb
2017-06-07
robot framework appium 安装和使用
2016-09-29
'utf8' codec can't decode byte 0xbd
2016-08-09
robotframework ride 什么时候支持python3.0?
2016-08-08
TA创建的收藏夹 TA关注的收藏夹
TA关注的人