E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Uiautomation
UIAutomation
Apple官方文档链接
工具用户指南https://developer.apple.com/library/ios/documentation/DeveloperTools/Conceptual/InstrumentsUserGuide/UsingtheAutomationInstrument/UsingtheAutomationInstrument.html
银荡的那一夏
·
2020-08-25 06:33
iOS自动化
UIAutomation
使用简要介绍
一、官方在线文档:https://developer.apple.com/library/prerelease/ios/documentation/ToolsLanguages/Reference/UIAElementClassReference/二、主要操作示例获得当前程序窗口:vartarget=UIATarget.localTarget();//获得目标程序varwindow=target.
On_OneKing
·
2020-08-25 06:06
monkey
iOS
UIAutomation
C# 初探UI Automation
最近研究自动化测试,看了一下
UIAutomation
的微软例子,表示太老了,遇到各种问题,UISpy好像已经被放弃了,可以用inspect.exe来代替,win10的路径为:"C:\ProgramFiles
魏无忌
·
2020-08-25 06:28
C#
Microsoft UI Automation
Microsoft
UIAutomation
FromWikipedia,thefreeencyclopediaJumpto:navigation,searchMicrosoft
UIAutomation
(UIA
xinke453
·
2020-08-25 06:29
pyautogui
一、准备文档地址:官方文档介绍:ThepurposeofPyAutoGUIistoprovideacross-platformPythonmoduleforG
UIautomation
forhumanbeings.TheAPIisdesignedtobeassimpleaspossiblewithsensibledefaults
月尽天明_
·
2020-08-24 14:23
python库
pyautogui介绍
/introduction.htmlIntroductionPurposeThepurposeofPyAutoGUIistoprovideacross-platformPythonmoduleforG
UIautomation
forhumanbeings.TheAPIisdesignedtobeassimpleasp
baoda0398
·
2020-08-24 13:51
IOS测试框架之:athrun的InstrumentDriver源码阅读笔记
官方介绍:http://code.taobao.org/p/athrun/wiki/instrumentDriver/优点:这个框架是对
UIAutomation
的java实现,在代码提示、
唯一1987
·
2020-08-24 01:56
测试
ios
IOS
测试
athrun
源码阅读笔记
AutomationElement.AutomationElementInfomation.NativeWindowHandle
微软自动化框架
UiAutomation
中表示元素窗口的句柄,Winform、VB窗体、VC窗体等一般窗体中的自动化元素中的NativeWindowHandle不为零,但是遇到WPF窗体元素时此值为0,因为
ZXFC88
·
2020-08-23 23:30
Ui
Automation
使用Accessibility Inspector来检测iOS APP中控件元素的层级结构
AccessibilityInspector是xcode中自带的一个检测工具,可以非常方便快速地获取iOSAPP中各个控件元素的层级结构.利用该层级结构,我们可以在
UIAutomation
中实现相应的自动化了
踩着七色的晕菜
·
2020-08-22 01:44
Automation
InstrumentDriver,对iOS自动化测试说 Yes!
研究过iOS自动化测试的同学肯定对instrument
UIAutomation
有所
whackw
·
2020-08-21 17:55
iOS
react-native试玩(7)-图片控件
当图片和控件大小不匹配时采取什么规则来调整图片(‘cover’,‘contain’,‘stretch’)coversource{uri:string},number指定图片资源无stylestyle样式无testIDString
UIAutomation
Q博士
·
2020-08-20 12:55
框架学习[RN]
react-native试玩
.net框架下实现自动化测试的三种方法
基于反射的UI测试参考《.NET软件测试自动化之道》作者:(美)麦克卡佛瑞著,刘晓伟译
UIAutomation
技术//找到名称为VNCViewer:ConnectionDetails的窗体vardesktop
xu331924
·
2020-08-15 09:54
功能测试转自动化测试学习记录
测试用例的区别六要点:ID模块前提条件步骤预期结果实际结果自动化测试框架移动端:Monkey,MonkeyRunner,UiAutomator,Instrumentation,Robotium,
UIautomation
不快乐会死星人
·
2020-08-14 16:35
自动化测试
Airtest从入门到掉坑0-9
1、找了找资料,一位作者又把常见的UI自动化工具显摆出来了Appium(用过)、Robotium(用过一次)、
UiAutomation
(用过一次)、Instrumentation(用过一次)最后的结论是上面的框架识别不了图像
叫我王员外就行
·
2020-08-14 00:43
开发工具
Android uiautomator dump 命令介绍
uiautomator命令的说明Usage:uiautomator[options]Availablesubcommands:help:displayshelpmessageruntest:executes
UIautomation
testsruntest
迦蓝叶
·
2020-08-14 00:05
Android
ui
android
airtest使用总结
importsubprocessfromairtest.core.apiimport*fromairtest.core.apiimportset_currentfrompoco.drivers.android.
uiautomation
importAndroid
Uiautomation
Pocodefg
just to test
·
2020-08-11 17:37
UI测试
Uiautomation
在Windows WPF和Qt 产品上的应用
最近用
Uiautomation
进行了试验,发现
Uiautomation
比Pywinauto更加易用,更好上手。
qd_tudou
·
2020-08-11 01:35
自动化测试
python
airtest一个例子:全民K歌,获取到第二个“A B C D E F G”并点击进入
:代码:#-*-encoding=utf8-*-__author__="jiangjiahao"fromairtest.core.apiimport*frompoco.drivers.android.
uiautomation
importAndroid
Uiautomation
Pocopoco
hao0_0
·
2020-08-10 12:15
使用UI Automation实现自动化测试 --工具使用
好久也没有写日志了;空下点时间,补写下N久没写的日志介绍下两个工具我本人正常使用的UISpy.exe工具和inspect.exe工具这是UISPY工具使用的图,正常使用到的几个属性这里重点说一下微软件的
UIAutomation
weixin_30666401
·
2020-08-10 07:08
jenkins +
UIAutomation
自动化脚本运行app
这里,我在jenkins上配置了子节点,脚本中包含了在master还是在slave上执行脚本的判断脚本SERVER_HOME=$JENKINS_HOME/jobs/$JOB_NAMEATTACHED_PROJECT=iOS_Mobile_Projectecho"node_name=$NODE_NAME,node_labels=$NODE_LABELS"echo"master_ip=$MASTER_
clwahaha
·
2020-08-10 06:48
开源工具
iOS
Appium原理总结
Appium框架原理Appium的加载流程其他相关概念遗留问题Appium框架原理Appium是在手机操作系统自带的测试框架基础上实现的,IOSios9.3以前使用的是
UIAutomation
,ios9.3
blender3d
·
2020-08-09 16:39
Appium
数据库
Appium IOS 自动化测试
想记录一下研究的结果,也算是篇干货的文章在网上也看了一些视频,个人认为这个自动化测试的特点就是1.多编程语言支持相对于传统的IOS
UIautomation
只能支持js语言,Appium起到了一个翻译的作用
scarlett_hy
·
2020-08-07 18:38
ios
首次集成Appium自动测试IOS遇见的问题
Anewsessioncouldnotbecreated.Details:Appium'sIosDriverdoesnotsupportxcodeversion8.3.3.Applehasdeprecated
UIAutomation
.Usethe"XCUITest"automationNamecapabilityinstead
巫山洗雨
·
2020-08-07 13:34
持续集成
Robot Framework 网页自动化测试中“下载文件”
过程:阶段一:概述:用MS
UIAutomation
操作浏览器控件。
一个被IT搞的
·
2020-08-06 12:38
Tip
Testing
微软UI自动化测试的技术演变(上)
上篇将介绍从Win32SDK至今的UI自动化技术演变,下篇将着重介绍最新的
UIAutomation
(UIA)的内部实现和使用
weixin_33936401
·
2020-08-04 20:59
用python进行应用程序自动化测试(
uiautomation
)
本文主要用到一个
uiautomation
的开源框架,是一个咱们中国人写的,支持MFC,WindowsForms,WPF,Metro,Qt界面;此文主要是自己的个人总结,开源作者原文:http://www.cnblogs.com
weixin_30569033
·
2020-08-04 19:30
UIAutomation
工具UISpy
在做
UIAutomation
前先了解一下UISpy.exe工具.UISpy工具,开发人员和测试人员将能够查看应用程序的用户界面(UI)元素并与之交互。
vbic0673
·
2020-08-04 19:41
UIAutomation
Windows UIA自动化测试框架学习(一)
前段时间应公司要求开发一款针对现有WPF程序的自动化测试工具,在网上查资料找了一段时间,发现用来做自动化测试的框架还是比较多的,比如python的两个模块pywinauto和
uiautomation
,但是
87585
·
2020-08-04 18:22
UIA
pywinauto
pywinauto:自动化窗体程序一、工具:Inspect.exe获取窗体或者控件的属性首先需要选择
UIAutomation
,选中黄色的小框框把选中的需要定位的区域Inspect主要属性定位唯一的元素ControlType
慢慢ss
·
2020-08-04 13:22
python
Web自动化入门(工具篇)
主流工具汇总Web自动化测试:selenium、robotframeworkApp端自动化测试:Appium、Monkeyrunner、
UIautomation
PC客户端(win32)自动化测试:QTP
MIRACLE_pcode
·
2020-08-04 12:35
自动化测试
PC端自动化测试(一)
PC端自动化测试(一)pywinauto:同时支持控件操作和图像操作,支持Win32API和MS
UIAutomation
APIAsetofPythonmodulestoautomatetheMicrosoftWindowsGUI
测试游记
·
2020-08-04 10:12
Android自动化基于UIAutomator的实现及代码生成
Android4.0之后,google仿照微软
UIAutomation
引入了UI
weixin_30907935
·
2020-08-04 04:18
27款Python 测试工具开源软件
Appium驱动苹果的
UIAutomation
库和Android的UiAutomator框架,使用Selenium的WebDriverJSON协议。
SEAN_ABC
·
2020-08-04 03:21
Python
获取win10桌面文件信息及坐标并模拟鼠标双击
网上找到的都是这种windowAPI的方式来获取桌面资源图标好像只针对xp可用win10捣鼓了半天也不行,最后自己通过
UIAutomation
写了一套下见代码基本思路:1.获取当前桌面的根System.Windows.Automation.AutomationElement
亡羊
·
2020-08-04 02:32
iOS自动化测试之一体化测试平台调研
框架Xcode8之前:
UIAutomation
Xcode8:XCUITest资料手机GUI自动化测试介绍使用Python实现基于图像识别的iOS自动化测试以iPhone浏览器为例,浅谈iOS性能测试(值得细看
fswy
·
2020-08-01 08:44
iOS自动化测试
Appium对于xpath 查找元素慢的原因
java#ios-predicatehttps://developer.apple.com/library/ios/documentation/DeveloperTools/Reference/
UIAutomation
Ref
可口可乐的围脖
·
2020-08-01 02:21
Appium
UiAutomator Robotium Appium三种自动化框架对比
一、原理1.UiAutomator——基于
UIAutomation
的用户界面自动化测试框架,可以跨应用工作,谷歌亲生的。
liuyuxuan2011
·
2020-07-31 19:28
appium
自动化
自动化测试框架对比(UIAutomator、Appium、Robotium)
一、原理1.UiAutomator——基于
UIAutomation
的用户界面自动化测试框架,可以跨应用工作,谷歌亲生的。
weixin_34402090
·
2020-07-31 12:58
iOS10+系统使用Appium+ XCUItest进行UI自动化的环境搭建
要在iosapp上做UI自动化,iOS10+系统上使用appium中的XCUITest框架,iOS10以下使用
UIAutomation
框架。
拥春飞翔
·
2020-07-31 12:41
自动化测试
移动端UI自动化
基于xcuitest的 ios UI 自动化测试
在ios10版本以下是使用
uiautomation
的,在xcode自带的工具instruments中选择Automation,使用js以面向过程的方式写自动化case。
拥春飞翔
·
2020-07-31 12:41
自动化测试
移动端UI自动化
IOS自动化测试之
UIAutomation
学习
一、软件安装首先通过appstore下载安装Xcode开发工具,当前编写文档时最新版本为4.5.1二、通过Xcode工具编写运行测试脚本说明:如果是在IOS模拟器上运行测试用例,需要有被测试应用的源代码才有权限把应用安装到模拟器中,当前示例中使用了自己编写的一个简单Iphone应用,大家也可以直接在网上搜索一个开源的应用即可。1、当你有了一个应用的源代码之后,在Xcode工具中,首先选中被测应用,
j9y6f315
·
2020-07-29 19:36
IOS测试
解决appium安装app时某些手机弹出的提示框
importsubprocessfrommultiprocessingimportProcessfromtimeimportsleepfromuiautomatorimportdevicedefinstall_for_
uiautomation
weixin_36646275
·
2020-07-28 19:51
Web UI 自动化测试框架 pyse
Web
UIautomation
testingframeworkbasedonSeleniumandunittest.基于selenium和unittest的WebUI自动化测试框架。
蜀山客e
·
2020-07-21 19:00
Python+Selenium自动化测试脚本(入门)
前言最近在学习Python+selenium自动化测试,计划把公司已有一套自动化测试框架(
UIAutomation
+C#)用Python+Selenium框架实现一遍。
ct745363083
·
2020-07-15 21:35
python+airtest踩坑笔记:引入poco,报错找不到poco.drivers
脚本开始引入了pocofrompoco.drivers.android.
uiautomation
importAndroid
Uiautomation
Pocopoco=Android
Uiautomation
Poco
HeidiYa
·
2020-07-14 22:20
python
Airtest
python
airtest
poco
使用python
uiautomation
从钉钉网页版提取公司所有联系人信息
之前写了一个提取QQ群里所有人信息的脚本https://www.cnblogs.com/Yinkaisheng/p/5114932.html今天写一个从钉钉网页版提取公司所有人通讯录的脚本,,本脚本只支持Firefox浏览器,在最新版本Firefox64上测试通过。本脚本是用python3写的,下载脚本代码https://github.com/yinkaisheng/Python-UIAutoma
dennyli1986
·
2020-07-13 04:46
使用python
UIAutomation
从QQ2017(v8.9)群界面获取所有群成员详细资料,
首先安装pipinstall
uiautomation
,再运行本文代码。
dennyli1986
·
2020-07-13 04:46
Windows端UI自动化---python3 +
uiautomation
框架
软件2.打开某个程序3.获取软件的主界面:4.获取弹框的提示信息5.不同类型元素的操作6.元素的属性7.常用的操作windows端的软件,有多个框架可供选择,例如autoit、uiautomator、
uiautomation
Alien-Hu
·
2020-07-13 03:12
自动化测试
wpf,后台触发按钮点击以及拖动
MouseButton.Left);args.RoutedEvent=Button.ClickEvent;btnOkCommand.RaiseEvent(args);触发按钮绑定的Command需要添加
UIAutomation
Provide
weixin_30429201
·
2020-07-12 23:04
InstrumentDriver,对iOS自动化测试说 Yes!
研究过iOS自动化测试的同学肯定对instrument
UIAutomation
有所耳闻,或者已经使用它进行自动化测试实践。
weixin_34161083
·
2020-07-12 09:25
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他