在使用soap webservice配置中,我有成千上万个用Jmeter 2.11编写的测试用例。我收到“测试元素已过时”

时间:2018-12-05 19:29:43

标签: jmeter

我看到Apache Jmeter已弃用SOAP Web服务调用。如何通过配置迁移成千上万个用例以使用http。请帮忙。 Apache Jmeter提供了另一种解决方案,例如 在jmeter 2.11中使用JMeter 5.0作为代理,以便它记录请求。你有什么主意吗?

1 个答案:

答案 0 :(得分:1)

如果要查找确切步骤,则应使用 JMeter 5.0作为JMeter 2.11的代理

  1. 启动JMeter 5.0
  2. 准备JMeter 5.0进行录制。最快的方法是通过JMeter Templates功能,从其主菜单中选择File -> Templates -> Recording并单击“创建”

    enter image description here

  3. 展开HTTP(S) Test Script Recorder并点击“开始”

    enter image description here

  4. JMeter 2.11 using JMeter 5.0 as a proxy中以以下方式运行脚本:

    /path/to/jmeter2.11/bin/jmeter -H localhost -P 8888 -n -t test.jmx 
    
  5. JMeter 5.0将在HTTP Request

  6. 下以Recording Controller采样器的形式捕获已执行的SOAP请求。