测试之家
  • 社区
  • 问答
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • 注册
  • 登录
会员
yicaifeiitian (异彩飞天)
第 2014 位会员 / 2014-12-01
雪松控股 @ 广州
25 篇帖子 • 77 条回帖
9 关注者
2 正在关注
0 收藏
简单高效,日清日结
GitHub Public Repos
More on GitHub
  • 个人信息
  • 专栏
  • 话题
  • 回帖
  • 收藏
  • 关注中
  • 关注者
  • 自动化测试 ROI at 2021年04月15日

    不明白你这话的含义,“他觉得你在想 peach”。
    自动化确实能带来收益,不论是单元、api、Ui。都说 ui 自动化不稳定、维护成本高,这往往跟开发者有关。首先开发者技术得过硬,工艺要娴熟

  • 各位同行 大佬想问下你门知不知道怎么测试多人的音视频的性能测试呢 at 2021年03月26日

    感兴趣,同样也可以加我,wechat 404051211

  • 各位同行 大佬想问下你门知不知道怎么测试多人的音视频的性能测试呢 at 2021年03月26日

    是真机,但不是瓶颈。最大值应该是在 100-164 之间。

  • 各位同行 大佬想问下你门知不知道怎么测试多人的音视频的性能测试呢 at 2021年03月24日

    我们也是用声网,目前做过两次性能测试。第一次简单直接调用我们自由后台 API,不能对造成任何压力。第二次采用人肉真机,测试能支持 100 人。老板的目标是 200 人

  • 有偿在线求答案,ios-ui 自动化 webdriveragent 问题 2 个 at 2021年03月05日

    @ 所有后续想走 appium + webdriveragent 的同仁们,此路艰难,总会碰到各种各样奇奇怪怪的拦路虎,费时费力。
    Xcode 原生的 XCTest 欢迎你们,走这条路太简单了,太顺畅了。回头看,往事不堪回首,瞎折腾,白费力。

  • [jira] 基于 jira 的数据进行测试总结 at 2021年03月05日

    我的意思,jira synapseRT 的测试报告,太过零散。qa 去做测试报告的时候需要花较多时间。由于之前是使用禅道专业版本,可以一键导出 一个测试报告合集,qa 只负责总结和结论。

  • [jira] 基于 jira 的数据进行测试总结 at 2021年03月04日

    请问有整理得出类似 禅道专业版 导出的测试报告吗?

  • Jira 和禅道高效使用 at 2021年03月04日

    请问有在使用 SynapseRT 这个插件吗

  • 「在线求答案」appium 启动 Andriod Chrome 浏览器后权限询问如何自动接受 at 2021年02月04日

    感谢吴晓华老师介绍了个优秀的学生 [silver bullet],帮我解决了问题二。

  • 有偿在线求答案,ios-ui 自动化 webdriveragent 问题 2 个 at 2020年11月02日

    wda 虽已被 appium 采纳,但是 facebook 已经放弃维护。转向他们的新工具 idb 开发了。
    Archiving
    We are archiving WebDriverAgent. Thanks to the community who have used it! The code will remain here for your future use, but will no longer be actively supported by Facebook.

    In May 2019, we open sourced IDB, “iOS Development Bridge”, a command line interface for automating iOS Simulators and Devices. We are currently migrating our own internal projects from WDA to IDB, and suggest checking it out as an alternative.

    More information on IDB:

    Project on GitHub
    Talk from 2019 F8

    https://github.com/facebookarchive/WebDriverAgent

  • 有偿在线求答案,ios-ui 自动化 webdriveragent 问题 2 个 at 2020年11月02日

    你的回复,让我去读了 github 官方文档。去尝试一下 facebook 新工具 idb。目前行业上很少资料。

  • 有偿在线求答案,ios-ui 自动化 webdriveragent 问题 2 个 at 2020年11月02日

    成功了,不成功访问不了http://localhost:8100/inspector,这个页面滴。

  • Mac 桌面应用测试 at 2020年11月02日

    请问找到了吗?

  • 小米手环 NFC5 两个问题 at 2020年09月27日

    如果有结果,可以反馈一下给我哈,冬天我也可能会去游泳。

  • 小米手环 NFC5 两个问题 at 2020年09月15日

    1091710101

  • 小米手环 NFC5 两个问题 at 2020年09月07日

    你说的 userid,我可以从哪里获得?

  • 「滴普科技-广州」2020-3 测试岗招人,有需要发简历来 yuweipeng@deepexi.com at 2020年04月09日

    @ 卡斯 请问我这个贴是哪处地方违规了?

  • 献给即将 35 岁的初学者,焦虑 or 出路? at 2020年02月27日

    国内不缺人。只有不断充电,不断改进,不断突破,才能不被替代。

  • jacoco 增量覆盖率计算工具 at 2020年01月19日

    请问楼主,你这是 target/后面的东西也一并提交到了 git 吗?

  • Python 调 Jmeter 执行 自定义多场景多个 jmx 测试计划,达成半步无人值守 (一) at 2020年01月02日

    时隔多日,最近有机会重温 jmeter 官方文档。原来,我把事情搞复杂了。原本 jmeter 就支持线程数和迭代次数参数化。
    16.11 Parameterising tests
    Often it is useful to be able to re-run the same test with different settings. For example, changing the number of threads or loops, or changing a hostname.

    One way to do this is to define a set of variables on the Test Plan, and then use those variables in the test elements. For example, one could define the variable LOOPS=10, and refer to that in the Thread Group as ${LOOPS}. To run the test with 20 loops, just change the value of the LOOPS variable on the Test Plan.

    This quickly becomes tedious if you want to run lots of tests in CLI mode. One solution to this is to define the Test Plan variable in terms of a property, for example LOOPS=${__P(loops,10)}. This uses the value of the property "loops", defaulting to 10 if the property is not found. The "loops" property can then be defined on the JMeter command-line:

    jmeter … -Jloops=12 …
    If there are a lot of properties that need to be changed together, then one way to achieve this is to use a set of property files. The appropriate property file can be passed in to JMeter using the -q command-line option.

  • 「滴普科技-广州」坑位招人,有需要发简历来 yuweipeng@deepexi.com at 2019年12月24日

    ok,可以的。

  • 「滴普科技-广州」坑位招人,有需要发简历来 yuweipeng@deepexi.com at 2019年12月20日

    是的,无奈。有需求空缺也是因为这个事。

  • 「滴普科技-广州」坑位招人,有需要发简历来 yuweipeng@deepexi.com at 2019年12月20日

    是的,大塘地铁 b 口,海珠湖附近

  • 「滴普科技-广州」坑位招人,有需要发简历来 yuweipeng@deepexi.com at 2019年12月19日

    看个人能力,10-15k

  • jacoco 收集到的报告没有关联上源码 at 2019年12月19日

    目前已经解决了。修改过源码目录需要重新删掉原来的报告内容,重新生成一下。

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

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