问题分析 上一节https://www.cnblogs.com/gltou/p/14967005.html功能描述内容为空,导致Jmeter报空指针 CODE List desc = new ArrayList();desc.add("两数相加");return desc; Result 敲代码打包放到Jmeter目录Jmeter重启校验选择__MyDemo函数,运行BeanShell无报错,execute执行成功
Changes the thread affinity for this object and its children. The object cannot be moved if it has a parent. Event processing will continue in the targetThread. To move an object to the main thread, use QApplication::instance() to retrieve a pointer
最近测试一个接口是文档转换的接口,比如说把rtf文件转换为PDF,这样的接口调用通过结果树只能查看接口响应是否成功,但是看不到转换后的文档.通过Jmeter监听中的Save Responses to a file可以实现查看转换后的文档. 一.在HTTP Request上右键--->添加--->监听器--->Save Responses to a file(保存响应到文件) 二.重新运行线程,执行请求,在指定的文件夹下查看转换后的文件: