converthttpsampler.txt
来自「测试工具jmeter可用来进行性能测试」· 文本 代码 · 共 16 行
TXT
16 行
=== HTTPSampler to HTTPSampler2 convertion ===
If the testcase was created with an old version, load it into 2.1.1 and save it.
Edit the testcase and replace the following:
Old
===
<HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="HTTP Request" enabled="true">
...
</HTTPSampler>
New
===
<HTTPSampler2 guiclass="HttpTestSampleGui2" testclass="HTTPSampler2" testname="HTTP Request" enabled="true">
...
</HTTPSampler2>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?