随笔分类 - Autotest
摘要:1. Android使用Real Device 问题1: AttributeError: 'NoneType' object has no attribute 'to_capabilities' 解决方法1: from appium.options.android import UiAutomato
阅读全文
摘要:一、自动化测试工具及框架 Selenium: 用于Web应用程序的自动化测试,支持多种编程语言,如Java、Python、C#等。 Appium: 用于自动化测试移动应用程序(iOS和Android平台),支持多种编程语言。 JUnit: 用于Java应用程序的单元测试框架,广泛用于自动化测试。 T
阅读全文
摘要:1、LambdaTest (收费,免费试用100分钟) https://www.lambdatest.com/selenium-automation?utm_source=STH&utm_medium=Listing&utm_campaign=Automation-tools&utm_term= 2
阅读全文
摘要:今天又翻出了去年学习的自动化测试平台,准备在此基础上学习一下,然后改造成适合自己的自动化测试平台; 首先放上作者的参考链接,感谢同学们的大力分享; https://testerhome.com/topics/15534 : Python + flask+ selenium 自动化测试用例管理、执行平
阅读全文
摘要:1. 截图 from addons.screenshot_utils import ScreenshotUtils step_output = driver.addons().execute( ScreenshotUtils.takescreenshotweb( filePath="/Users/x
阅读全文
摘要:一、搭建过程 参考:https://testerhome.com/topics/15534 (https://github.com/jerrylizilong/autotest_platform) 二、Android 测试用例的执行 2.1 下载 atxserver2-android-provide
阅读全文
摘要:Katalon 代码片段: 1)if(WebUI.verifyTextPresent(findTestObject('Page_Skin/p_Are you ok?'),10,FailureHandling.CONTINUE_ON_FAILURE)) 表达式未获取到true或者false值; 2)
阅读全文
摘要:自动化测试工具: (https://www.guru99.com/automated-testing-tools.html) 1. Kobiton (https://kobiton.com/,收费版) 2. TestProject (https://testproject.io/) 3. Ranor
阅读全文
摘要:问题一:atxserver2-android-provider中平台无法显示Android设备 [D 210424 18:27:37 device:212] [5230d487] tcpproxy.js start *:20000 -> 20002[E 210424 18:27:37 main:26
阅读全文
摘要:ios 系统为12.4.8,因此安装Xcode 10.3; 问题1: python3: error: unable to find utility "python3", not a developer tool or in PATH 解决1: xcode-select --install sudo
阅读全文