Shell script converting HTTPSampler to HTTPSampler2

2006-05-16 Thread Oliver Erlewein \(DSLWN\)
Hi all, This is a simple shell script to convert all HTTPSampler's to HTTPSamper2's. Worked for me and I think some of you might have the need. So here goes... #!/bin/sh # Convert HTTPSampler to HTTPSampler2 by Oliver Erlewein (17.05.2006) # # Usage: convertSampler.sh sed -e "s/

Re: Converting HTTPSampler to HTTPSampler2

2005-10-19 Thread Nop Lists
Hello, I was successful in converting (see the steps below, for the case somebody else encounter the problem). JMeter 2.1.1 reads the testcase fine. However it does not perform it as it did in the 2.0.x. In the past I was asked for the password for the keystore. Now this is not the case. JMeter jus

Re: Converting HTTPSampler to HTTPSampler2

2005-10-19 Thread sebb
Create two identical test plans, one with each sampler and compare them. Make sure that the editting script is as specific as possible when changing strings - i.e. include as much context as possible to ensure only the correct strings are changed. S. On 19/10/05, Nop Lists <[EMAIL PROTECTED]> wro

Re: Converting HTTPSampler to HTTPSampler2

2005-10-19 Thread Nop Lists
Yes, probably. And this is exactly the problem - how do I know what to convert and what not? Has anybody done such a convertion before? Changing manually each and every sampler is really a awkward... If I knew WHERE JMeter has problems loading the jmx-file I could "deconvert" the disturbing positio

Re: Converting HTTPSampler to HTTPSampler2

2005-10-19 Thread sebb
Perhaps you've converted too many strings. For example: httpsampler2.basicauth=false does not look right. S. On 19/10/05, Nop Lists <[EMAIL PROTECTED]> wrote: > Hello, > because of problems in a load test involving HTTPS I want to convert all my > HTTPSampler-components to HTTPSampler2-componen

Converting HTTPSampler to HTTPSampler2

2005-10-19 Thread Nop Lists
Hello, because of problems in a load test involving HTTPS I want to convert all my HTTPSampler-components to HTTPSampler2-components. What is the quickest and most safety way to do this? I converted with a text editor all HTTPSampler to HTTPSampler2 and HttpTestSampleGui to HttpTestSampleGui2 but