Re: BeanShell print()?

2011-05-25 Thread Doxa
Hi, What is 'standard output'? Can I see it in the View Results Tree listener? D. -- View this message in context: http://jmeter.512774.n5.nabble.com/BeanShell-print-tp522038p4424449.html Sent from the JMeter - User mailing list archive at Nabble.com.

Re: BeanShell print()?

2011-05-25 Thread Doxa
Same question for log.info D. -- View this message in context: http://jmeter.512774.n5.nabble.com/BeanShell-print-tp522038p4424455.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail:

Re: Redirects and embedded objects

2011-05-10 Thread Doxa
Hmmm, stupid mistake ... indeed I forgot the cookie manager. Now, I click on some of the links of my SUT and have JMeter's proxyserver record all the HTTP requests. In the View Result Tree listener I get a quite long list of recorded HTTP requets. Some of these requests are the direct

Re: Redirects and embedded objects

2011-05-02 Thread Doxa
Felix, thnx for your reply. After reading your reply I had another look at JMeter. My findings: (1) Follow redirects: I used the proxy server to capture all requests. I copied some requests as a test and checked the follow redirects checkbox. When running the test, the replies are different

Redirects and embedded objects

2011-04-30 Thread Doxa
Hi, To optimize my JMeter script I have played with two options in the HTTP sampler: (1) Retrieve all embedded resources from HTML files. I expect that with this option my script will be more independent from future changes made on some website resources. And I do not have to add the HTTP

Re: ASCII to hex

2011-03-31 Thread Doxa
Seems to work. Thnx! D. -- View this message in context: http://jmeter.512774.n5.nabble.com/ASCII-to-hex-tp4270164p4273965.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail:

Use substring from datasource

2011-03-31 Thread Doxa
Hi, I need to get a substring from a datasource and use it as a sampler parameter. Of course I can provide the substring as part of the datasource, but I find it more elegant to retrieve the substring directy from the datasource itself. Does anybody know how to do this? D. -- View this message

ASCII to hex

2011-03-29 Thread Doxa
-- View this message in context: http://jmeter.512774.n5.nabble.com/ASCII-to-hex-tp4270147p4270147.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail:

ASCII to hex

2011-03-29 Thread Doxa
Hi, For a test I use the regex to retrieve a string. I have to use this string as a parameter. To do this I have to convert some ascii values to hex value (eg the slash character must become %2F). Does anybody know how to tackle this? D. -- View this message in context: