不明白你这话的含义,“他觉得你在想 peach”。
自动化确实能带来收益,不论是单元、api、Ui。都说 ui 自动化不稳定、维护成本高,这往往跟开发者有关。首先开发者技术得过硬,工艺要娴熟
感兴趣,同样也可以加我,wechat 404051211
是真机,但不是瓶颈。最大值应该是在 100-164 之间。
我们也是用声网,目前做过两次性能测试。第一次简单直接调用我们自由后台 API,不能对造成任何压力。第二次采用人肉真机,测试能支持 100 人。老板的目标是 200 人
@ 所有后续想走 appium + webdriveragent 的同仁们,此路艰难,总会碰到各种各样奇奇怪怪的拦路虎,费时费力。
Xcode 原生的 XCTest 欢迎你们,走这条路太简单了,太顺畅了。回头看,往事不堪回首,瞎折腾,白费力。
我的意思,jira synapseRT 的测试报告,太过零散。qa 去做测试报告的时候需要花较多时间。由于之前是使用禅道专业版本,可以一键导出 一个测试报告合集,qa 只负责总结和结论。
请问有整理得出类似 禅道专业版 导出的测试报告吗?
请问有在使用 SynapseRT 这个插件吗
感谢吴晓华老师介绍了个优秀的学生 [silver bullet],帮我解决了问题二。
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
你的回复,让我去读了 github 官方文档。去尝试一下 facebook 新工具 idb。目前行业上很少资料。
成功了,不成功访问不了http://localhost:8100/inspector,这个页面滴。
请问找到了吗?
如果有结果,可以反馈一下给我哈,冬天我也可能会去游泳。
1091710101
你说的 userid,我可以从哪里获得?
@ 卡斯 请问我这个贴是哪处地方违规了?
国内不缺人。只有不断充电,不断改进,不断突破,才能不被替代。
请问楼主,你这是 target/后面的东西也一并提交到了 git 吗?
时隔多日,最近有机会重温 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.
ok,可以的。
是的,无奈。有需求空缺也是因为这个事。
是的,大塘地铁 b 口,海珠湖附近
看个人能力,10-15k
目前已经解决了。修改过源码目录需要重新删掉原来的报告内容,重新生成一下。