摘要: 公司产品主要是 Windows App,最近用 PywinAuto 和 Uiautomation 进行了自动化测试的尝试。从易用性和易使用 上,个人觉得 Uiautomation 更加好用。 https://testerhome.com/topics/19066 阅读全文
posted @ 2021-04-03 13:00 xxm_2017 阅读(301) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/baidu_34331290/article/details/87936036?utm_medium=distribute.pc_relevant_right.none-task-blog-BlogCommendFromMachineLearnPai2-1 阅读全文
posted @ 2021-04-03 12:59 xxm_2017 阅读(306) 评论(0) 推荐(0) 编辑
摘要: 1、 输出所有的控件 使用pywinquto, 执行以下代码: from pywinauto.application import Applicationapp = Application().start("win32calc.exe")app = Application().connect(tit 阅读全文
posted @ 2021-04-03 12:57 xxm_2017 阅读(976) 评论(1) 推荐(0) 编辑
摘要: from pywinauto.application import Applicationapp = Application().start("win32calc.exe")app = Application().connect(title="计算器")#app["计算器"].print_contr 阅读全文
posted @ 2021-04-03 12:54 xxm_2017 阅读(99) 评论(0) 推荐(0) 编辑
摘要: Selenium不能测试windows 桌面应用 1. 不免费 QTP, 现在叫UFT 2. 不免费 silktest 3.https://github.com/yinkaisheng/Python-UIAutomation-for-Windows 4. Pywinauto Mercury/HP系的 阅读全文
posted @ 2021-04-02 16:28 xxm_2017 阅读(770) 评论(0) 推荐(0) 编辑
摘要: https://testng.org/doc/documentation-main.html#running-testng https://www.yiibai.com/html/testng/2013/0914293.html https://blog.csdn.net/df0128/articl 阅读全文
posted @ 2021-04-02 15:55 xxm_2017 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 1. 到oracle官网下载JDK看文件,https://www.oracle.com/java/technologies/javase-jdk15-downloads.html jdk-15.0.2_linux-x64_bin.tar.gz (注意不要下载jdk-15.0.2_linux-aarc 阅读全文
posted @ 2021-04-02 15:46 xxm_2017 阅读(294) 评论(0) 推荐(0) 编辑
摘要: 这是在windows CMD命令窗口中运行: result.jtl可以打开jmeter窗口,然后在监察器--表格中打开该文件,就能查看。 Linux中运行命令: 阅读全文
posted @ 2021-04-02 15:44 xxm_2017 阅读(75) 评论(0) 推荐(0) 编辑
摘要: 方法1:到官网下载jmeter后,手动上传到服务器 方法2:直接在lunux服务器,用wget ,后面跟官网上复制的链接地址 安装文件下载完成后,然后解压: tar -zxvf apache-jmeter-5.4.1.tgz, 解压后自动生成目录apache-jmeter-5.4.1 进入目录apa 阅读全文
posted @ 2021-04-02 15:43 xxm_2017 阅读(74) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-04-02 15:40 xxm_2017 阅读(0) 评论(0) 推荐(0) 编辑