摘要:
经过多次调试,在Safari上的测试脚本终于可以运行了,不过部分元素还是无法识别,还需要继续调试; #!/usr/bin/env/python # -*-coding:utf-8-*- import pytest from time import sleep from selenium import 阅读全文
摘要:
经过不断的调试WebDriverAgent, 现在终于可以执行ios的自动化测试脚本了,😄😄😄 # This sample code uses the Appium python client # pip install Appium-Python-Client # Then you can 阅读全文
摘要:
在使用真机调试的时候犯了一个错误,我把WebDriverAgent 下载到本地的A目录下,然后进行build安装,这样在模拟器上执行是无法发现问题的,但是使用appium 在真机上执行就出错了,因为Appium 调用的是它自己的WebDriverAgentRunner, 所以自动化测试脚本执行时会一 阅读全文
摘要:
1.使用Xcode遇到的问题 xcode-select: error: tool 'instruments' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a comma 阅读全文
摘要:
testcase.yaml: - id: home_search - id: search_input_text input: alibaba - id: name - id: current_price get: text class TestDemo: def test_search_from_ 阅读全文
摘要:
1.python3下出现问题(首先安装pymysql与mysqlclient):django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.13 or newer is required; you have 0.9.3.解决方法:在项目的 阅读全文
摘要:
1.MySql版本:mysql-8.0.19-winx64 2. 需要在mysql-8.0.19-winx64 目录下添加my.ini文件,内容为: [mysql]default-character-set=utf8 [mysqld]port=3306basedir="E:\Pythonaaa\my 阅读全文
摘要:
一、NoneBot使用 阅读全文
摘要:
1. ngrinder-controller-3.4.3.war 放置到tomcat的webapps目录下;2. 启动tomcat;3. 访问地址: http://localhost:8080/ngrinder-controller-3.4.3/home, 密码admin/admin 阅读全文
摘要:
1. 全栈性能测试修炼宝典JMeter实战(陈志勇).pdf 链接: https://pan.baidu.com/s/1FATur1nAEKxozJYEhAh78g 提取码: vm7u 2. [零成本实现WEB性能测试 基于APACHE JMETER].温素剑.扫描版.pdf 链接: https:/ 阅读全文