上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 26 下一页
摘要: 1、安装brew 软件包管理工具:/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 2、安装nodejs :brew install node 安装完n 阅读全文
posted @ 2017-01-18 20:48 testway 阅读(6380) 评论(1) 推荐(0) 编辑
摘要: mac shell终端编辑命令行快捷键——行首行尾 ctrl+a //移到行首ctrl+e //移到行尾 linux系统用 alt+a //移到光标所在单词首部alt+e //移到光标所在单词尾部alt+d //删除光标处到单词尾部 ctrl+y // 插入最近删除的单词或语句ctrl+k //删除 阅读全文
posted @ 2017-01-18 11:44 testway 阅读(2144) 评论(0) 推荐(0) 编辑
摘要: mac eclipse appium 启动genymotion 模拟器,设置红框中的三项内容就可以。2个红色箭头不需要设置。 如果launch_avd 设置,就会提示:Emulator xxx not running,无法运行测试 [debug] [ADB] Trying to find and_d 阅读全文
posted @ 2017-01-16 11:27 testway 阅读(486) 评论(0) 推荐(0) 编辑
摘要: java执行命令: p = Runtime.getRuntime().exec(commandStr); [INFO ] 执行命令结果:nullbash: adb: command not found java.io.IOException: Cannot run program "adb": er 阅读全文
posted @ 2017-01-13 10:58 testway 阅读(719) 评论(0) 推荐(0) 编辑
摘要: java jsch方法 登录linux系统, 要手动输入Yes No Always The host 10.202.84.7 is currently unknown to the system The host key fingerprint is: 2048: 3d a1 5b 9b 6d 13 阅读全文
posted @ 2017-01-12 19:52 testway 阅读(1254) 评论(0) 推荐(0) 编辑
摘要: 1、下载sdk http://www.androiddevtools.cn/ 2、解压下载文件到目标文件夹 tar -xzvf android-sdk_r24.4.1-macosx.zip /Users/apptest/myapp 3、设置环境变量 进入home目录 执行命令 open -e .ba 阅读全文
posted @ 2017-01-12 11:27 testway 阅读(721) 评论(1) 推荐(0) 编辑
摘要: http://docs.oracle.com/javase/8/docs/technotes/guides/install/mac_jdk.html#A1096855 This page describes how to install and uninstall JDK 8 for OS X co 阅读全文
posted @ 2017-01-12 10:17 testway 阅读(501) 评论(0) 推荐(0) 编辑
摘要: driver.startActivity("com.xxx.module.xxx", "com.xxx.module.xxx.hibox.ui.entry.EntryActivity"); [INFO ] org.openqa.selenium.WebDriverException: An unkn 阅读全文
posted @ 2017-01-10 09:45 testway 阅读(5422) 评论(1) 推荐(0) 编辑
摘要: 在android测试过程中,会遇到要点击一下屏幕的需求。 在appium旧版本使用下面代码点击android屏幕,没有报错。Map tap = new HashMap(); tap.put("tapCount", new Double(2));tap.put("touchCount", new Do 阅读全文
posted @ 2017-01-09 20:18 testway 阅读(10014) 评论(0) 推荐(0) 编辑
摘要: 自动化脚本在eclipse中执行,没有问题。jenkins构建打包自动化脚本,在执行脚本时,遇到了脚本中发送的请求的参数为乱码,实现了如下一些解决办法: 1、设置操作系统环境JAVA_TOOL_OPTIONS = -Dfile.encoding=UTF-8 2、jenkins 系统管理> 系统设置 阅读全文
posted @ 2017-01-03 15:59 testway 阅读(1570) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 26 下一页