51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#PP
app测试--稳定性测试
稳定性测试的概念有2种,一,稳定性测试,对应于异常性测试,即发生异常情况时,系统如何反应的测试。包含: 1交互性测试,被打扰的情况,如来电,短信,低电量等。这些其实在上章的功能测试中有提到。 2异常性测试,断网,断电,服务器异常等情况 二,稳定性测试指的是性能测试,压力测试 1基准性能测试,通过压服务器...
代码星球
·
2020-04-05
测试
app
稳定性
AsyncHttpSupport并发发送请求
publicclassAsyncHttpSupportTest{@InjectMocksprivateAsyncHttpSupportasyncHttpSupport;@MockprivateHttpSupportsupport;publicstaticvoidmain(String[]args)throwsInter...
代码星球
·
2020-04-05
AsyncHttpSupport
并发
发送
请求
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
Web Api HelpPage
为了方面APP开发人员,服务端的接口都应当提供详尽的API说明。但每次有修改,既要维护代码,又要维护文档,一旦开发进度紧张,很容易导致代码与文档不一致。WebAPI有一个HelpPage插件,可以很方便的根据代码及注释自动生成相关API说明页面。HelpPage安装步骤及扩展(以VS2015为例):右键点击WebAPI...
代码星球
·
2020-04-05
Web
Api
HelpPage
首页
上一页
...
161
162
163
164
165
...
下一页
尾页
按字母分类:
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
其他