测试之家
  • 社区
  • 问答
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • 注册
  • 登录
新手
utopia (Baozhida)
第 8317 位会员 / 2016-04-02
11 篇帖子 • 143 条回帖
32 关注者
2 正在关注
49 收藏
测试开发工程师
打赏支持
GitHub Public Repos
  • iosMonkey 31

    基于macacajs和webdriveragent模拟monkey的执行。可以一起执行多个ios设备

  • jmeter.bak 15

  • uiauto 14

    在docker搭建selenium grid集群环境(chrome+firefox)前提下,结合TestNG+ANT进行UI自动化测试。可使用jenkins持续集成。

  • AutoTestMacaca 13

    支持ios多台设备并行执行相同的case,也支持ios和android并行,或者android多台并行。使用testng控制并发,报告添加截图。

  • MacacaAutomation 10

    android

  • libimobiledevice 10

    A cross-platform protocol library to communicate with iOS devices

  • AndroidMonkey 6

    这个项目是CrashMonkey4Android可执行文件,修复了一些bug,做了一些优化

  • docker-selenium 3

    Docker images for Selenium Standalone Server

  • CrashMonkey4Android 1

    Android Andvance Monkey

  • macaca-ios 1

    Macaca iOS driver

More on GitHub
  • 個人信息
  • 個人專欄
  • 帖子
  • 回帖
  • 收藏
  • 正在關注
  • 關注者
  • Macaca 多台 IOS 真机并行执行 UI 自动化 at 2017年02月28日

    @xdf @sixleaves @Lihuazhang

  • 关于 Macaca 的并发测试 (iOS) at 2017年02月28日

    已经实现,见帖子
    https://testerhome.com/topics/7697

  • 内置并行执行、获取所有日志、ExtentReports 报告的 Appium 测试框架分享 at 2017年02月27日

    收藏,回去研究

  • 关于 Macaca 的并发测试 (iOS) at 2017年02月24日

    启动两台 iphone 真机,我这边已经修改 macaca 里面的代码实现了,现在并发执行遇到点问题,解决了会共享出来

  • 如何使用 Junit 组织并发 IOSUI 自动化测试用例??? at 2017年02月23日

    @xdf 请问,有成熟的栗子🌰么

  • APP 里的 H5 页面,大神是如何定位元素的啊? at 2017年02月22日

    我们公司 App 嵌入的 H5 页面都有对应的 M 站点,手机浏览器输入地址是可以直接查看的,和 pc 的 WEB 的类似,比如 m.tuniu.com
    不知道你们的情况

  • 关于 Macaca 的并发测试 (iOS) at 2017年02月21日

    IOS 的指令都默认代理到 mac 的 8900 端口,我觉得这个逻辑改下应该可以,不知道有没有人解决,我回头研究研究

    还有上面初始化的方式不对

    应该是

    JSONObject desiredCapabilities = new JSONObject();
           desiredCapabilities.put("host", "127.0.0.1"); // custom server  host 
           desiredCapabilities.put("port", 3457); // custom server  port 
           desiredCapabilities.put("desiredCapabilities", porps);
           driver.initDriver(desiredCapabilities);
    
  • APP 里的 H5 页面,大神是如何定位元素的啊? at 2017年02月21日

    搜赛风 3,免费的,足够用

  • appium-mac-idea-java-ios/android 安装和初期使用记录-直至跑通 (增加真机调试) at 2017年02月21日

    Appium 已经集成了 WebDriverAgent,怎么还需要真机加入开发者,还需要 Debug 包?
    WDA 已经可以测试任意 app,直接 AppStore 下载的也 OK

  • app 获取地理位置、应用列表、安装应用权限的提示框,当无规律出现时,怎样实现一系列监听处理 Appium+Java+Junit at 2017年02月21日

    Macacajs 中,app 不用每次安装,甚至可以保留登录信息,希望 appium 也能这样

  • Macaca 实现 IOS10.2 真机自动化,使用 eclipse + Junit + ant 生成带截屏的测试报告 at 2017年02月21日

    #7 楼 @xdf 上面写地址了,https://github.com/baozhida/MacacaAutomation

  • Macaca 实现 IOS10.2 真机自动化,使用 eclipse + Junit + ant 生成带截屏的测试报告 at 2017年02月21日

    #5 楼 @Lihuazhang 现在是比较初级的,希望以后做的更多

  • 证实:Macaca 支持对 IOS 微信小程序 UI 自动化,简单且方便 at 2017年02月21日

    #2 楼 @Lihuazhang 名字而已😂

  • 证实:Macaca 支持对 IOS 微信小程序 UI 自动化,简单且方便 at 2017年02月21日

    #3 楼 @CodeToSurvive1 IOS 微信公共号不行,见上面的报错

  • Macaca 实现 IOS10.2 真机自动化,使用 eclipse + Junit + ant 生成带截屏的测试报告 at 2017年02月21日

    普及普及

  • 证实:Macaca 支持对 IOS 微信小程序 UI 自动化,简单且方便 at 2017年02月21日

    @seveniruby 普及普及

  • CrashMonkey4Android at 2017年02月16日

    @DoctorQ https://github.com/baozhida/CrashMonkey4Android_bin 原版基础上改造了一下,支持 java 64 位,并且把不用的系统 key 事件去掉了,只保留了 back

    执行完一次,生报告之后,等待下次执行的时间比较久,还没仔细看怎么控制的

  • 在 MAC 上搭建 appium1.6.3 过程 at 2017年02月16日

    #172 楼 @xiaoxiaoshell 看日志是 mac 没有识别这个手机,usb 连接手机了么。检查下 xcode 的可识别的设备

  • 在 MAC 上搭建 appium1.6.3 过程 at 2017年02月15日

    #165 楼 @xiaoxiaoshell 报错说设备 id xcode 上查不到,换个存在的 id

  • 在 MAC 上搭建 appium1.6.3 过程 at 2017年01月20日

    @yxrs89 没有解决,估计是官网的 bug,只能坐等

  • Macaca 微信公众号、小程序实践 at 2017年01月20日

    @adfghzhang
    这个 不准确:
    driver.context(driver.contexts().getString(2));//进入小程序后会有 3 个 web context,其中第二个是真正的小程序 webview

    首次进入返回四个上下文,类似下面的

    ["NATIVE_APP","CDwindow-7ede937a-9a55-4371-b53b-a2ace8f9d27b","CDwindow-a111b072-844d-4573-b49b-eadfad61e68d","CDwindow-24736235-ed5b-4bf4-b889-9485002091b0"]}

    我把每个上下文对应的 source 保存到文本发现,发现重启微信和不重启微信情况,小程序 webview 的顺序是不一样的,重启微信是第 3 个,上面是对的
    进入小程序之后推出,进入微信其他 page,再进入小程序的时候,小程序的 webview 是 contexts 第 2 个,上面要写 1 才行。

  • 有谁解决,微信公众号/ 小程序,切换 webview 一直处于缓冲状态问题 过个 1-2 分钟后 session 报错 at 2017年01月20日

    macaca 是可以的😅 😅 😅

    参考 https://testerhome.com/topics/7147

  • macaca 打开微信小程序 (python 版本) at 2017年01月19日

    driver.element_by_xpath("//*[@text='京东购物']").click()
    这只是进入小程序的开始,之后的操作才是大头

  • WebDriverAgent 简介 at 2017年01月18日

    我使用 xcode 8.2 simulator iphone6s iOS 9.3 http://172.30.171.244:8100/inspector 也报错

    status source screenshot 这几个是正常的

    {
    "value" : "Invalid parameter not satisfying: path\n\n(\n\t0 CoreFoundation 0x0000000108a6dd85 __exceptionPreprocess + 165\n\t1 libobjc.A.dylib 0x00000001084e1deb objc_exception_throw + 48\n\t2 CoreFoundation 。。。。。。",
    "sessionId" : "27DEE885-7AE8-4412-9218-2420C71AC6AF",
    "status" : 13
    }

    报错日志,看不懂是什么意思
    t = 0.00s Start Test at 2017-01-18 14:28:36.426
    t = 0.00s Set Up
    2017-01-18 14:28:36.429 XCTRunner[2482:99432] Built at Jan 18 2017 11:52:54
    2017-01-18 14:28:36.442 XCTRunner[2482:99432] ServerURLHere->http://172.30.171.244:8100<-ServerURLHere
    t = 4.06s Find the Application "local.pid.2446" 0x7fec1c861de0
    t = 4.06s Snapshot accessibility hierarchy for local.pid.2446
    2017-01-18 14:33:16.813 XCTRunner[2482:99432] *** Assertion failure in -[FBResponseFilePayload initWithFilePath:], /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBResponseFilePayload.m:24
    2017-01-18 14:34:47.425 XCTRunner[2482:99432] *** Assertion failure in -[FBResponseFilePayload initWithFilePath:], /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBResponseFilePayload.m:24

  • 在 MAC 上搭建 appium1.6.3 过程 at 2017年01月18日

    我使用 xcode 8.2 simulator iphone6s iOS 9.3 http://172.30.171.244:8100/inspector 也报错

    status source screenshot 这几个是正常的

    {
    "value" : "Invalid parameter not satisfying: path\n\n(\n\t0 CoreFoundation 0x0000000108a6dd85 __exceptionPreprocess + 165\n\t1 libobjc.A.dylib 0x00000001084e1deb objc_exception_throw + 48\n\t2 CoreFoundation 。。。。。。",
    "sessionId" : "27DEE885-7AE8-4412-9218-2420C71AC6AF",
    "status" : 13
    }

    报错日志,看不懂是什么意思
    t = 0.00s Start Test at 2017-01-18 14:28:36.426
    t = 0.00s Set Up
    2017-01-18 14:28:36.429 XCTRunner[2482:99432] Built at Jan 18 2017 11:52:54
    2017-01-18 14:28:36.442 XCTRunner[2482:99432] ServerURLHere->http://172.30.171.244:8100<-ServerURLHere
    t = 4.06s Find the Application "local.pid.2446" 0x7fec1c861de0
    t = 4.06s Snapshot accessibility hierarchy for local.pid.2446
    2017-01-18 14:33:16.813 XCTRunner[2482:99432] *** Assertion failure in -[FBResponseFilePayload initWithFilePath:], /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBResponseFilePayload.m:24
    2017-01-18 14:34:47.425 XCTRunner[2482:99432] *** Assertion failure in -[FBResponseFilePayload initWithFilePath:], /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBResponseFilePayload.m:24

  • 上一页
  • 1
  • 2
  • 3
  • 4
  • 5
  • 下一页
  • 关于 / 活跃用户 / 中国移动互联网测试技术大会 / 反馈 / Github / API / 帮助推广
    TesterHome社区,测试之家,由众多测试工程师组织和维护的技术社区,致力于帮助新人成长,提高测试地位,推进质量发展。Inspired by RubyChina
    友情链接 WeTest腾讯质量开放平台 / InfoQ / 掘金 / SegmentFault / 测试窝 / 百度测试吧 / IT大咖说
    简体中文 / 正體中文 / English

    ©testerhome.com 测试之家   渝ICP备2022001292号
      渝公网安备 50022202000435号    版权所有 © 重庆年云聚力信息技术有限公司