小肥羊要进步

上一页 1 2 3 4 5 6 7 8 ··· 27 下一页

2021年11月22日

什么是显示等待和隐式等待?

摘要: 智能等待 隐式等待:implicitly_wait() 则默认每隔 0.5 秒检查一次,直到 10 秒后超时,如果在 10 秒内完成,则继续执行代码。 显式等待:WebDriverWait() WebDriverWait(driver,10).until(expected_conditions.pr 阅读全文

posted @ 2021-11-22 11:03 小肥羊要进步 阅读(1973) 评论(0) 推荐(0)

2021年11月6日

写了一个线性的自动化脚本01

摘要: 我觉得我我代码没有优化,先写出线性脚本,功能至少先实现了再说 import unittestfrom time import sleepimport self as selffrom selenium import webdriverfrom selenium.webdriver.common.by 阅读全文

posted @ 2021-11-06 00:17 小肥羊要进步 阅读(79) 评论(0) 推荐(0)

2021年11月3日

Shell学习

摘要: 常用Shell bash sh zsh 变量 ls cd a=1 (变量定义的时候左右没有空格) (echo 向屏幕输出 ) echo $a (输出和引用a这个变量) a=hello echo a 变量定义大小写敏感 a="hello world" 当遇到空格的时候用引号 a=‘hello worl 阅读全文

posted @ 2021-11-03 23:03 小肥羊要进步 阅读(36) 评论(0) 推荐(0)

2021年10月20日

同时连接多个设备, adb移除多余设备

摘要: jacliu@Jacs-MacBook-Pro ~ % adb devicesList of devices attachedDDYNW20603001725 deviceK6S4041231B0050 device 我只需要连接一台设备,不需要连接2台设备,而且我需要安装apk在一个设备上 輸入指 阅读全文

posted @ 2021-10-20 15:28 小肥羊要进步 阅读(7992) 评论(0) 推荐(0)

2021年8月11日

RF定位

摘要: 1.导包SeleniumLibrary 失败,红色字体 解决方法 重新导入就成功了 元素定位 相对路径 //form/span/input xpath=//form/span[2]/input 通过属性定位 xpath=//input[@autocomplete='off'] 通过部分属性 xpat 阅读全文

posted @ 2021-08-11 22:23 小肥羊要进步 阅读(58) 评论(0) 推荐(0)

For android devices ,how to test the update the OTA

摘要: Background: 1.The OTA (Fireware version is lower version than the currect version ,or now the firewire version is not the updatest version) Then it wi 阅读全文

posted @ 2021-08-11 17:48 小肥羊要进步 阅读(132) 评论(0) 推荐(0)

2021年8月6日

安装apk到安卓手机,安装wear os by google 到安卓手机(失败了)可以借鉴下安装命令

摘要: adb install -r ~/Downloads/service-tools_2.1(develop*) » adb install -r /Users/vtaduy/Downloads/Wear\ OS\ by\ Google\ Smartwatch_v2.49.0.387790360.gms 阅读全文

posted @ 2021-08-06 16:29 小肥羊要进步 阅读(879) 评论(0) 推荐(0)

Force to flash the build on the watch智能手表测试

摘要: 1.昨天团队给的packages, 因为Jenkins发布的问题,导致包有点问题 所以我用 service tools 去./myflash -o 到手表是报错的 2个解决方法 1)找开发要新的build 因为下周就会出新的build,所以就不去打扰开发了 2)force to flash 前提: 阅读全文

posted @ 2021-08-06 11:52 小肥羊要进步 阅读(87) 评论(0) 推荐(0)

Adhoc Testing : Complete Guide

摘要: https://www.professionalqa.com/adhoc-testing Adhoc Testing is an informal way of testing, which is done randomly without any plan & strategies, with t 阅读全文

posted @ 2021-08-06 10:09 小肥羊要进步 阅读(92) 评论(0) 推荐(0)

2021年8月3日

RF 常用关键字

摘要: log打印 comment 注释 set variable 定义变量 sleep 强制的等待 catenate拼接关键字(SEPARATOR=||) create list 创建列表($() @{}) create dictionary 创建字典 get dictionary keys get di 阅读全文

posted @ 2021-08-03 22:34 小肥羊要进步 阅读(233) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 ··· 27 下一页

导航