请问找到了吗?
如果有结果,可以反馈一下给我哈,冬天我也可能会去游泳。
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
目前已经解决了。修改过源码目录需要重新删掉原来的报告内容,重新生成一下。
类似这样,虽然 Charles 支持多个请求合并导出一个 har,但是通过 har2case 转成 case 只有一个。如果逐个请求转换成 har,再将 har 转成 testcase 的话,接口多了也费时,主要还是重复工作。
自己写了个小脚本把 har 目录下的文件批量转 testcase,然后剪切到 testcases/目录下
恩人呐,开源万岁!
我 想请问哪款工具可以支持把多个请求导出多个 har 文件?然后 har2case 支持处理多个 har 文件吗?
大佬,简历很丰富😯,就是奔着你叫狂狮 进来的
很好奇,这条业务线与 20 几个项目的关系。我这 6 个人,三条几乎没什么关联的业务线,算上服务约有 30+ 个。
把你的《Gauge 中文文档》系列链接进去。
这里只是做个 demo。是想表达这个 gauge 用这个工具组合,撸起代码来会比较轻松。
只有断言相似,其他的展示都很小清新,清晰。用例大多都是表格数据驱动,测试报告展示友好多了!
不错,之前看着 uiautomator2 仅支持 java,我的头就大了。因为写着 Java 效率太低。
用正则或者 jsonpath 啊
你的文件列表排序一下,office 我用 wps。
WebDriverWait 是 selenium 高阶应用,智能等待。