51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#app账户
Appium 从 0 到 1 搭建移动 App 功能自动化测试平台 (1):模拟器中运行 iOS 应用
转载:https://testerhome.com/topics/4960在上一篇文章中,我对本系列教程的项目背景进行了介绍,并对自动化测试平台的建设进行了规划。在本文中,我将在已准备就绪的iOS自动化测试环境的基础上,通过Appium调用模拟器运行iOS应用。内容很是基础,熟悉的同学可直接略过。作为完全的iOS新手,...
代码星球
·
2020-04-05
Appium
搭建
移动
App
功能
从0到1搭建移动App功能自动化测试平台(2):操作iOS应用的控件
转载:http://debugtalk.com/post/build-app-automated-test-platform-from-0-to-1-Appium-interrogate-iOS-UI/前两天微信突然发来一条系统消息,提示DebugTalk可以开通原创标识了(同时也有了评论功能),虽然一直在期待,但没想...
代码星球
·
2020-04-05
搭建
移动
App
功能
自动化
app测试--稳定性测试
稳定性测试的概念有2种,一,稳定性测试,对应于异常性测试,即发生异常情况时,系统如何反应的测试。包含: 1交互性测试,被打扰的情况,如来电,短信,低电量等。这些其实在上章的功能测试中有提到。 2异常性测试,断网,断电,服务器异常等情况 二,稳定性测试指的是性能测试,压力测试 1基准性能测试,通过压服务器...
代码星球
·
2020-04-05
测试
app
稳定性
Spatis service单元测试: 使用mock mapper的方式
转载:https://blog.csdn.net/atec2000/article/details/54346242@RunWith(MockitoJUnitRunner.class)publicclassOrderServiceTest{ @InjectMocks priv...
代码星球
·
2020-04-05
Spatis
service
单元
测试
使用
Mockito单测,mock service层的mapper
<dependency><groupId>org.mockito</groupId><artifactId>mockito-all</artifactId><version>2.0.2-beta</version></depend...
代码星球
·
2020-04-05
Mockito
单测
mock
service
层的
RobotFramework+Selenium2+Appium环境搭建
转载:https://www.cnblogs.com/testway/p/7372326.html装python2.7RobotFramework是python2写的,图形界面使用的wxpython及ride还不支持python3所以要安装python2.7版本,官网下载:https://www.python.org/...
代码星球
·
2020-04-05
RobotFramework+Selenium2+Appium
环境
搭建
locate home of running java application
jps[-lm]inmycase:[lenmom@Mi-1701bin]$jps-l5650sun.tools.jps.Jps20646org.apache.doris.broker.hdfs.BrokerBootstrap31814org.apache.flume.node.ApplicationandIwanato...
代码星球
·
2020-04-05
locate
home
of
running
java
superrvisor application config ini
1.zookeeper[program:zookeeper]environment=JAVA_HOME="/opt/jdk1.8.0_191"process_name=%(program_name)s;进程名称directory=/home/lenmom/workspace/software/zookeeper-3.4...
代码星球
·
2020-04-05
superrvisor
application
config
ini
APP测试流程梳理
1APP测试基本流程 测试周期可按项目的开发周期来确定测试时间,一般测试时间为两三周(即15个工作日),根据项目情况以及版本质量可适当缩短或延长测试时间。测试任务开始前,检查各项测试资源。--产品功能需求文档;--产品原型图;--产品效果图;--测试设备;--其他。 1)测试...
代码星球
·
2020-04-05
APP
测试
流程
梳理
Appium关键字
***Settings***LibraryAppiumLibraryLibraryAutoItLibraryLibraryos***Keywords***xpath应该匹配次数[Arguments]${xpath}${count}XpathShouldMatchXTimes${xpath}${count}上传文件[Ar...
代码星球
·
2020-04-05
Appium
关键字
关于robotframework,app,appium的xpath定位问题及常用方法
(转自:https://www.cnblogs.com/xiaoqi111/p/6250253.html)关于类似的帖子好像很多,但是没有找到具体能帮我解决问题的办法。还是自己深究了好久才基本知道app上面的xpath定位和web上的不同点:先放一个图: A,先说说不用xpath的场景,一般是用于存在id或者...
代码星球
·
2020-04-05
关于
robotframework
app
appium
xpath
yum提示another app is currently holding the yum lock;waiting for it to exit
当使用yuminstall软件时,提示这个错误,应该是当前的yum进程被锁定。处理方法:rm-f/var/run/yum.pid重新yuminstall就ok...
代码星球
·
2020-04-05
yum
提示
another
app
is
Android Studio:Error:Execution failed for task ':app:mergeDebugResources'. > Some file crunching failed, see logs for details
Gradle编译错误:14:39:58Executingtasks:[clean,:app:generateDebugSources,:app:mockableAndroidJar,:app:prepareDebugUnitTestDependencies,:app:generateDebugAndroidTestSo...
代码星球
·
2020-04-05
failed
for
Android
Studio
Error
inconvertible types; cannot cast 'android.supoort.v4.app.Fragment' to 'com.example.sevenun.littledemo.fragment.NewsTitleFragment'
inconvertibletypes;cannotcast'android.supoort.v4.app.Fragment'to'com.example.sevenun.littledemo.fragment.NewsTitleFragment'inconvertibletypes;cannotcast'android...
代码星球
·
2020-04-05
inconvertible
types
cannot
cast
#39android.supoort.v4.app.Fragment
Android Studio:You need to use a Theme.AppCompat theme (or descendant) with this activity. AlertDialog
学习《第一行代码》的时候遇到的问题。 Process:com.example.sevenun.littledemo,PID:2085java.lang.RuntimeException:Unabletostartreceivercom.example.sevenun.littledemo.receiver.F...
代码星球
·
2020-04-05
Android
Studio
You
need
to
首页
上一页
...
96
97
98
99
100
...
下一页
尾页
按字母分类:
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
其他