Skip to content
Permalink
df3bfd2f43
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
16 lines (13 sloc) 460 Bytes
=== 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>