Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
zendcddemo-jmeter / jmeter / extras / ConvertHTTPSampler.txt
Size: Mime:
=== 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>