Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/performance/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Performance 组织JMeterAPI测试_Performance_Testing_Jmeter - Fatal编程技术网

Performance 组织JMeterAPI测试

Performance 组织JMeterAPI测试,performance,testing,jmeter,Performance,Testing,Jmeter,我对性能测试还很陌生 我有很多端点要测试,我想知道什么是最好的方法。 我考虑将端点的测试分组到单独的.jmx文件中,例如: 假设有两个端点:A使用简单的GET方法,而B可以为GET、PUT、POST和DELETE请求提供服务。在这个场景中,我将创建2.jmx文件 欢迎提供一些教程的有用链接:)通常人们用于组织大型JMeter脚本 根据您希望将请求保存在单个.jmx脚本中还是单独保存,您可以使用: -在相同脚本中重复使用请求(即避免) -将外部.jmx脚本“拉”到当前脚本中

我对性能测试还很陌生

我有很多端点要测试,我想知道什么是最好的方法。 我考虑将端点的测试分组到单独的.jmx文件中,例如: 假设有两个端点:A使用简单的GET方法,而B可以为GET、PUT、POST和DELETE请求提供服务。在这个场景中,我将创建2.jmx文件

欢迎提供一些教程的有用链接:)

通常人们用于组织大型JMeter脚本

根据您希望将请求保存在单个.jmx脚本中还是单独保存,您可以使用:

  • -在相同脚本中重复使用请求(即避免)
  • -将外部.jmx脚本“拉”到当前脚本中