Java 工作台部分未显示在 apache jmeter 中

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/48780603/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-12 02:54:48  来源:igfitidea点击:

Workbench section not showing in apache jmeter

javaapachejmeterworkbenchjmeter-4.0

提问by Aravinth

I am new to jmeter. I successfully installed jmeter into my windows machine. I opened "jmeter.bat" under apache-jmeter-4.0\bin. But the jmeter window is not showing the workbench section in the left panel. I have attached the screenshot below in the ApacheJmeter.

我是 jmeter 的新手。我成功地将 jmeter 安装到我的 Windows 机器上。我在apache-jmeter-4.0\bin下打开了“ jmeter.bat” 。但是 jmeter 窗口没有在左侧面板中显示工作台部分。我在ApacheJmeter 中附上了下面的屏幕截图。

ApacheJmeter

ApacheJmeter

采纳答案by user7294900

It's not a bug but a featuresince JMeter 4:

这不是错误,而是自 JMeter 4 以来的一项功能

Workbench has been dropped from UI, you can now use Non Test Elements as immediate children of Test Plan.

工作台已从 UI 中删除,您现在可以使用非测试元素作为测试计划的直接子元素。

You can now use elements in Test Plan as you used previously in Workbench

您现在可以像以前在 Workbench 中使用的那样使用测试计划中的元素

You can see also an old questionthat asked why workbench is shown in the first place

您还可以看到一个旧问题,该问题询问为什么首先显示工作台

回答by Kiran Sk

You can find all features of Workbench here:

您可以在此处找到 Workbench 的所有功能:

enter image description here

在此处输入图片说明

Navigate to Test Plan -> Add --> Non-test Elements, now you could see all required features of Workbench

导航到测试计划 -> 添加 -> 非测试元素,现在您可以看到 Workbench 的所有必需功能